I have an asp.net web forms application and I have different results concerning the 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 tellgamestop.
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?