If I create a subdomain for my .Net site, can I run a unique application from the subdomain?s folder?
For example, if I have mydomain.com and create a subdomain named support (support.mydomain.com), the folders might look something like this:
/mydomain.com/
/mydomain.com/bin
/mydomain.com/index.aspx
/mydomain.com/support/
/mydomain.com/support/bin
/mydomain.com/support/support.aspx
Can the system be configured to execute support.aspx and its associated dll in the /mydomain.com/support/bin folder as a separate web application from main application in the /mydomain.com/ folder?
riley
For example, if I have mydomain.com and create a subdomain named support (support.mydomain.com), the folders might look something like this:
/mydomain.com/
/mydomain.com/bin
/mydomain.com/index.aspx
/mydomain.com/support/
/mydomain.com/support/bin
/mydomain.com/support/support.aspx
Can the system be configured to execute support.aspx and its associated dll in the /mydomain.com/support/bin folder as a separate web application from main application in the /mydomain.com/ folder?
riley