Hello all,
New to this and hoping someone has some advice. I'd like to be able to install module upgrades from the server (the same way I upgrade DNN), is this possible? For some reason we keep getting permission errors when we try to upgrade a mod from within DNN. Not sure what setting on the server is preventing the upgrade from within the server...
Here is the error:
Error: Edit Module Definition is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Access to the path 'D:\Data\Work\Websites\estest.saem.org\saemdnn\SAEMDNN\web.config' is denied. ---> System.UnauthorizedAccessException: Access to the path 'D:\Data\Work\Websites\estest.saem.org\saemdnn\SAEMDNN\web.config' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle) at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc) at System.IO.File.SetLastWriteTime(String path, DateTime lastWriteTime) at DotNetNuke.Common.Utilities.Config.Touch() at DotNetNuke.Modules.Admin.ModuleDefinitions.EditModuleDefinition.UpdateModuleInterfaces(String BusinessControllerClass) at DotNetNuke.Modules.Admin.ModuleDefinitions.EditModuleDefinition.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace
Any help would be appreciated!