设置 ASP.NET 存储当前应用程序的临时文件(生成的源、编译了的程序集等)的目录的物理路径。
修改 web.config
<system.web>
<compilation debug="true" tempDirectory="e:\tempCS"></compilation>
</system.web>