Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 2e303ac

Browse files
committed
Fix test
1 parent ba49576 commit 2e303ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/03-CreateAppPool/Web.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ($pool -eq $null) {
2121
New-Item -Path "IIS:\AppPools" -Name "My Pool 3" -Type AppPool
2222

2323
Write-Host "Managed pipeline mode:"
24-
Get-ItemProperty -Path "IIS:\AppPools\My Pool 3" -name "managedPipelineMode" -value "Integrated"
24+
Get-ItemProperty -Path "IIS:\AppPools\My Pool 3" -name "managedPipelineMode"
2525

2626
# Older applications may require "Classic" mode, but most modern ASP.NET
2727
# apps use the integrated pipeline

0 commit comments

Comments
 (0)