Why do I need ‘Classic Mode’ in ASP.NET MVC in IIS7?
Integrated Mode provides more features and better performance, so why do I need Classic Mode?
Perhaps I dont understand the differences, please can someone explain?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
The pipeline mode is a property of the Application Pool not ASP.NET MVC.
It may be that you have an ASP.NET MVC application but also some legacy Classic ASP code that requires Classic Mode to be able to function properly.
But if your application is pure ASP.NET MVC then yes your should run in Integrated Pipeline mode.