cancel
Showing results forย 
Showย ย onlyย  | Search instead forย 
Did you mean:ย 
Aaron_Barnett
Level 5

32 and 64bit web apps

Hey guys,

Im Installing a Web application... and when setting the:
ASP.Net Platform - i get the option of 32bit and 64bit.

My Question is:
Can i detect if the user is on 64bit or 32bit and based on that change the ASP.Net Platform option?

or will i have to have a separate WebApp/component for the 64bit version.

Thanks
Labels (1)
0 Kudos
(1) Reply
Mescalero
Level 7

Hi Aaron,

I think that option 2 is the way to go: detect whether the user is installing on 32 or 64 bit, and link that result to a component/feature that is installed accordingly. (Set the appropriate feature to "TRUE", the other to "FALSE".)

Sounds good in theory, anyway. ๐Ÿ˜„
0 Kudos