Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

Our we application deployed on Server 2012 (IIS 8). After login and some clicks get error 404 File not found and web site jump on login page.

We are using Server 2012 (IIS8)+MySQL.


Please help..Thanks in advance.
Posted
Comments
[no name] 12-Jun-14 7:38am    
Help you with what exactly? "File not found" is fairly self explanatory is it not?

1 solution

Hi
you are probably facing some routing / rewrite issues.

- try accessing the site directly on the server. does it work? if yes, you might have a binding problem
- check your rewrite rules in ASP.net Routing
- look through any rewrite module configuration like Helicon Rewrite and similiar

A simple test can also be to access a static file like an image or something similiar..

From your description it looks like you just have the problem with on url. Cross check it, is there any special rule for it, something matching with higher priority, etc..?

Good luck,
Phil
 
Share this answer
 
Comments
anupsadhu 12-Jun-14 8:04am    
Dear Sir,

Thanks for your reply. As per your comment I have check my code & same application working on shared hosting but on our server it's not working properly. I think application pool recycled automatically or due to internet speed all session expired.
I have check below link and change setting in IIS.
http://stackoverflow.com/questions/9280886/how-to-config-application-pool-in-iis-7-5-automatically-re-start-when-it-was-sto

Please guide some setting in IIS.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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