Server Application Unavailable 错误解决

Server Application Unavailable出现的原因及解决方案集锦

今天给客户的网站上线,遇到了几个问题, 设置好虚拟目录以后,输入地址,结果出现对话要输入帐号和密码才可以进入,
想到一般这种情况是
(1)  IIS没有允许匿名帐号访问.
(2)  对于程序在NTFS格式分区的用户, 文件夹需添加 IUSER_机器名;    IWAM_机器名 两个帐号权限
 
按照以上方法修改以后, 又有新的错误发生, 出现
 
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.
 
类似错误,出现这种错误时查找错误原因思路如下
 
(1)  应用程序池错误 , 可以新建一个程序池. (针对 windwos2003)
(2)  程序选择的.net framework是否正确, 一般服务器上会用两个版本,   .net 1.1  和 net2.0  .  看一下你的网站选择的是否相应的框架.
(3)  网站目录, asp.net 是否有访问权限. 
 ( 我的错误就是第3个 这个引起的 )
 
 

你可能感兴趣的:(.net,server,application,asp.net,button,browser)