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

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -