Tuesday, 4 February 2014

Hosting the MVC application using the IIS

IIS, to run the application instead of the built-in asp.net development server.




1. In the solution explorer, right click on the project and select "Properties"
2. Click on "Web" tab
3. Select "Use Local IIS Web Server" radio button
4. Notice that the Project Url is set to http://localhost/MVCDemo by default
5. Finally click on "Create Virtual Directory" button

No comments:

Post a Comment

back to top