ASP.net Package and Deployement Configuration Difference?
what is the difference between in conf开发者_开发知识库iguration (i.e Release,Debug, All configuration) in asp.net package and deployment?
Whatever you want it to be?
Debug usually has un-optimized code and debug symbols. Release turns that off. You can change these values to whatever you want.
精彩评论