the current application on MVC can be accessed through URL Like: www.someserver.com/myapplication
Now there is a request to change it to a new URL: www.someserver.com/NEWFOLDER/myapplication
so my question is how will the MVC behave, will I have to make any routing changes ?
Thanks !