kettch said:
W3bbo said:
*snip*

1.1 installs just fine after you click past the warning. My point is that there is a warning. I haven't run into any problems with it, but somebody at Microsoft must have been concerned about it.

I'd think that since .NET v1.1 does not have x64 JIT compiler, all assemblies are run as 32-bit code.

 

This means that as application runs probably okay, but if you want to run v1.1 ASP.NET applications, you must take special caution on the mix of x86/x64 assemblies. (Running .NET v4 might fix deployment issue, but you won't be able to debug then. Btw, I'm not sure if VS2003 IDE can attach on IIS 7.5)

 

Also, VS2003 (and it's tools) might need to specifically opt-out from DEP protection to run. (I don't have Win2008 R2 machine to test VS2003, so I don't know)