摘要: 要研究这个,首先要新建网站, protectedvoidPage_Load(objectsender,EventArgse){ stringstr=System.Reflection.Assembly.GetExecutingAssembly().Location; Response.Write(str); }输出当前程序集 运行的dll 路径 运行之后:复制当前运行程序集的文件夹 C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\website1\ab53316b\689cf367\找到\App... 阅读全文
posted @ 2013-12-30 09:45 pengbg 阅读(455) 评论(0) 推荐(0)