How do I configure my MVC app to run in iis integrated mode?

585 views Asked by At

How do I configure my MVC app so that the Visual Studio development server runs it in integrated pipeline mode?

1

There are 1 answers

0
Andy Hopper On BEST ANSWER

Sorry, but I don't believe the Web Development Server supports that. If you want to test under integrated mode, you'll need to install IIS or IIS Express, create a Web Application, and tell Visual Studio to use the Local IIS server.