1.URL_Rewrite下载地址
https://www.iis.net/downloads/microsoft/url-rewrite
2.WebConfig配置
需要配置在 <system.webServer> 这个节点中
<rewrite>
<rules>
<rule name="001" stopProcessing="true">
<match url=".*" /> //匹配所有的
<action type="AbortRequest" /> //直接终止进程
<conditions>
<add input="{HTTP_USER_AGENT}" pattern="Firefox" /> //UA里面带了Firefox的
</conditions>
</rule>
</rules>
</rewrite>
3.参考文档
http://www.webkaka.com/tutorial/asp.net/2022/090260/
4.附加
Web 平台安装程序直接下载
https://learn.microsoft.com/zh-cn/iis/install/web-platform-installer/web-platform-installer-direct-downloads?source=recommendations
5.图形化配置
mportant; max-height: fit-content !important; margin-top: 10px; margin-bottom: 10px;"/>
IIS 没有起始页,不能连接远程服务器
进入这个地址
https://www.iis.net/downloads/microsoft/iis-manager
点击Install the Extension 点击Download
选择 inetmgr_x86_en-US.msi
点击Next 保存文件
最后,安装,安装过程直接点Next,最后再重新打开IIS即可。
就可以连接服务器了。
本文链接:https://www.kinber.cn/post/4229.html 转载需授权!
推荐本站淘宝优惠价购买喜欢的宝贝: