咨询电话:186 7916 6165 咨询电话:186 7916 6165 (微信同号)    在线QQ:181796286
NEWS BLOG ·
学无止境
关注开优网络 关注前沿
移动端HTML5页面通过地址调起高德地图、百度地图定位导航
判断RadioButtonList是否选中

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

发表日期:2021-08-14    文章编辑:南昌开优网络    浏览次数:3993    标签:

<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脚本映射