Hi,
The title may be a little unclear, but I didn't know how to describe it otherwise. The problem is the following:
I have an mvc website and 2 servers, a testing server and the real server. the problem is: the testing server folder is a root folder, so the adress is:
http://www.testingserver.com/ -> this poses no problem.
but now I have to deploy to the life server which is:
http://www.realserver.com/myappfolder/ ->this is a problem.
this is a problem because the routing does not work this way, it does:
http://www.realserver.com/{controller}/... instead off http://www.realserver.com/myappfolder/{controller}
Is ther a valid way to solve this problem ?