06-29-04 08:55 PM
There is not any proper fix for this but there is a Temp solution for that
There are 2 ways to do it
Either reduce the script engine from 125(Default) (it can varies) in IIS to
60 .
You can setup under properties of IIS .
Or Use no caching for your IIS .Make the change in the registry under HK
EY_LOCAL_MACHINE\SYSTEM\CurrentControlSe
t\Services\W3SVC\ASP\Parameter
and create ScriptFileCacheSize = 0
In both cases ,you will find slower performace from the web site.
i would suggest to go for 1st option ,with this you can still have some cach
ing features.
Thanks
JB
quote: Originally posted by Ernan
Hello,
I am getting the following error in my Site Server shop:
Commerce.FileDocument.1 error '80070008'
Not enough storage is available to process this command.
/shop/manager/include/Manager.asp, line 39
Line 39 of the include file shows the following:
38: managerCSC = Server.MapPath("/" & mscsPage.SiteRoot &
"/manager/config/site.csc")
39: set mscsManagerSite = fileDocument.ReadFromFile(managerCSC,
"IISProperties")
This has just started today! I did njot update anyghitn on the server.
Anyone knows what causes this problem? I have checked both the free disk
space (over several gigs) and the available memory at that time.
Regards,
Ernan
[ Post a follow-up to this message ]
|