我正在尝试在iis浏览期间删除.html扩展,当我浏览应显示未显示的索引或默认html的localhost时以及当我浏览带有extension.html的文件夹中的任何文件时,显示{{1认为文件存在。
我的web.config
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
答案 0 :(得分:0)
请确保您的IIS中安装了URL重写功能。 see the image
如果它不可用,请点击右侧的获取新的Web平台组件,搜索 URL重写并进行安装。重新打开IIS管理器。
单击您的站点并打开URL重写功能。您可以浏览web.config文件中的重写规则。 see example here