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.
是否可以从 wix 安装程序包中在 IIS6 中添加通配符应用程序映射?我知道如何添加应用程序扩展,但是看不到任何添加通配符的方法。
这是 ASP.Net MVC 正常运行所必需的。
找到了答案。您使用WebApplicationExtension(在 WixIisExtension 中找到),而不指定 Extension 属性。这是 ASP.NET 2.0 的通配符映射:
<iis:WebApplicationExtension CheckPath="no" Script="yes" Executable="[FRAMEWORKROOT]v2.0.50727\aspnet_isapi.dll" Verbs="GET,HEAD,POST"/>