I have a web application and some component inside the application requires to make pool as 32 bit enabled. My Question is does application's other binaires will run under 64 bit or if 32 bit enabled means whole application will run under 32 bit mode.
Yes, your whole web application will have to run 32 bit mode. You cannot make parts of it in 64 bit, unless you create a virtual directory (separate application) and set to different application pool.
malikqadri
3 Posts
32Bit Application Pool
Mar 23, 2010 08:05 AM|LINK
Hi all,
I have a web application and some component inside the application requires to make pool as 32 bit enabled. My Question is does application's other binaires will run under 64 bit or if 32 bit enabled means whole application will run under 32 bit mode.
Thanks and Regards
Roma
19 Posts
Re: 32Bit Application Pool
Mar 23, 2010 09:23 AM|LINK