captainPlus
Programmer
Hello everyone,
In one of my projects (C# 2005), users create/delete files/folders through management screens. No problem with creation. But when I delete a folder (either manually or programmatically), session restarts... The parent folder that holds the folders created/deleted is a sibling of bin directory. I have to keep it in this position because these files must be accessible directly from web..
I think this behavior is connected with "on the fly compilation" feature of .net but I'm not sure.
Anyone faced this before? Is there a solution?
Urgent replies are really appreciated...
Best Regards,
ali
In one of my projects (C# 2005), users create/delete files/folders through management screens. No problem with creation. But when I delete a folder (either manually or programmatically), session restarts... The parent folder that holds the folders created/deleted is a sibling of bin directory. I have to keep it in this position because these files must be accessible directly from web..
I think this behavior is connected with "on the fly compilation" feature of .net but I'm not sure.
Anyone faced this before? Is there a solution?
Urgent replies are really appreciated...
Best Regards,
ali