Renaming folder => Application restart

  • Thread starter Thread starter MisterG
  • Start date Start date
M

MisterG

Hi,
In my code, I rename a folder and then the asp.net application restarts !
So i've lost my session variables ...
How is it possible for the application asp.net to restart when you rename a
folder of the website ???

Thank you.

Greg
 
My understanding is that Folder name plays a role in the name of the
generated class.
So if you have an aspx in the folder then application must be recompiled.

Therefore Application restrated.

George.
 
Back
Top