Added missing file.

This commit is contained in:
DanielStolt
2013-08-14 22:53:34 +02:00
committed by Sebastien Ros
parent c379274e73
commit bf29469a7c

View File

@@ -0,0 +1,5 @@
REM Check if this task is running on the compute emulator, if not then sets the Idle Timeout to zero
IF "%ComputeEmulatorRunning%" == "false" (
%windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.processModel.idleTimeout:00:00:00
)