Skip to content

Commit

Permalink
Tweaking the EnableDynamicHttpCompression.cmd to use EXIT /B 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhandley committed Mar 10, 2012
1 parent 94f0b78 commit 7980695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/EnableDynamicHttpCompression.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ REM Enable Dynamic HTTP Compression for application/* mime types.
%windir%\system32\inetsrv\appcmd.exe set config /section:urlCompression /doDynamicCompression:True /commit:apphost
%windir%\system32\inetsrv\appcmd.exe set config /section:system.webServer/httpCompression /+"dynamicTypes.[mimeType='application/*',enabled='True']" /commit:apphost

EXIT 0
EXIT /B 0

0 comments on commit 7980695

Please sign in to comment.