IIS 7元数据库:以编程方式设置框架版本和托管管道模式
如何通过 C# 以编程方式为 IIS 7 设置 ehe .net 框架版本 和 托管管道模式?元数据库属性的名称是什么?
How can I set the ehe .net framework version and the managed pipeline mode programmatically for a IIS 7 programmatic via C#? What a the metabase property names for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Microsoft.Web.Administration 装配。以下是设置框架版本的方法:
以下是将托管管道模式设置为集成的方法:
You could use the Microsoft.Web.Administration assembly. Here's how you could set the framework version:
And here's how to set the managed pipeline mode to integrated: