When I tried to access my web application deployed to iis 7.5, it shows service unavailable, http error 503. By checking application pool, my application pool shows stopped. In IIS config console, asp.net section is missing, only IIS section and Management
section are there. I created the application pool by using ServerManager class, also tried using wix, both failed. But if I open iis config console and create a pool manually, my web app works fine. Can you point me how to diagnose this issue? I examined my
application pool setting, everything is the same as other application pools.
↧