Does change of DBML file clears user session as web.config does?
What could be a consequence of changing dbml file on live?
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 answer is NO.
The problem with restarting application occurs when I make changes in App_Code. In my case dbml file is in that folder. What is interesting sometime when I make changes it restart, sometime it not restart. For example modifying some file is fine but deleting empty folder triggers restart.
Remember to not loose all user sessions you can use state server.