P
Peter Row
Hi,
I have a website run by a VB.NET DLL that implements IHttpHandler and
IHttpModule.
Although I have 1 ASPX file that automatically logs the user in as a guest.
The problem I have is that the first time the site is accessed after a
reboot/IISreset
then the following is displayed:
ttp://schemas.microsoft.com/intellisense/ie5">
....instead of the page that should of been displayed. If you view source, it
is basically
sending some HTML fragment rather than the correct page.
However a simple refresh works fine. All subsequent accesses to the site now
that it
has been loaded into memory work without problem.
Anybody have any ideas.
Regards,
Peter Row
I have a website run by a VB.NET DLL that implements IHttpHandler and
IHttpModule.
Although I have 1 ASPX file that automatically logs the user in as a guest.
The problem I have is that the first time the site is accessed after a
reboot/IISreset
then the following is displayed:
ttp://schemas.microsoft.com/intellisense/ie5">
....instead of the page that should of been displayed. If you view source, it
is basically
sending some HTML fragment rather than the correct page.
However a simple refresh works fine. All subsequent accesses to the site now
that it
has been loaded into memory work without problem.
Anybody have any ideas.
Regards,
Peter Row