Session variable gives error "HTTP 500 page cannot be displayed"

F

Fie Fie Niles

At our client site, when I tested a simple ASP page like the following:
<%Session("test") = "this is testing"%>
they got an error either "HTTP 500 page cannot be displayed" or "error
'8002801d' . Library not registered. /ewinc/jb.asp, line 1"

ASP page contains the following stt works fine without an error:
<%response.write "this is a test"%>.

I already renamed GLOBAL.ASA to GLOBAL.OLD and yesterday we made sure that
the passwords for IUSR and IWAM accounts are synchronized in IIS, Local
Users and Groups and Component Services.

On that IIS server machine, it also seems that you can not register any
file. For ex:
regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error "DllRegisterServer
in c:\winnt\system32\MSVBVM60.DLL failed. Return code was: 0x800a0046"
The IIS server is a Win2000 SP4 machine. When I go to REGEDIT and look for
MSVBVM60.DLL it only found it in HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,
WINDOWS\CURRENTVERSION\SHAREDDLLS, and not in HKEY_CLASSES_ROOT, and it said
c:\windows\system32\MSVBVM60.DLL instead of c:\winnt\system32\MSVBVM60.DLL.
(This server has c:\winnt instead of c:\windows)

How can I fix the problem so that the Session variable can be used in the
ASP page? Thank you.
 

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

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top