Subdomains problem

Discussion in 'ASP.NET / ASP.NET Core' started by rameshtiwary, Aug 8, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am developing an application with facility of sunbdomain creation

    like (user.domainname.com) . Will dicountasp provides this facilityand how it is posiible ?

    please help meregarding this
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Yes, you will need to add the unlimited subdomain addon. You can order this addon via the control panel addon manager.

    Eric
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Thanks :) for Your Support .

    I am creating an application like www.textamerica.com

    when any user (say Ramesh )is register here they willprovide him subdomain like ramesh.textamerica.com

    If You have any idea how it is possible in ASP.NET with URLrewrite technique please help me :(

    Post Edited (Ramesh K Tiwary) : 8/10/2006 11:25:56 AM GMT
     
  4. DASP's unlimited subdomain feature actually works really well for what you want to do. The subdomain feature will just send all traffic to the root file. For example, if somone hits user1.yourdomain.com/Test.aspx and user2.yourdomain.com/Test.aspx, both requests will get handled by the root Test.aspx file.

    I made a function to figure out which subdomain is being requested, then I can customize the content accordingly.

     
  5. Hm... it sounds like it might be a support ticket issue? Is the subdomain feature already activated?
     
  6. Yes subdomain facility already activated . Now whats the problem ?
    please guide me how to solve this problem and further steps
     
  7. I am register rewardscentral.us at DASP with facility of unlimited subdomains addon.

    but when i write ramesh.rewardscentral.us in url it is not pointing to rewardscentral.us :(

    Help me ...[​IMG]
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page