Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 849953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T07:11:10+00:00 2026-05-15T07:11:10+00:00

ASP.NET 4.0: My laptop is running 64-bit Win7 Ultimate, using VS 2010 and IIS7.

  • 0

ASP.NET 4.0:

My laptop is running 64-bit Win7 Ultimate, using VS 2010 and IIS7.

My dev, staging and production servers are all 32-bit 2003 Server with IIS6 (obviously).

Questions:

  1. I know this is really unsupported, but is there any way I can get IIS6 to run on my laptop under Win7? It’d be nice to keep the configuration consistent between my local environment and the deployment pipeline, but I refuse to go back to XP.

  2. If I compile under VS2010 on Win7 with the “Any CPU” flag set in the target configuration, are the generated assemblies target-independent? That is, are they 64- or 32-bit specific, or will they really work on either one? (My usual method of “try it and see” is not working at the moment for a variety of unrelated reasons).

  3. On my laptop, I have both Framework and Framework64 folders. If the assemblies are target-agnostic, what’s the difference between them and the assemblies that VS generates from my code? If they’re not target-agnostic, why do I have two separate folders? Is there a performance difference between these two versions?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T07:11:11+00:00Added an answer on May 15, 2026 at 7:11 am
    1. There’s no way, that I know, to run a different version of IIS than what’s based on the OS. Since IIS is tied in to the installation of whatever OS you have (6.0 in XP and Server 2003, 7.0 in Vista and Server 2008, and 7.5 in Win7 and Server 2008 R2), you can’t install a different version – you’ll need an XP or 2003 location to test if you want to use IIS6.

    2. They’re target-independent. VS doesn’t actually compile machine code – it compiles to IL (an “intermediate language”) that the .NET framework on the destination machine (either x64 or x86, depending on what version of the OS is installed) compiles into machine code that works natively. As such, compiling for “AnyCPU” will allow you to run on either. If you prefer, you can target x86 when you compile, and they’ll run natively on your x86 servers and using WoW on your x64 machine, so you’ll actually be running the exact same code on both.

    3. That just means you have both versions of the framework installed – x64 and x86. The assemblies are target-agnostic, but the relevant version of the framework converts the .NET IL assemblies into machine code that executes natively on the PC. To do that, there needs to be an x86 framework to compile to x86 machine code (if you have an x86 processor), and the same for x64.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Visual Web Developer 2010 Express on my laptop to run some ASP.Net
I have a Win2003 Server running a number of different ASP.NET websites, all using
[ASP .Net - Microsoft Visual Web Developer 2010] Hi all, I've problem with this
Vista, visual web developer express 2010, c#, asp.net, webforms. Running program with ctrl-F5. I'm
ASP.NET MVC can generate HTML elements using HTML Helpers, for example @Html.ActionLink() , @Html.BeginForm()
ASP.NET: How do you debug dynamically loaded user controls using LoadControl(string path);
I'm a small developer and all of the asp.net solutions I've created run on
I've been able to find lots of stuff about using the ASP .NET Membership
I have an ASP.NET application that is developed on my laptop and deployed on
I am having a C# based winforms or ASP.NET application deployed on my laptop

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.