Yes, that is the ONLY line on that ASP page, because I just want to do some
testing.
I already renamed GLOBAL.ASA to GLOBAL.OLD, so JB.ASP is the only program
being run.
On that server, we can not register any file, including any Microsoft DLLs.
ASP.DLL is not in the REGISTRY, and we can not register ASP.DLL, it
gives the error ""DllRegisterServer in c:\winnt\system32\inetsrv\ASP.DLL
failed."
May be the DLL that processes Session variable for ASP is not being
registered? Do you know what DLL that processess Session variable?
Does this have anything to do with the right in the Active Directory perhaps
not being setup correctly? I was told that the person logging in to the
server have administrator right to the server. What can I do? Thanks a lot.
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:#(E-Mail Removed)...
> I don't know. jp.asp's line 1 is literally:
>
> <% Session("Test") = "this is a test" %>
>
> ? Is that the entire asp file, with absolutely zero other lines of
anything
> anywhere at all in it?
>
> Ray at work
>
> "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > OK,sorry. Do you know the answer to my problem?
> > Thanks.
> >
> >
> > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> > news:#(E-Mail Removed)...
> > > www.aspfaq.com/5003
> > >
> > > Ray at work
> > >
> > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > 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"
> > > > On that IIS server machine, it 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. This server has c:\winnt
> > instead
> > > of
> > > > c:\windows.
> > > >
> > > > 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.
> > > >
> > > > The person logging in has administrator right to this IIS server.
> > > >
> > > > How can I fix the problem so that I can register in that server?
Thank
> > > you.
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>