Can any one please specify in depth about what is the use (when to use)
Web.config,web.config.debug,web.config.release files in asp.net web applications??
Can any one please specify in depth about what is the use (when to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s web.config transformation files that are used to change the web.config for debug and release builds. For example use a different database when debugging and running the release version.
See more information regarding this here.