I have UPDATED my web.config code , now i have to send patch for the changed code to be deployed on the production.
I am not sure that .dll file should be send along with web.config file or not?
if yes then why?
if not then why?
Thanks.
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.
You dont need to send over the dll, unless there is a change in the code.
Because, web.config is a meant for configuration and has no affect on dll. web.config is read as it is. the purpose of placing things is web.config, to keep things configurable with out changing the code