url rewriting mvc application means login name add in url ..
ex.
current url = http://localhost:56572/Home/Contact
required
login name like vinay
http://localhost:56572/vinay/Home/Contact
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jun 3, 2014, 8:09 AM
there is no need to re-write URL's in MVC.
Because MVC has a great feature which is routing .
I wrote an article on it . http://www.c-sharpcorner.com/UploadFile/56fb14/working-with-routes-in-mvc-framework/
Hope will help.