3

Can I compile an ASP.NET 4 application, and run this on a server with ASP.NET 3.5 installed?

I have seen this method for ASP.NET 3.5 MVC running on servers with only 2.0 installed: Is it possible to run an ASP.NET 3.5 MVC 1.0 application on a server that supports ASP.NET 2.0 only?

2
  • Are you asking if 3.5 and 4.0 can run on the same machine, or if 4.0 will run with only 3.5 installed? Commented Nov 16, 2009 at 13:13
  • I'm asking if I can develop with 4.0, and host it on a machine with only 3.5 installed? Commented Nov 16, 2009 at 13:23

2 Answers 2

5

Nope. The .NET 3.5 runtime is the same as the .NET 2.0. The .NET 4.0 runtime is new

Sign up to request clarification or add additional context in comments.

Comments

0

In VS you can set up any framework version number as the target - including 3.5

2 Comments

that doesn't mean you can use the language features from .net 4 in .net 3.5 however
That's right, but you can use nice new features of the development environment and still target the old runtime

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.