Click to See Complete Forum and Search --> : Win 2003 64 bit vs 32/64bit ASP.NET


THY02K
June 11th, 2009, 11:14 AM
hello

Apparently you can register ASP.NET 32 bit with IIS running on Windows 2003 64 bit (But "ASP.NET tab" would be missing, see image below, from MMC snapin, not sure if this means something is broken)

Now, say, if you compile (running Visual Studio on 64bit Windows) you application with /platform:x86 switch (thus targeting 32bit - see: http://msdn.microsoft.com/en-us/library/zekwfyz4(VS.80).aspx) and deploy to IIS (which is now registered with 32bit ASP.NET), would it work? I don't have 64 bit Windows to test from home at the moment.

Thanks!

NOTE:
from
Solution
> Configuration
> Configuration Manager
> Platform
> select "New"
> You can then choose x86 (32 bit) or x64 (64 bit)

REF:
http://aboutmeadows.com/articles/how-to-enable-32-bit-asp.net-on-windows-server-2003.aspx
http://msdn.microsoft.com/en-us/library/zekwfyz4(VS.80).aspx
http://www.gigajoule.net/wp/
http://www.velocityreviews.com/forums/t114800-aspnet-tab-missing-in-iis-on-2003-x64.html
http://jamesmckay.net/2008/01/missing-aspnet-tab-in-iis-on-windows-server-2003/