Skip to content

Commit 99f5a5e

Browse files
authored
Merge pull request #30 from cazac9/master
disable 32 bits
2 parents b3d1455 + 8f52ad6 commit 99f5a5e

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)