王艳玲 发表于 2015-8-15 13:10:57

httphandler程序部署在IIS上webconfig配置方法

   For X86 system, add a node for HttpHandler in <system.webServer><handlers>:
  <add name="mvc64" path="*" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="None" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
  After add this node, also need do some setting on IIS. Find the application pool which website used, right click the pool name, choice basic settings and select option “Classic” to “managed pipeline mode”.
页: [1]
查看完整版本: httphandler程序部署在IIS上webconfig配置方法