I have an MVC area app and it works fine locally:
https://localhost:8080/Area/Controller/View
But when I push to the server the routes get screwed up because the application is in a subfolder of the default web site like so:
https://companywebsite.com/Project/Area/Controller/View
Is there any way to fix this in web.config or IIS? I have a similar post at Routes in areas not working in MVC / Web forms hybrid app.