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

I have a web application which stops IIs service frequently. This happens when users upload pictures or websites gets a little heavy traffic.

After that I will have to restart my IIs service manually to start my website.

Does anybody have any idea about this issue?

Thanks in advance
Posted
Comments
bbirajdar 12-Jan-12 9:15am    
which IIS service are you talking about... w3svc ??

1 solution

It depends what you are doing in the code for this application. There may be too many unhanded exceptions or resource usage that is causing IIS to recycle. Given that you are uploading images perhaps you are doing some in-memory tasks that are causing resource usage issues.
 
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