Hi all,
I'm having issues deleting folders with ASP.NET VB, whenever I delete a folder using "Directory.Delete", it clears all of my sessions, as stated here ... FOUR! years ago.
I did a search at tektips, but the post I found was closed,
I have tried ca8msm's suggestion by moving the folder out side of the project folder,
But even after moving the folders and files saved/deleted to a folder out side of the project folder it STILL clears my sessions, is this normal ? or has anyone actually managed to get this to work ?, it's starting to drive me a little mental considering this would be so easy to do in classic asp, without all this asp.net restart nosense.
Another solution seems to be using linkd
But, I can't access the server to install anything, so not an option for me
Also I read the out-of-process would keep my sessions,
Yet again this means having access to the server to edit the services.msc, not an option AGAIN....
I'm wondering if opening a classic asp page with FSO to delete the folder(s) (as mad as that sounds), but that might still clear my sessions because a change was made AND I really shouldn't have too!!!.
If anyone can help that would be great, ANY ideas are welcome, THANKS!!..
I'm having issues deleting folders with ASP.NET VB, whenever I delete a folder using "Directory.Delete", it clears all of my sessions, as stated here ... FOUR! years ago.
I did a search at tektips, but the post I found was closed,
I have tried ca8msm's suggestion by moving the folder out side of the project folder,
So, try having your site at:
c:\inetpub\
and your files somewhere else e.g.
c:\inetpub\
But even after moving the folders and files saved/deleted to a folder out side of the project folder it STILL clears my sessions, is this normal ? or has anyone actually managed to get this to work ?, it's starting to drive me a little mental considering this would be so easy to do in classic asp, without all this asp.net restart nosense.
Another solution seems to be using linkd
But, I can't access the server to install anything, so not an option for me
Also I read the out-of-process would keep my sessions,
Yet again this means having access to the server to edit the services.msc, not an option AGAIN....
I'm wondering if opening a classic asp page with FSO to delete the folder(s) (as mad as that sounds), but that might still clear my sessions because a change was made AND I really shouldn't have too!!!.
If anyone can help that would be great, ANY ideas are welcome, THANKS!!..