Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Web API 项目,将部署在 IIS 上。当我通过 VS2012 发布项目时,我总是遇到错误,例如 - 无法添加文件 'Scripts/jquery.unobtrusive-ajax.min.js'。访问被拒绝。包中的任何文件都不会复制到 wwwroot 中。
但是,在另一台 PC 上它可以完美运行。
有人可以就此提出建议吗?
谢谢博腾
我通过以管理员身份运行 VS2012 解决了这个问题。好像是权限问题。