You might have come across situation where the web application is getting stopped every time and you had to do iisreset again and again. The web application gets stopped every time because of some errors and when the error count crosses the error limit, at that time the web application gets stopped. In order to fix this issue i have come across a solution which will never stops the web application by its own.
Follow the following steps:
- Go to Internet Information Services 7(IIS 7)
2.Select the web application
3.Right click on the web application and click on the Advanced Settings.
4.In the Opened window find for "Rapid-Fail Protection". In this section , the property named "Enable", set the value to "False".
Thus we can fix this issue.
Hope this may help some one
Cheers
Pradeepa Achar
Comments