我目前正在使用appcmd来配置IIS。我需要在站点级别设置ISAPI过滤器,而不是全局 - 可以通过UI实现。 但是,在IIS页面中的示例之后,我看不到任何指定站点的方法:
https://technet.microsoft.com/en-us/library/cc754174(v=ws.10).aspx
有可能吗?
答案 0 :(得分:0)
使用此:
appcmd.exe set config "{SiteName}" -section:system.webServer/isapiFilters /+"[@{Position},name='{Name}',path='{FilterPath}',enabled='{Enabled}',enableCache='{EnableCache}',preCondition='{PreCondition}']" /commit:apphost