产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

后台设置网站基本参数的时候,出现Error,求解? [复制链接]

1#
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>
分享 转发
TOP
发新话题 回复该主题