Question how to set domain name in web server (windows 2003)

mazez1971

Member
Joined
Dec 23, 2009
Messages
13
Programming Experience
Beginner
hello, i have a web server with windows 2003, where iis and aps.net intalled. my application is running in localhost after published. how can i set my domain name in my server. thank you .
 
You'd do best to do hit Google and do some research on IIS and domains - there are a huge number of better resources on the subject than a VB.Net specific site.

That said, in general, you would update the domain names DNS records to point to your IIS server IP and then configure your IIS site to handle that particular domain name.
 
Back
Top