Is it possible to setup an ASP.NET web application so that when I drop an updated dependent assembly into the BIN directory, the app will recognize it and reload, and begin using the new assembly?
If so, how do I achieve this?
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.
Yes… as you have surmised, this behavior is already built into ASP.NET. And yes, it is quite reliable.