Can you repair a deployed web application without restarting the server or IIS ?

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

Yes, you can repair a deployed web application without restarting the server or IIS.
This can be done by copying the new assembly (.dll) and/or content files (.aspx, .ascx, and so on) to the application folder on the server.
When you replace the assembly, ASP.NET automatically restarts the application.There is no need of installing or registereing the assembly on the server.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response