在IIS7承载的应用程序中访问UNC目录

目前掌握的简单可行的方法:

在共享机器和IIS所在机器 创建一个同名同密码账户

网站身份验证启用“模拟”

system.web节下添加identity inpersonate=true username=uid password=pwd

ok了