Can i run my website 32 bit, 3.5 framework based 32 bit web app asp.net, vb.net with sql serevr based on windows 2008 server R2 which is a 64 bit server.
I have classic asp application also but planing on moving to windows 2008 R2 server. please kindly need advise.
You can Enable a 32-bit Application Pool in IIS 7 on 2008 server R2 even though if it is a 64 bit server. The steps are as follows:
1. Once logged into your server, open IIS Manager. You can do this by clicking your Windows Start button and entering "inetmgr" into the search box. Then press enter.
2. On the Connections pane, expand the server node and click "Application Pools."
3. Right click on your application pool and select "Advanced Settings..."
Member
104 Points
490 Posts
Can i run my website 32 bit, 3.5 framework based 32 bit web app asp.net, vb.net with sql serevr b...
Apr 29, 2013 04:00 PM|cplusplus1|LINK
Can i run my website 32 bit, 3.5 framework based 32 bit web app asp.net, vb.net with sql serevr based on windows 2008 server R2 which is a 64 bit server.
I have classic asp application also but planing on moving to windows 2008 R2 server. please kindly need advise.
Thanks for the helpful info.
Participant
1001 Points
417 Posts
Re: Can i run my website 32 bit, 3.5 framework based 32 bit web app asp.net, vb.net with sql sere...
Apr 29, 2013 04:08 PM|stockcer|LINK
why not test it using the 64-bit. You might find that everything is fine. Depending on the advanced technology that you are use
James River Webs, Inc.
Contributor
4732 Points
1001 Posts
Re: Can i run my website 32 bit, 3.5 framework based 32 bit web app asp.net, vb.net with sql sere...
Apr 29, 2013 05:37 PM|ninianne98|LINK
yes, you can set your app pool for your site to run as 32 bit, especially usefull if a library you need is not available in x64.
http://stackoverflow.com/questions/5216192/enable-application-pool-32-bit-mode-on-64-bit-server
If you are able to run it as built for Any CPU that is better though.
Mark as Answer if this response was helpful.
Member
60 Points
11 Posts
Re: Can i run my website 32 bit, 3.5 framework based 32 bit web app asp.net, vb.net with sql sere...
May 02, 2013 12:44 AM|m6.net|LINK
You can Enable a 32-bit Application Pool in IIS 7 on 2008 server R2 even though if it is a 64 bit server. The steps are as follows:
1. Once logged into your server, open IIS Manager. You can do this by clicking your Windows Start button and entering "inetmgr" into the search box. Then press enter.
2. On the Connections pane, expand the server node and click "Application Pools."
3. Right click on your application pool and select "Advanced Settings..."
4. Change "Enable 32-bit Application to True."
5. Click "OK" to finish.
Rakesh
M6.Net– Expert Windows Hosting Since 1997