Hi Beljik,
you will need couple of things on your project, as you definitely said you need routes, as an example this is how you can define your route that allows sitename.com/UserName
context.MapRoute("nameofRoute", "{UserName}", new { controller = "controller_name", action = "Action_Name" }, new string[] { typeof(fullyqualifiedtypename).Namespace });
beside this route, per example i gave you (from an mvc application i am writing) you will need a controller and the action that will handle the request.
hope this helps
------------------------------------------
Please mark as answered if it helped
Please mark as answered if it helped Vishal Narayan Saxena http://twitter.com/vishalishere http://www.ogleogle.com/vishal/