Hi All,
I am developing a blog site where user can create there own blog.
now i want that user can access the blog by url like www.user.mysite.com
and my blog exists in /Blog folder under the root.
can any one tell how can i do this?
Thanks in Advance.
Check out
http://www.urlrewriting.net
it can for sure do what you with a simple rule in Web.Config (and a DNS wildcard added to "mysite.com")
ex/
<
Hi, thanks for the replay,
the wb.config setting u had given is in which section i have to add?
and also the blogs are dynamic
so how can i retrive the username from the url and redirect to appropriate aspx
Regards
svmali
I suggest going to the URL i gave about and read the very easy to follow documentation, which would answer both your questions