Try asp folks, but start here first to ensure the IIS portion is working correctly:
<http://support.microsoft.com/default.aspx?scid=kb;[LN];309051>
microsoft.public.inetserver.asp.general
Thank you. I hope this information is helpful.
Tim Coffey [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: "Fie Fie Niles" <fniles.TakeThisOut@wincitesystems.com>
| Subject: Session variable gives error "HTTP 500 page cannot be displayed"
| Date: Wed, 12 Nov 2003 14:14:00 -0600
| Lines: 26
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2720.3000
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300
| Message-ID: <OaW0PiVqDHA.3688.TakeThisOut@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.inetserver.asp.general,microsoft.public.inetserver.iis
| NNTP-Posting-Host: 66.9.178.206
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:283702 microsoft.public.inetserver.asp.general:257957
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| 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.
|
|
|
>> Stay informed about: Session variable gives error "HTTP 500 page cannot be disp..