First access to site displays MS junk, why?

  • Thread starter Thread starter Peter Row
  • Start date Start date
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
 
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.
 
Hi,

What are you talking about?
My post was a brand new post and describes the problem, symptoms and asks
for ideas.

Your response did what?
Nothing except fooled me till I read it into thinking someone might have an
idea.

Regards,
Peter


Alvin Bruney said:
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Peter Row said:
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
 
Just a possibility: Microsoft's MVP program counts messages posted by the
various MVPs, but doesn't have time to read all the content. He may be
"padding his numbers."

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Peter Row said:
Hi,

What are you talking about?
My post was a brand new post and describes the problem, symptoms and asks
for ideas.

Your response did what?
Nothing except fooled me till I read it into thinking someone might have an
idea.

Regards,
Peter


Alvin Bruney said:
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Peter Row said:
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
 
ouch!

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Kevin Spencer said:
Just a possibility: Microsoft's MVP program counts messages posted by the
various MVPs, but doesn't have time to read all the content. He may be
"padding his numbers."

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Peter Row said:
Hi,

What are you talking about?
My post was a brand new post and describes the problem, symptoms and asks
for ideas.

Your response did what?
Nothing except fooled me till I read it into thinking someone might have an
idea.

Regards,
Peter


Alvin Bruney said:
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
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
 
Back
Top