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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -