uniezuka
10-21-2010, 09:09 PM
Hello,
I have a main site http://domain.com (MVC 2 / ASP.Net 3.5), now I want to create a Subdomain underneath it http://subdomain.domain.com, which is still a MVC 2 application running in ASP.Net 4.0 with its own web.config, files, and etc. This is like having two applications in one directory but the other one is residing on a subdirectory.
But when I access http://subdomain.domain.com it will still point to the content of http://domain.com.
I have already tried to use the code for programmatically redirecting Subdomains to specific sub-directory. I have also purchased the "Unlimited Subdomain" add-on.
What am I still missing?
Can you please help me on this one out?
I have a main site http://domain.com (MVC 2 / ASP.Net 3.5), now I want to create a Subdomain underneath it http://subdomain.domain.com, which is still a MVC 2 application running in ASP.Net 4.0 with its own web.config, files, and etc. This is like having two applications in one directory but the other one is residing on a subdirectory.
But when I access http://subdomain.domain.com it will still point to the content of http://domain.com.
I have already tried to use the code for programmatically redirecting Subdomains to specific sub-directory. I have also purchased the "Unlimited Subdomain" add-on.
What am I still missing?
Can you please help me on this one out?