如何使用 powershell 在 IIS 8.5 中设置经典 ASP 会话超时?
我已经研究过如何使用它Set-WebConfigurationProperty
,但不知道如何正确使用它。
答案1
我希望这能帮到您。
Set-WebConfigurationProperty /system.webServer/asp/session -Name timeout -Value 00:05:00
链接)
- Jeong 的博客 - IIS Powershell 用户指南 - 比较代表性的 IIS UI 任务https://blogs.iis.net/jeonghwan/iis-powershell-user-guide-comparing-representative-iis-ui-tasks