As the title said, if I update the values from App_GlobalResources file, the application will restart. Is there any way to prevent it?
As the title said, if I update the values from App_GlobalResources file, the application
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.
No, there is no way to prevent it.
According the MSDN:
Since the resources are considered static data, any changes of them leads to the restart of the ASP.NET application.
More information:
Editing resource files without recompiling ASP.NET application
ASP.NET Web Site or ASP.NET Web Application?