I already have an ASP.NET site running in my Windows Server 2003 (computer name: myserver
), so whenever I want to access the site, I would just have to type http://myserver
. The issue now is can I host another ASP.NET MVC site on that server 2003 machine? If yes, can I configure the url (http://myserver2
?) so that I can access it?
Edit: The Windows Server 2003 is hosting intranet application only. Which is my when they access my original ASP.NET site, they just need to specify http://myserver
and that's it.