How to create differetnt subdomains through ASP.NET C# ?
-
HI Can any one let me know, how to create different subdomains using ASP.NET C#, e.g if My URL is www.Mydomain.com if any user gets registered then the users own subdomain get created e.g. www.UserName.MyDomain.com, can any one let me know how to do it , can any one provide me any code snippet, thanks in advance, regards, Tippu
-
HI Can any one let me know, how to create different subdomains using ASP.NET C#, e.g if My URL is www.Mydomain.com if any user gets registered then the users own subdomain get created e.g. www.UserName.MyDomain.com, can any one let me know how to do it , can any one provide me any code snippet, thanks in advance, regards, Tippu
The only code that could do this, is URL rewriting. Look at HTTP handlers.
Christian Graus Driven to the arms of OSX by Vista.
-
The only code that could do this, is URL rewriting. Look at HTTP handlers.
Christian Graus Driven to the arms of OSX by Vista.
-
No, I can't. I know that ASP.NET as it's typically used, plainly can't change a URL. URL rewriting can, and I know where to look for that info in ASP.NET. That's why my reply was tentative. I've not done it, I just know enough about ASP.NET to know where I'd look, so I gave you some keywords to type into google. Good luck.
Christian Graus Driven to the arms of OSX by Vista.