Saturday, March 24, 2012

Strange Errors

Im having a problem with one of my pages. Basically what i have is a page where someone can upload files and its all working ok. I also a have option for them to delete files, if they click this they are brought to a separate page to confirm the delete. It all works find for the first file i delete but when i try to do it again, my directory.delete function works but my database delete doesnt ? any idea's?Its ok figured it out, had the parameters in the wrong order !
Deleting a directory in asp.net is tricky. Afetr you delete a directorythe application will restart and u will looase all ur session dat if uare using in-proc session. Here is a link explaining that
http://vikramlakhotia.com/Post.aspx?postID=6

0 comments:

Post a Comment