Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am getting this error when my site is running on Internet explore:
"Description:HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 
Requested URL: /ErrorPage.aspx

But it works well in Mozilla browser!
Posted
Updated 1-Jun-10 23:50pm
v2
Comments
Samanvay 2-Jun-10 5:38am    
IE or Mozilla caching it. You can test it by adding a Query string manually to the URL. Ex. /ErrorPage.aspx?i=1

This error simply means that the file you are trying to access using a certain URL is not available. Check if the file is present in the asked path.

Generally it's the path issue. Files are present but a different path (a directory up or down.)

About IE Vs Firefox, might be caching issue which has already been pointed out, it can be tested by adding a simple query string to the URL. If firefox shows page with new url (having query string) and IE not.. then drop by and explain here what happened.
 
Share this answer
 
Comments
nishi2010 2-Jun-10 6:59am    
actually my site is running on web so i can not add query string right now and my problem is that , my page is loaded for some seconds and after that this error is shown on IE.
Did you try this[^]?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900