- SQL Server 2008安装和配置图解
- PHP中self :: 和 this-> 的用法
- datetime.now() 和 datetime.utcnow()
- axios参数配置
- 不能点右键、不用CTRL+A、不能复制
- asp.net 文件管理
- 地方社区防灌水和注册机攻略
- 如何衡量一个CMS系统是否具备SEO要素
- 2008年最新每周百度搜索引擎更新周期-转
- $.extend()详解
邮箱:
手机: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用户组(我的错误就是这个);
常见就这几种情况,其他的要具体在分析了。
-
2013-01-05aspx,ascx和ashx使用小结
-
2010-08-03js鼠标事件
-
2010-12-09什么是nofollow?
-
2012-06-30关键字也有权重吗?
-
2023-04-26PHPstudy端口80被占用怎么解决?解决80端口被占用方法
-
2026-01-20automapper 按照接口映射
