CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Feb 2001
    Posts
    872

    Win 2003 64 bit vs 32/64bit ASP.NET

    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/libr...z4(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...rver-2003.aspx
    http://msdn.microsoft.com/en-us/libr...z4(VS.80).aspx
    http://www.gigajoule.net/wp/
    http://www.velocityreviews.com/forum...-2003-x64.html
    http://jamesmckay.net/2008/01/missin...s-server-2003/
    Attached Images Attached Images
    Last edited by THY02K; June 11th, 2009 at 10:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured