Tagged Questions

3
votes
2answers
1k views

ASP.NET MVC How-to use routes when application is published as SubProject of a domain?

i have a webapp which works perfectly when debugged and tested locally. However when I publish the site to a productionserver the routing is messed up. This is because it runs as a sub-project on the ...
1
vote
1answer
123 views

How to merge web.configs for ASP.NET MVC and plain ASP.NET app

Merging the web.config files of a legacy ASP.NET App and a new MVC app has pretty much defeated me. Is there a way I can build my solutions with projects sectioned off into subfolders? EG (each ...