Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 web.config 中,我设置如下,因为我想重定向到 ~/layout/asp
<urlMappings enabled="true"> <add mappedUrl="~/layout/asp" url="~/"/> </urlMappings>
但后来,我不想再重定向了,我在 web.config 中删除了上面的代码并将其公开到 IIS,但它仍然重定向到布局/asp 我认为 IIS 保存了我的设置当我在视觉调试环境中运行时它工作正常工作室
重新启动 IIS:iisreset /restart
iisreset /restart