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.
我有一个以经典模式部署到 IIS 7.0 服务器的 ASP.Net 应用程序。
我使用 Visual Studio IDE 的发布功能。每次我执行发布时,都会删除通配符映射。有人知道如何防止这种情况吗?
谢谢!
通配符映射存储在应用程序的 web.config 中。您可以创建映射,然后将该部分从 system.webServer->handlers 部分复制到您的 dev web.config 中。
或者,您可以使用 Web.Deploy 项目来完全按照部署所需的方式设置 web.config。