asp.net - Avoid application reset when deleting a folder -


i'm having bit of trouble asp.net mvc project.

the users can upload images, stored id in database, , files stored in /files/images/id/

upon deleting images again, delete folder /files/images/id (that's id folder being deleted)

however when deleting folder under project, application resets, thereby losing session , throwing users off.

is there way mark path asp.net doesn't reset upon changes being made path ?

it's simple. asp.net application should not performing file write or modify operations within paths of asp.net application. use different path store uploads.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -