Skip to content

Instantly share code, notes, and snippets.

@astaykov
Created February 26, 2013 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astaykov/5038664 to your computer and use it in GitHub Desktop.
Save astaykov/5038664 to your computer and use it in GitHub Desktop.
Command line to use within Windows Azure Startup task (or any environemnt) to set 32bit Application Pool defaults, so that your Web App will run under 32bits. This must be run elevated.
%windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.enable32BitAppOnWin64:true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment