SquishIt引起的HTTP Error 500.0

将一个ASP.NET项目从.NET Framework 4.0升级至.NET Framework 4.5之后,访问时出现HTTP Error 500.0 - Internal Server Error:

Error Summary

HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error has occurred.

Most likely causes:

IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.

IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.

IIS was not able to process configuration for the Web site or application.

The authenticated user does not have permission to use this DLL.

The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.

Things you can try:

Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.

Check the event logs to see if any additional information was logged.

Verify the permissions for the DLL. Install the .NET Extensibility feature if the request is mapped to a managed handler.

Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.

后来发现是SquishIt(https://github.com/jetheredge/SquishIt)引起的:

<%=SquishIt.Framework.Bundle.JavaScript().Add("/js/detail.js").Render("/js/detail_mini.js")%>

去掉SquishIt的代码后,问题解决。

更多精彩内容:http://www.bianceng.cnhttp://www.bianceng.cn/webkf/aspx/

时间: 2024-12-31 02:09:57

SquishIt引起的HTTP Error 500.0的相关文章

请求-HTTP 错误 500.0 - Internal Server Error

问题描述 HTTP 错误 500.0 - Internal Server Error 求解决方法,php模块路径 extension_dir = "C:phpext" WIN 2012 R2安装好IIS8.5和配置好PHP访问本地http://localhost/ 出现 HTTP 错误 500.0 - Internal Server Error C:phpphp-cgi.exe - FastCGI 进程意外退出 最可能的原因: IIS 收到了请求:但在处理请求过程中出现内部错误.此错误

HTTP 错误 500.0 - Internal Server Error

原因分析 是windows2008 r2下iis7.5删除安全狗提示HTTP 错误 500.0 - Internal Server Error 调用 LoadLibraryEx 失败,在 ISAPI 筛选器 "xx:/xxx/SafeDogSiteIIS/SafedogIISAuditor64.dll" 错误了, 解决办法 1.因为安全狗在删除时可能没有删除相关组件我们需要在iis两个地方删除 1.1.在两个筛选器中删除与安全狗相关的文件(默认有两个) 1.2在处理程序映射中碰到的,解

Fckeditor XML Request error:internal server error (500) 解决方法小结_网页编辑器

原来一直能用的ecshop后台信息发布里面的fckeditor上传功能,换了个机器后不能用了.以为是文件损坏,上传一边不行. 什么xml错误,还弹出一个大的JavaScript alert警告框,内容就是服务器端错误的500内容 网上搜,又说是配置问题,主题问题,想想都不应该,直接请求 复制代码 代码如下: filemanager/connectors/php/connector.php 出了服务器的500错误,html文件能访问,txt也行. 后来从根目录开始查,发现到fckeditor目录里

IIS (HTTP Error 500.21 - Internal Server Error)解决

今天在测试网站的时候,在浏览器中输入http://localhost/时,发生如下错误: HTTP Error 500.21 - Internal Server Error Handler "WebServiceHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.       在网上找了一下原因,结果是  原因:在安装Framework v4.

组RAID0阵列 提示Error Occurred(0) !

今天服务器提示错误,Error Occurred(0) ,通过下面的方法解决了,特分享下,方便需要的朋友 P45主板,南桥是ICH10R,,5个西数WD3202ABYS-01B7A0硬盘组的RAID0,只用了几个星期左右,就出现关机时系统卡死,重启后到RAID画面那里,显示5个硬盘里其中有一个红色的提示:Error Occurred(0) ,其余4个正常.于是关机接上另一个硬盘来启动,接着把提示错误的那个硬盘检测一下,没什么问题,硬盘都是全新的行货.数据线也没有松动. 既然硬盘正常,那么问题可能

IIS7/iis7.5 HTTP Error 500.19 配置错误由于权限不足而无法读取配置文件的解决办法_win服务器

win7 web开发遇到的问题-由于权限不足而无法读取配置文件,无法访问请求的页面 错误一: HTTP Error 500.19 - Internal Server Error 配置错误: 不能在此路径中使用此配置节.如果在父级别上锁定了该节,便会出现这种情况.锁定是默认设置的 (overrideModeDefault="Deny"),或者是通过包含 overrideMode="Deny" 或旧有的 allowOverride="false" 的

fastjson-求助: syntax error, expect {, actual error, pos 0

问题描述 求助: syntax error, expect {, actual error, pos 0 @RequestMapping(value="/update/{id}", method=RequestMethod.PUT) public @ResponseBody BaseVo update(@PathVariable String id,@RequestBody UpdateRequest updateRequest){ BaseVo baseVo=new BaseVo()

apache错误:internal server error 500问题解决办法

错误是今天做一个微信绑定wap网站登录了,在本地测试没有问题但在服务器上发现无法正常运行打开程序连接提示internal server error 500了,接就查百度 第一,权限配置问题,文件没有权限进行读取,就会抛出这个错误,这个原因在linux环境对于新手常见. 第二,.htacess配置错误,一种是里面语法有错误,一种是没有开启module_rewrite,而.htacess里面却进行了rewrite. 第三,程序错误,比如只在访问.php文件时有500错误,访问静态文件时正常. 上面是

小米手机播放视频报错stop called in state 1,error (-38, 0)

问题描述 小米手机播放视频报错stop called in state 1,error (-38, 0) 今天写demo,用小米手机播放手机里本地的视频,界面正常,但是视频不出现,在log里报错如下: 01-27 10:53:46.530: E/MediaPlayer-JNI(21091): QCMediaPlayer mediaplayer NOT present 01-27 10:53:46.700: E/MediaPlayer-JNI(21091): QCMediaPlayer media