- 你需要什么样的建站?模板建站和定制建站?
- aspx页面引用命名空间
- 我们为什么需要DTO(数据传输对象)
- 如何内链控制和站内优化之奥秘
- 用SQL删除重复记录的N种方法
- asp.net发送email 163 qq
- CSS 兼容要点
- php获取服务器端的操作系统类型 php_os
- C#学习之int.parse()与int.tryparse()的区别
- 移动控件介绍及详细使用方法:TextView控件
邮箱:
手机:15383239821
Server Application Unavailable 错误解决办法
今天去服务器安装了个.net 4.0 framework(原本有1.0和2.0的),配置好站点后,选择版本为4.0,访问出错,错误代码如下
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.查看IIS中的.net版本选择是否争取
2.如果版本不同,需要单独为增加一个应用程序池,具体原因是IIS 应用程序隔离机制造成的,可以百度搜素下。
3.如果以上都不没有错误的话,看看站点文件夹是否增加了User用户组(我的错误就是这个);
常见就这几种情况,其他的要具体在分析了。
-
2025-11-08HTML5中的lang属性
-
2011-04-07数据绑定以及Container.DataItem的具体分析(转)
-
2019-11-25dtcms安装环境
-
2023-09-06php中unset函数使用方法
-
2019-11-23JavaScript 操纵 DOM
-
2012-12-25IIS7错误:服务器配置为将传递身份验证和内置帐户一起使用,以访问指定的物理路径...
