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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top