B
Brian Simmons
Hi All,
I know that if you modify the web.config file or any file in the App_Code
subfolder, that ASP.net 2.0 will "restart" the application (i.e. clear out
any sessions, etc...).
Are there any other changes that restart the application? Will modify a
code-behind .cs/.vb which calls a class in the App_Code folder restart the
application?
I'm asking because occassionally I'll push some code out to production and
it's not the web.config or a class in the App_Code folder and it'll
"restart" the application.
Thanks for any insight,
Brian
I know that if you modify the web.config file or any file in the App_Code
subfolder, that ASP.net 2.0 will "restart" the application (i.e. clear out
any sessions, etc...).
Are there any other changes that restart the application? Will modify a
code-behind .cs/.vb which calls a class in the App_Code folder restart the
application?
I'm asking because occassionally I'll push some code out to production and
it's not the web.config or a class in the App_Code folder and it'll
"restart" the application.
Thanks for any insight,
Brian