Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Mar 6, 2018
1 parent a85a8fc commit 1a90dd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor/setup_iis.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ Function Create-WebSite($name, $cert, $cbt) {
Set-WebConfigurationProperty -Filter "/system.webServer/security/authentication/windowsAuthentication" -Name Enabled -Value True -PSPath IIS:\ -Location $name
Set-WebConfigurationProperty -Filter "/system.webServer/security/authentication/windowsAuthentication/extendedProtection" -Name tokenChecking -Value $token_checking_value -PSPath IIS:\ -Location $name
Set-WebConfigurationProperty -Filter "/system.webServer/security/authentication/windowsAuthentication/extendedProtection" -Name Flags -Value None -PSPath IIS:\ -Location $name

&C:\Windows\System32\inetsrv\appcmd.exe @('stop', 'site', '/site.name:"$name"')
&C:\Windows\System32\inetsrv\appcmd.exe @('start', 'site', '/site.name:"$name"')
}

$cert = New-SelfSignedCertificate -DnsName ("127.0.0.1") -CertStoreLocation cert:\LocalMachine\My
Expand Down

0 comments on commit 1a90dd6

Please sign in to comment.