Run two web sites on same port on IIS 7.5?

前端 未结 2 1793
心在旅途
心在旅途 2021-02-05 16:10

We need to be able to run two versions of one ASP.net web application on the same intranet server and port number, but with one mapped to / and the other mapped to /experimental

2条回答
  •  南方客
    南方客 (楼主)
    2021-02-05 16:41

    Can you run one of the sites at a different subdomain, say test1.organization.com and beta1.organization.com? If so then you can set them both up as top-level websites in IIS and set the Host Name on each Site Binding so they can both run on the same IP address and port.

提交回复
热议问题