Asp.Net - When does it restart the application
Posted
by Seattle Leonard
on Stack Overflow
See other posts from Stack Overflow
or by Seattle Leonard
Published on 2010-04-05T17:46:46Z
Indexed on
2010/04/05
17:53 UTC
Read the original article
Hit count: 197
ASP.NET
I know that whenever you add/remove/modify any file in the "App_Code", "App_GlobalResources", and "bin" directories that ASP.NET will recompile and essentially restart the application.
My question is : "What happens to any threads currently executing durring the change?"
Do they finish? Is a Thread.Abort Exception thrown?
What happens if the application itself makes a change in any of those directories?
© Stack Overflow or respective owner