How to Configure two domain with same ip but using different port?

Discussion in 'Google' started by nitin2710, Sep 14, 2009.

  1. #1
    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.
     
    nitin2710, Sep 14, 2009 IP
  2. ViewPublishing

    ViewPublishing Active Member

    Messages:
    137
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #2
    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.
     
    ViewPublishing, Sep 14, 2009 IP