Hi,
I am new to this Cute Editor, But when i was uploading any images to my Hosting Server its giving some Access Denied Error.
Server side exception, failed to upload triangle.jpg
System.UnauthorizedAccessException: Access to the path 'C:\Windows\TEMP' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at CuteEditor.c.GetFSPath(Guid guid)
at CuteEditor.c.GetInfo(Guid guid, String& filename, Int32& filesize, Boolean& persist)
at CuteEditor.UploadModule.HandleAddonUpload(HttpContext context)
And also if we kept the window as it is for 10 min or more it will gives error like:
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.