PDA

View Full Version : Two Web applications sharing one domain


puppysmart1
06-26-2010, 05:04 PM
I have a Webforms-based ASP.NET 3.5 application (SiteFinity CMS) and a MVC Application that "co-exists" using the same SQL Database and Membership Provider.

Is it possible to have the MVC Application be a subdomain of my main without interference?

For example, my domain will be www.mydomain.com and be the normal website. I want to have listener.mydomain.com br the subdomain that is the MVC application.

Possible? If so, how?