I've been experiences some problem with website that use ASP.net MVC or Webform.
Problem: Sometime the website isn't showing. If I go to the website, I'll get the Directory Browsing is not permitted or something as such.
Quick fix: Log into the server and did a app pool recycle on the app that is associated with the website.
Sever: Win2k3 Standard R2, IIS6, 4GB RAM, AMD dual core. used it for some share hosting. not many active websites and the traffic is rather low.
I don't quite understand why the website just not working and I have to recycle the app pool. I've created a app pool named ASPNET4 for any website that use .Net 4 and a ASPNET2 for below .Net 4 framework. Does anyone know what the problem is and how I can fix it instead of checking the website in order to find out.
Edit: I should further explain that this server is used for shared hosting and I'm using Helm3 control panel which created ASPNET2 for .Net 3 and below website and ASPNET4 which I created to support .Net4, and manually associate the website with that pool