Skip to content

Commit

Permalink
Adding fix for memory leak problem as per https://github.com/microsof…
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Oct 9, 2012
1 parent 81e5db9 commit 467516c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AzureWebFarm.Example.Web/AzureWebFarm.Example.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@
<Content Include="Views\WebSite\CreateBinding.cshtml" />
<Content Include="Views\Sync\Index.cshtml" />
<None Include="Startup\license.rtf" />
<Content Include="Startup\Windows6.1-KB2618982-x64.msu">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AzureWebFarm\AzureWebFarm.csproj">
Expand Down
5 changes: 4 additions & 1 deletion AzureWebFarm.Example.Web/Startup/ConfigureIIS.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ set /a count+=1
echo %count% > retries.txt
if %count% GEQ 3 goto Exit

echo "Installing hotfix for memory leak in web accelerator roles" >> startup.log
"%~dp0Windows6.1-KB2618982-x64.msu" /quiet /norestart >> startup.log 2>> starterror.log

echo Installing Web-Mgmt-Service... >> startup.log
if exist "%windir%\system32\ServerManagerCmd.exe" "%windir%\system32\ServerManagerCmd.exe" -install Web-Mgmt-Service >> startup.log 2>> starterror.log

Expand Down Expand Up @@ -48,4 +51,4 @@ echo 0 > retries.txt
exit /b 0

:Exit
echo Running on DevFabric. No action taken.
echo Running on DevFabric. No action taken.
Binary file not shown.

0 comments on commit 467516c

Please sign in to comment.