摘要: http://www.vikramlakhotia.com/Deleting_Directory_in_ASPnet_20.aspxHave you tried to delete a directory programmatically in ASP.Net 2.0? Don’t try it; it can cause great problems to your site esp... 阅读全文
posted @ 2010-01-20 16:13 code_flyer 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 在Web项目中使用 Directory.Move(olddir,newdir)修改目录名称或使用Directory.Delete(true)删除目录后, 发现Session都失效,后来经过试验发现,如果删除改变的目录不属于当前项目所在虚拟目录,则Session可用,相反则不可用;调试跟踪中提示的:Session.get_item()……返回null后经过研究发现,在虚拟目录... 阅读全文
posted @ 2010-01-20 15:45 code_flyer 阅读(318) 评论(0) 推荐(0) 编辑