0

Could I change project startup URL with custom port in visual studio 2015, my current project URL looks like localhost:7620 now I just wanted to change mydomain.com:8087

Tried everything and even tried to search on google but didn't get any solution for VS2015.

Thank you.

IPS
  • 417
  • 9
  • 22
  • For this you must 1) `Publish` your project and 2)Host it in `IIS` in a public IP server 3)Purchase a domain `mydomain.com` 4) Map this domain with your server IP. – Rajshekar Reddy Apr 20 '17 at 06:03
  • @RajshekarReddy, I'd alreadyadded mydomain.com in my host config file, still i need to purchase domain ? – IPS Apr 20 '17 at 06:05
  • Yes.. you will have to purchase the domain from any hosting provider and then use their control panel to map your server IP to the domain name. – Rajshekar Reddy Apr 20 '17 at 06:10
  • I've created simple web application which is running with local IIS, i don't want to purchase domain :( hear is the similar steps i've followed http://www.locktar.nl/programming/custom-domain-url-in-iis-express-with-visual-studio-2013/ – IPS Apr 20 '17 at 06:14
  • If you are looking to **host locally and not over the internet** here is a good blog.. http://www.c-sharpcorner.com/UploadFile/8d44fb/how-to-access-the-site-using-domain-name-instead-of-localhos/ – Rajshekar Reddy Apr 20 '17 at 06:42

2 Answers2

0

What Mr. Rajshekar Reddy has mentioned is correct.

Community
  • 1
  • 1
Kingsman
  • 174
  • 1
  • 10
0

you can use IIS to set your own domain have you tried?

M.h Basiri
  • 56
  • 9