-
Notifications
You must be signed in to change notification settings - Fork 47
Description
I just using RequestReduce on my site ,every thing work locally ,but on host there is problem that shown in dashboard :
Key: ab0efdd0-5f49-4f0c-d548-91f060297b74
First errored on: 11/30/2013 3:04:54 AM
Last errored on: 11/30/2013 3:04:54 AM
Number: 5
Exception #1: There were errors reducing http://noorvision.com/scripts/jquery-ui-1.9.2.min.js::http://noorvision.com/scripts/hoverIntent.js::http://noorvision.com/scripts/superfish.js::http://noorvision.com/scripts/supersubs.js::http://noorvision.com/scripts/DD_belatedPNG_0.0.8a-min.js::http://noorvision.com/scripts/jquery.printElement.min.js::http://noorvision.com/scripts/jquery.easing.1.3.js::http://noorvision.com/scripts/jquery.touchSwipe.min.js::http://noorvision.com/scripts/jquery.liquid-slider.js::http://noorvision.com/scripts/jquery.peelback.js::
Exception #2: Access to the path 'd:\inetpub\vhosts\noorvision.com\httpdocs\requestreducecontent\ab0efdd05f494f0cd54891f060297b74-97852f877468e5fc2addb975b27a80d6-requestreducedscript.js' is denied.
Stack Trace#2:
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, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at RequestReduce.Utilities.FileWrapper.Save(Byte[] content, String fileName) in c:\RequestReduce\RequestReduce\Utilities\FileWrapper.cs:line 17
at RequestReduce.Store.LocalDiskStore.Save(Byte[] content, String url, String originalUrls) in c:\RequestReduce\RequestReduce\Store\LocalDiskStore.cs:line 80
at RequestReduce.Reducer.HeadResourceReducerBase`1.Process(Guid key, String urls, String host) in c:\RequestReduce\RequestReduce\Reducer\HeadResourceReducerBase.cs:line 47
at RequestReduce.Module.ReducingQueue.ProcessQueuedItem() in c:\RequestReduce\RequestReduce\Module\ReducingQueue.cs:line 162
I think this is access issue but what is required access and wich user want it ?
I use plesk on my hosting.
Thanks