Pulp
July 26th, 2000, 09:39 AM
Hi all!!
I'm running IIS on a Nt-server, but are having some difficulties with displaying the web-sites.
I have created a directory called "test" (under wwwroot) and added two files to it, Global.asa and Hi.asp.
What happens is that the response-object (if you can can call it an object..) works fine in the asp-page.
It also works fine in the Session_OnStart -procedure in Global.asa. BUT if I place a response-call in the Application_OnStart -procedure, it fails!!!
It doesn't matter if it's a response.write, or response.redirect, the error pops up anyway.
The error number is: 8002802b
I found an article about the error on:
http://support.microsoft.com/support/kb/articles/Q199/9/65.ASP?LN=EN-US&SD=g
n&FR=0
...but that didn't solve the problem either.
Could anyone please help me out here???
Thanx
Pulp
I'm running IIS on a Nt-server, but are having some difficulties with displaying the web-sites.
I have created a directory called "test" (under wwwroot) and added two files to it, Global.asa and Hi.asp.
What happens is that the response-object (if you can can call it an object..) works fine in the asp-page.
It also works fine in the Session_OnStart -procedure in Global.asa. BUT if I place a response-call in the Application_OnStart -procedure, it fails!!!
It doesn't matter if it's a response.write, or response.redirect, the error pops up anyway.
The error number is: 8002802b
I found an article about the error on:
http://support.microsoft.com/support/kb/articles/Q199/9/65.ASP?LN=EN-US&SD=g
n&FR=0
...but that didn't solve the problem either.
Could anyone please help me out here???
Thanx
Pulp