Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SubDomain Content
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01149667
Message ID:
01149923
Views:
7
Hi,

Can you map the subdomains to different web sites? If so it's straightforward. If not I guess you could create the app for each domain in virtual directories of the main site and use URL rewriting to redirect the various subdomains to the relevant directory.

Bear in mind I'm speaking here with all the authority of someone who's never actually done it :-| - perhaps someone will chip in with an alternate/better solution....


Regards,
Viv

>I'm getting ready to develop content that I want to serve up in subdomain URLs. What is the best way to develop those. I want them to be stand alone apps with their own DB and config files. I notice that .NET will not allow an application to live in a subfolder of my Main project. It will try to compile it as part of the project.
>
>So, should I develop completely separate projects in their own solution, or will it be ok to have multiple web apps in the same solution. I also notice that in development, creating a link to a default.aspx in a separate project folder doesn't work.
>
>At the end of the day I want www.ekleeman.com , wiki.ekleeman.com , test.ekleeman.com, etc...
Previous
Reply
Map
View

Click here to load this message in the networking platform