Orchard 无法访问媒体文件 - 访问被拒绝



我正在尝试在Orchard amdin页面中插入图片,但是出现错误

An unhandled exception has occurred and the request was terminated. Please refresh the page. If the error persists, go back
The folder could not be created at path: . System.UnauthorizedAccessException: Access to the path 'D:ProjectsMySite.WebMediaDefault' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj) at Contrib.MediaFolder.Services.RemoteStorageProvider.ListFolders(String path)
System.ArgumentException: The folder could not be created at path: . System.UnauthorizedAccessException: Access to the path 'D:ProjectsMySite.Site.WebMediaDefault' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj) at Contrib.MediaFolder.Services.RemoteStorageProvider.ListFolders(String path) at Contrib.MediaFolder.Services.RemoteStorageProvider.ListFolders(String path) at Orchard.Media.Services.MediaService.GetMediaFolders(String relativePath) at Orchard.MediaPicker.Controllers.AdminController.Index(String name, String mediaPath) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.b__12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)

我已经将所有用户(IUSR,SYSTEm,管理员,用户)的所有权限设置为媒体文件夹,但仍然收到错误。请帮我解决这个问题。提前感谢!

我遇到了同样的问题,将媒体文件夹的内容复制到新文件夹,删除媒体文件夹并将新文件夹重命名为媒体并为IIS_IUSRS设置权限,似乎解决了问题。

最新更新