Web.Config? Website properties? I’m looking for suggestions/best practices with reasons you recommend them.
Web.Config? Website properties? I’m looking for suggestions/best practices with reasons you recommend them.
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.
The best way to version a project is to set the
AssemblyVersionandAssemblyFileVersionattributes in this file:The easiest way to set these is to use the property sheet for the project itself (right click the project file and choose “Properties”). On the first tab (“Application”) click the “Assembly Information…” button and set the versions in the resulting dialog. These changes will be saved to the file I mentioned above.