获得"该WebResource.axd处理必须在配置中进行登记处理此请求&QUOT。错误 [英] Getting "The WebResource.axd handler must be registered in the configuration to process this request." error

查看:107
本文介绍了获得"该WebResource.axd处理必须在配置中进行登记处理此请求&QUOT。错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在运行在IIS7我的ASP.NET应用程序收到此错误。我试着做它说什么做的,但它并不能帮助。


  

该WebResource.axd处理必须
  在配置给注册
  处理此请求。


 > <! -  web.config配置文件 - >
>
> <结构>
> <&的System.Web GT;
> <&HttpHandlers的GT;
> <添加路径=WebResource.axd的动词=GETTYPE =System.Web.Handlers.AssemblyResourceLoader验证=真/>
> < / HttpHandlers的>
> < /system.web>
> < /结构>

我使用AJAX的一点是什么,我认为是造成这一问题。有没有人遇到过这个?


解决方案

我想通了,所以我在这里张贴搜索的原因。它是在ASP.NET中的错误,并与拥有安装了ColdFusion做。微软还没有发布修补程序。

有两种方法可以解决这个问题。


  1. 更改为经典.NET程序池的程序池IIS7中。我不知道使用此设置没有任何影响的。


  2. 在SYSTEM32您的applicationHost.config文件删除对ColdFusion的所有引用\\ INETSRV \\ config中。


I'm getting this error while running my ASP.NET app on IIS7. I've tried doing what it says to do but it doesn't help.

The WebResource.axd handler must be registered in the configuration to process this request.

> <!-- Web.Config Configuration File -->
> 
> <configuration>    
>     <system.web>
>        <httpHandlers>
>            <add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
>        </httpHandlers>    
>     </system.web> 
> </configuration>

I'm using a little bit of AJAX which is what I think is causing the issue. Has anyone encountered this before?

解决方案

I figured it out so I'm posting it here for search reasons. It is a bug in ASP.NET and it has to do with having ColdFusion installed. Microsoft hasn't yet released a fix.

There are two ways to fix this.

  1. Change the AppPool in IIS7 to "Classic .NET AppPool". I'm not sure of any implications with this setting.

  2. Remove all the references to ColdFusion from your applicationHost.config file in system32\inetsrv\config.

这篇关于获得&QUOT;该WebResource.axd处理必须在配置中进行登记处理此请求&QUOT。错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆