Reputation: 181
I have an asp.net web forms application and I have different result concerning domain name. When I'm debugging my app - for default my domain zone is ".com". But I want to test it with another domain name and trying to find out how.
I'm hosting on IIS.
I tried to change locale in the web.config, but this doesn't affect me. I read that I can be changed on the IIS setting of my app, but I couldn't find out where it is.
How can I change the default domain name from ".com" to ".uk" domain name?
Upvotes: 1
Views: 13298
Reputation:
In the IIS management console, you can edit the bindings to a domain. Rightclick on your website and select "Edit bindings"
Upvotes: 1