I would like to change port number in URL for page name. Now in IIS configuration default value is :
http://localhost:52576/
I'd like to change this for :
http://localhost/websiteName/
I am using visual studio 2013 and ASP.NET MVC.
I would like to change port number in URL for page name. Now in IIS configuration default value is :
http://localhost:52576/
I'd like to change this for :
http://localhost/websiteName/
I am using visual studio 2013 and ASP.NET MVC.
If you're not running Visual Studio as Administrator so it didn't have access to modify IIS, you'll need to do this manually.
I assume that you still have the "Default" or "Local" website in the "Sites" list within IIS.
If so, you can right-click on that and select "Add Application", select a reasonable Alias and set the "Physical path" to point to the root of your project (i.e. where the web.config and /bin/ folders are located).
