asp.net mvc deployment
- by Casey
I've been dealing with a legacy asp.net 2.0 web site that was originally setup to deploy everything (source uncompiled) to the target server. I've been looking at doing some major upgrades and want to move to asp.net mvc.
I'm coming from mostly a Java background where we typically deploy everything inside of a Web ARchive (war file) and the…