添加扩展映射到 IIS
如果您浏览互联网,则相对容易找到修改现有脚本映射的代码(例如,在 .NET 版本之间切换)。 然而,实际添加或删除脚本映射的相对明显的代码似乎不起作用。 有没有人成功编写过可以在 IIS 6 中添加或删除脚本映射的东西?
if you browse the internet it's relatively easy to find code that modifies existing script maps (to switch between .NET versions, for example). However, the relatively obvious code to actually add or remove a script map doesn't seem to work. Has anyone succeeded in writing something that can add or delete a scriptmap in IIS 6?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅此处:如何在 iis 中添加新的应用程序映射
Look here: how to add new application mapping in iis
干得好:
http://blogs.msdn.com/david。王/archive/2004/12/02/273681.aspx
Here you go:
http://blogs.msdn.com/david.wang/archive/2004/12/02/273681.aspx
更好的答案(即,更适合我的要求,即管理远程计算机和使用 .NET 的能力)可以在 后续堆栈溢出问题。
A better answer (that is, one more suitable to my requirements, which were the ability to administration remote machines and use .NET) can be found in a subseqent Stack Overflow question.