asp.net mvc - MVC4 application - configure as a web application under root site -
i have mvc4 application. when deploy website in iis 7, works. when deploy under root website application fails map route , gives http 404 on second get/post.
http error 404.0 - not found localhost/home/login
ideally should go on url - localhost/mvcapp/home/login
Comments
Post a Comment