I have two web applications built with asp.net MVC3. I want to run them locally with custom domain and without any port number in the urls. no need to worry about remote access etc. this is just for local development enivronment only
eg:
htp://app1.cc.com-->Application1
htp://app2.cc.com-->Application2
I need something like htp://app1.cc.com/questions/4709014/using-custom-domains-with-iis-express
currently my URLs are like http://localhost:34752/questions/4709014/using-custom-domains-with-iis-express
I followed the steps in this question:
Using Custom Domains With IIS Express
but this is using the reserved port 80, which is fine but how do I share this port with two applications?