1  /  1  页   1 跳转 查看:1236

标题: Server Application Unavailable

Server Application Unavailable

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.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

有出现这个问题的吗,网上搜的解决办法都不管用
引用
 

回复:Server Application Unavailable

服务器问题 !增加IIS迸发数!
百度HI群号1087553欢迎加入!百度号cyxjq
引用
 

回复:Server Application Unavailable

能具体点吗,我把迸发数改到10000了,问题依旧啊
引用
 

回复:Server Application Unavailable

配制IIS出了问题了
引用
 

回复:Server Application Unavailable

重新安装IIS。
引用
 

回复:Server Application Unavailable

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.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
我的也是,什么都试了,连重装系统都搞了,郁闷
引用
 

回复:Server Application Unavailable

是不是程序上有些问题,或者权限问题.
没有比人更高的山,没有比脚更长的路!
http://www.zztdkysb.cn
引用
 

回复:Server Application Unavailable

.net Framework 2.0的程序与.net Framework1.1(或1.0)的程序被放入同一个应用程序池。
  解决办法:在IIS中新建一个应用程序池,然后选中你的 基于.net framework2.0的虚拟目录,点“属性”-》在“应用程序池” 中选择刚才新建的的应用程序池,点击“确定”。
引用
 

回复:Server Application Unavailable

我也遇到这样的问题了。
引用
 

回复:Server Application Unavailable

当出现asp.net程序出现以下提示问题时:
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. Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
解决方法如下:
1、找到安装Framework的文件夹的CONFIG文件夹,一般就是下面的路径:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG
2、在这个路径中找到machine.config这个文件打开,最好用UltraEdit-32或文本编辑器打开
3、查找<processModel autoConfig="true" />这一项
4、找到后修改成:
<processModel userName="machine" password="AutoGenerate" autoConfig="true" />
5、如果还不行则说明权限不够,可改成:
<processModel userName="SYSTEM" password="AutoGenerate" autoConfig="true" />6、创建ASPNET用户,设置好口令,并将ASPNET用户添加到Administrators组中;
7、启动cmd.exe,然后执行以下命令:
runas /profile /user:ASPNET cmd.exe
aspnet_regiis -i 执行以上命令时需要输入你创建用户的口令.
8、将ASPNET用户从Administrators组中删除;将其用户设为Guests用户组中。为了安全起见,最好将ASPNET用户从所有的用户组中删除,不赋予其任何权限。
9、重启IIS即可 。或者重启系统。
引用
 
1  /  1  页   1 跳转

版权所有 Foosun.NET  NewsCMS.com  NewsIDC.COM  Sitemap

Powered by Discuz!NT 2.0.1115    Copyright © 2001-2008 Comsenz Inc.
Processed in 0 second(s) (Cached).
返顶部