1

Do I need to create a application pool which supports .net framework 4.0?

1 Answer 1

4

This will depend on the framework version your MVC application is targeting. So if you application is targeting .NET 4.0 the application pool must be set to use CLR 4.0. If your application is targeting .NET 3.5 the application pool must be set to use CLR 2.0. Here's an article covering the various deployment scenarios.

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

Comments

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.