Reputation: 33754
alt text http://img822.imageshack.us/img822/2488/79392512.jpg
I shared maximum permissions there and there nothing in the log. I can't understand where this error comes from.
Upvotes: 0
Views: 5779
Reputation: 2037
I seen usually with the mix of .Net versions deployed in IIS (ASP.Net). Just ensure one is there. if you have later versions of IIS then you can segregate different versions with the different worker process. Hope it gives you some clue..
Upvotes: 2
Reputation: 66641
One of the reason that this may happens is because of crash of iis Admin 5.1. This happens a lot especial if you programming and make difficult thinks, or just a bad loop on your program can make this happens.
How to solve this.
If any of this services has stack, then kill it from Process Explorer and then make IIS Admin restart.
When you restart IIS Admin, then the www is restarting also, but if fails to restart for sure you need to kill it with Process Explorer.
Hope this helps.
Upvotes: 2