摘要: 设置 ASP.NET 存储当前应用程序的临时文件(生成的源、编译了的程序集等)的目录的物理路径。修改 web.config<system.web><compilation debug="true" tempDirectory="e:\tempCS"></compilation></system.web> 阅读全文
posted @ 2012-03-19 09:58 wys0301mm 阅读(345) 评论(0) 推荐(0)