I have a vps and i have a asp.net web application(like www.example.com) hosted on that vps with the ip(192.168.1.32) and default port ie 80.Now I want to host another asp.net web application(www.abc.com) on same ip(192.168.1.32) but using different port(ex 3688). I have IIS 6.0 and win2003 with sp2 in my VPS. I am using asp.net3.5 and sql server2005 as database. If any one know please suggest me how to do that.
Open up IIS... Right click on "Web Sites"... Mouse over New>>Web Site... Go through the new web site wizard. Make sure to put the correct domain and port number. You can actually run them all on port 80 if you would like.