1
Answer

URL Rewriting in asp.net

Rahul Shinde

Rahul Shinde

11y
874
1
Please see the belows code for Test project :

I want URL http://localhost:2735/TestURL/Default.aspx

instead of http://localhost:2735/TestURL/Home/Default.aspx 

I want to Remove Home folder from URL ,

so please tell me what code should i required write in

web.config inside Rewrite Rule.
Answers (1)