Why IE shows the ASP page missing?

C

Cylix

I have a website for internal use only with ASP, not ASP.NET.
The site is running about two months.
It is hosted in window2003 with IIS6.

All the user can read the site perfectly, just one of user browse it
with problem.
The problem is that he cannot read a page and the site reponse the page
is missing.
When he click more about it, sometime the page can be shown.
When he click one more time about the link, It may show missing page
error again.

PS. ALL user using windows 2000 OR XP and IE6+

Please help, Thank you.
 
S

Stefan B Rusynko

Specifics
What error does he see from what pages what doing what
If you are using session variable does he have server cookies blocked or coming thru any portal
You can add session text response to check if they lose their session state

<% If NOT Len(Session.SessionID)>0 Then %>
Your browser May not be configured to view our site correctly! If you are experiencing problems in to this site, Either your browser
does not allow Session Variables Cookies - see How to Enable Cookies - http://webmaster.info.aol.com/cookieguide.html), Or your
browser / PC may be using a browser "helper" (spyware or adware type software interfering with normal site browsing and normal site
cookies - (see Protect your PC - http://www.microsoft.com/athome/security/online/browser_hijacking.mspx).
<% End If 'No Session %>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have a website for internal use only with ASP, not ASP.NET.
| The site is running about two months.
| It is hosted in window2003 with IIS6.
|
| All the user can read the site perfectly, just one of user browse it
| with problem.
| The problem is that he cannot read a page and the site reponse the page
| is missing.
| When he click more about it, sometime the page can be shown.
| When he click one more time about the link, It may show missing page
| error again.
|
| PS. ALL user using windows 2000 OR XP and IE6+
|
| Please help, Thank you.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top