where is Request.Form library for ASP?

R

Rocio

I'm trying to run a simple ASP file that reads parameters from a form.
The error I get is:

error '8002801d'
Library not registered.

/acadiaassessor/_PostVerisign.asp, line 5

If I look at line 5 of _PostVerisign.asp it is the first of my
Request.Form statements:

<html>
<body>
<%

res = Request.Form("RESULT")(1)
: : : :
%>
</body>
</html>

I tried re-registering ASP.DLL, but still get the error.
I tried this without the (1) displayed above, and still the same
error.

How can I solve this?

Tx!
 
A

Aaron [SQL Server MVP]

What version of Windows? IIS? Service Packs, security fixes? What have
you installed/uninstalled recently? Did this code ever work on this
machine?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,054
Latest member
LucyCarper

Latest Threads

Top