Reputation: 5753
We have an ASP.Net MVC solution built in VS2008 and TFS2008. We use TFS Build and use Continuous Integration.
We have a deployment pipeline that enables us to progress a build, eventually, to our live site...
I have 2 questions relating to this
Upvotes: 0
Views: 270
Reputation: 2252
As per your points, only the Internal dev should be in Debug mode. The External Dev should be in Release mode if you want to mimic the production environment
Upvotes: 2