is any possible way to rewrite my all webpage url. For example i was create a webpage name index.aspx and Event_view.aspx. It show in the address bar something like this..
http://localhost:65232/HRM/user/index.aspx
http://localhost:65232/HRM/user/Event_view.aspx
I want to convert the above url to something like this http://localhost:65232/HRM/user/sdf-3434sd34-343243-@45_343/Event_view
please help me to redirect the webpage url..
You can use URLRewrite module. The below link will give you a good walkthrough
http://www.asp.net/web-forms/videos/how-do-i/how-do-i-implement-url-rewriting
http://dotnetguts.blogspot.in/2008/07/url-rewriting-with-urlrewriternet.html