search expand
Skip to content

YAGNI

You Ain't Gonna Need It

  • About
  • Reading

Category: ASP.Net

Solution: Service Unavailable after ASP.Net Publish

Posted on October 26, 2010 by Admin

If you receive a “Service Unavailable” screen after publishing an ASP.Net web site, check the application pool assigned to the site. The pool you use needs to be assigned the right version of the .Net framework. For example, a .Net 2.0 site won’t work if the pool is using .Net 1.0.

Posted in .Net, ASP.NetLeave a Comment on Solution: Service Unavailable after ASP.Net Publish

UltraWebTab: Switch to Tab on Validation Error

Posted on June 24, 2009 by Admin