Reputation: 1300
I have recently moved from VS 2013 to VS 2015. I created a new MVC project and it Worked fine. Then I opened an existing project and run it. It give following error.
I opened applicationhost.config
to change port but there is no such configuration like it was in VS 2013. Is that configuration moved to another file? How to change port and how to tackle this error.
Upvotes: 2
Views: 764
Reputation: 2104
Right click the project and click on properties, Then on the left click on web, under project URL you can change the port. click save, it will ask if you want to create the new virtual directory for the port.
Upvotes: 2