|
Helpful Developer Tips and Tricks
From time to time I come across an issue that I spend a fair amount of time trying to solve and was unable to find the "correct" resolution
anywhere else on-line, so.....
I decided to create an area with notes on various issues\bugs\problems and their resolutions in hopes that I might save someone else some time. I will
add to this section periodically as I dig through some of my old notes.
|
* * * * *
|
| Issue: |
Server Error 503: The service is unavailable - when trying to browse a local instance
of a website. |
| Environment: |
Windows Vista 64 bit Home Premium, IIS v.7.0.6001.18000 |
| Resolution: |
Turns out something whacked the application pool settings for the website. The fix?
In IIS, delete and recreate the website. |
* * * * *
|
|