User-166373564 posted
Hi iLens
We can use nloadAppDomain to terminates the current application. The application restarts the next time a request is received for it,
UnloadAppDomain also allows programmatic shutdown of unused applications,
You can learn how to restart asp.net applications programmatically using UnloadAppDomain below,
#
Restart ASP.NET apps Programmatically
hope it helps you,
Regards