From bf29469a7c2def87b83576dd582dab0c4634b8d3 Mon Sep 17 00:00:00 2001 From: DanielStolt Date: Wed, 14 Aug 2013 22:53:34 +0200 Subject: [PATCH] Added missing file. --- .../Orchard.Azure.WebContent/Bin/Startup/ConfigureIIS.cmd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Orchard.Azure/Orchard.Azure.CloudService/Orchard.Azure.WebContent/Bin/Startup/ConfigureIIS.cmd diff --git a/src/Orchard.Azure/Orchard.Azure.CloudService/Orchard.Azure.WebContent/Bin/Startup/ConfigureIIS.cmd b/src/Orchard.Azure/Orchard.Azure.CloudService/Orchard.Azure.WebContent/Bin/Startup/ConfigureIIS.cmd new file mode 100644 index 000000000..2128c2a8d --- /dev/null +++ b/src/Orchard.Azure/Orchard.Azure.CloudService/Orchard.Azure.WebContent/Bin/Startup/ConfigureIIS.cmd @@ -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 +) \ No newline at end of file