Skip to content

Commit 8f52ad6

Browse files
author
ohumeniuk
committed
disable 32 bits
1 parent 867a8d3 commit 8f52ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eFormAPI/Installation/CustomActions/CustomAction.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ private static void CreateAppPool(ServerManager serverManager, string name)
479479
{
480480
ApplicationPool newPool = serverManager.ApplicationPools.Add(name);
481481
newPool.ManagedRuntimeVersion = "v4.0";
482-
newPool.Enable32BitAppOnWin64 = true;
483482
newPool.ManagedPipelineMode = ManagedPipelineMode.Integrated;
484483

485484
serverManager.CommitChanges();

0 commit comments

Comments
 (0)