Iis
使用 Powershell 設置 IIS 網站經典 ASP 會話超時
如何使用 powershell 在 IIS 8.5 中設置經典 ASP 會話超時?
我已經看過使用
Set-WebConfigurationProperty
但無法弄清楚如何正確使用它。
我希望這能幫到您。
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