I am trying to setup some web applications to run locally on IIS 7. I have gone through everything on
Many other posts mention also doing
aspnet__regiis.exe -i
Which I have done several times.
In the IIS manager I can see my site, I can start the app pool find (as well as recycle and stop), but whenever I go to localhost
I get a 503. If I try to run the debugger the app pool just dies. One site mentioned that having Visual Studio installed first can cause problems so I uninstalled that and re-installed but that was ineffective (it's also installed/uninstalled through a company web store so I don't know how "clean" it gets after the install).
I've tried manually creating the site, etc in IIS Manager still with no results
Under the Add or Remove Windows Features in Programs I have enabled everything under IIS as well so everything should be installed