We have a few services running on our internal server, named cpweb2
.
The Default Web Site is accessed locally by browsing to http://cpweb2/
.
To enable browsing to other applications, the other sites are assigned a different port number.
For example:
- CapacityTracker is configured to use port 8081:
http://cpweb2:8081/
- AcpWcfTool is configured to use port 8093:
http://cpweb2:8093/
- ProductionScoreboard is configured to use port 8082:
http://cpweb2:8082/
- ShopServices is configured to use port 8095:
http://cpweb2:8095/
As you can imagine, not many people simply remember the web address for these sites.
I am currently creating a new service called AcpMainframe. I would like to give it a more user friendly URL like http://cpweb2/mainframe
or http://mainframe.cpweb2/
, but I don't know how exactly to do that if Default Web Site is not one of my projects.
I guess this question is two parts.
Can I get my new AcpMainframe service added to the root level Default Web Site if I do not have the code for that root level website?
If so, how do I go about that?