I have currently this url.
www.xyz.com/abc/Default.aspx?ketan but i want to change this URL as this way.
www.xyz.com/event/ketan
Here abc is folder in my project and Default.aspx is a page in it.Now i Don't want to make event folder then how I rewrite URL.
So how I URL rewriting in asp.net
Go to the complete details ...