学无止境详情

ASP.NET在IIS8.0使用URLRewriter伪静态

发表:2021-08-14    编辑:南昌开优网络    浏览:5134    
标签:

<handlers>
   <add name="htmlRequest" path="*.html" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="Script" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
</handlers>
<staticContent>
    <clientCache cacheControlMode="NoControl" cacheControlMaxAge="5.00:00:00" />
</staticContent> 

1、使用经典模式应用池



2、添加*.html脚本映射



分享
  1. 上一篇:移动端HTML5页面通过地址调起高德地图...
  2. 下一篇:判断RadioButtonList是否选...