What will happen to an application’s Web.config file when you make changes to it ?

 Posted by Bharathi Cherukuri on 7/31/2012 | Category: ASP.NET Interview questions | Views: 6753 | Points: 40
Answer:

If any changes are made to the application’s Web.config file, IIS automatically restarts the application and applies the changes. This may also cause the resetting of current Application or Session state variables, which can adversely affect users.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response