I am using VS 2010. I have created a website in which I want to do url rewriting.I have my all the files i.e. aspx file in admin and user folder.In my application admin creates user and then if user types \[code\]www.domian.com\[username]\\[/code\] in address bar then this should lead to user folder in my applicationI want this type of url rewriting.\[code\]www.domain.com\\[Dynamic user]\login.aspx\[/code\]Please suggest me if this can be achieved or not.Any suggest would be appreciated.