已发布代码的访问被拒绝

时间:2017-09-20 11:12:50

标签: c# model-view-controller access-denied

我已使用以下行在c#mvc

中下载临时文件
string pathUser = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
string pathDownload = Path.Combine(pathUser, "Downloads");
imgPath = pathDownload + "\\Images\\Img\\Folder1\\";
Directory.CreateDirectory(imgPath);

但在Windows服务器2012中托管后,我收到错误,因为访问被拒绝为"下载/图像/ Img / Folder1"

我不知道它指的是哪个用户。请帮我恢复。

0 个答案:

没有答案