Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am running asp.net application on IIS 7.5 (Windows 7 x64 Professional), when i recompile code and rerun the page - it gives me "Connection was reset" error! I have the same OS on working place, IIS settings look similar, but such error never happens there!

How to fix it?

I have all time-concerning things for application pool set to large values. It does not help.
Posted

Just try these for once and see:
1. "aspnet_regiis -u"
2. "aspnet_regiis -i"
3. iisreset

If above does not work then try:
1. "aspnet_regiis -u"
2. Uninstall IIS
3. Reboot
4. Reinstall IIS
5. "aspnet_regiis -i"
6. Iisreset


Just a suggestion - nothing concrete, they work at times!
 
Share this answer
 
http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx[^]
If i misunderstand your question, please feel free to correct me.
 
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