change localhost to another domain name

visual-studio-2008

Solution

`IIS -> Create Site`

`Binding -> jeson.com`

`Project -> properties -> Web -> Use Local IIS server -> ProjectUrl: http://jeson.com`

Problem

I want to change localhost name in visual studio to my own name for example `jeson.com` I search and find some topic 1 2 I change my hosts file to 127.0.0.1 jeson.com ::1 jeson.com However, this method does not work for me

Original source

Related problems