what is the difference between in configuration (i.e Release,Debug, All configuration) in asp.net package and deployment?
                
                A: 
                
                
              
            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.
                  jfar
                   2010-09-15 15:55:15