Getting “The WebResource.axd handler must be registered in the configuration to process this request.” error

后端 未结 6 1688
醉话见心
醉话见心 2021-02-04 06:03

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

6条回答
  •  甜味超标
    2021-02-04 06:44

    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.

提交回复
热议问题