I everydoby, i have a problem that i cannot understand if is a hosting problem (datapacket) or a dnn problem.
I will try to explain.
I had a dnn 3.3.old one version and I received HTTP error 401/407 "autentication error" in my sitemap under google, and when navigating myself, by time, i received a windows requesting user/pass poppping up. So i decided to move to a the last version available of DNN (3.3.2) and performed an upgrade.
Now i receive randomly, but very frequently, the error page telling that i must change the "remoteonly" to "Off". i've done it and what i receive is:
[UnauthorizedAccessException: Access to the path "C:\Domains\mydomains.com\wwwroot\Portals\_default\EventQueue\EventQueue.config" is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +393
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) +44
System.IO.StreamWriter.CreateFile(String path, Boolean append) +55
System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) +49
System.IO.StreamWriter..ctor(String path, Boolean append) +66
System.IO.File.CreateText(String path) +32
DotNetNuke.Services.EventQueue.Config.EventQueueConfiguration.GetConfig() +501
DotNetNuke.Services.EventQueue.EventQueueController.GetMessages(String eventName) +58
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) +389
I suppose tha access right is present (i cannot change or manage it), and i have asked to datapacket to check (but re support is someway vacant now).
There are some solutions?
I have disabled the scheduled events, but nothing change. Now i created a custom error page telling customers we are upgrading system... but this is not a good solution.
Let me know is someone other had the same problems and got a solution
Thanks
Red!