1.IIS映射:
.mspx  ---->  C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
限于:GET,HEAD,POST,DEBUG
2.web.config
<configuration>
   <system.web>
      <httpHandlers>
         <add verb="*" path="*.mspx" type="System.Web.UI.PageHandlerFactory" />
      </httpHandlers>
   </system.web>
</configuration>

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-11-29
  • 2022-12-23
  • 2021-12-07
  • 2021-10-20
猜你喜欢
  • 2022-12-23
  • 2021-09-07
  • 2022-01-27
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案