Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
服务器上的小站,有一天突然发生了上述错误。因为访问量不大,所以不可能是服务器负担不起造成的。
http://dotnetqpearl.net/blogs/securesign/archive/2007/03/31/Versions-of-the-.NET-Framework-and-the-IIS6-Application-Pools.aspx
原来问题处在应用池上,我使用的默认的应用池。而一个应用池是不能同时支持两个版本的.net程序的。为自己的网站单独建立的应用池,问题解决了。