User-261468222 posted
ISSUE:
Going to my website, I get "Service Unavailable".
RELEVANT INFORMATION:
ASP.net 2.0, C# site
Recently did a find/replace throughout the entire site to change 88 instances of connection strings (moving from test database to real one).
ATTEMPTS:
Error occurs regardless what browser is used.
Error occurs even when website is visited from the web server.
Did a find/replace to switch connection strings back. Still no go.
If run locally through Visual Studio, going to the root (www.mysite.com/), I get a yellow error page saying "default.aspx" not found.
If I manually type in the address (www.mysite.com/default.aspx), the Visual Studio-run site loads and works properly.