Thanks for your reply. My upload was successful. I increased the timout period in web.config and it fixed it.
Now while downloading this video I am getting following error. FYI, The filesize is 750MB
Please ensure that your data service is
online and running and that the connection string in your web.config
file is correct and make sure the key specified by
ConnnectionStringName exists in
connectionStrings section.
To configure your connection string:
1. Open [Install Location of eCommerce Framework]\PublicStore\web.config
2. Within web.config find the configuration section (highlighted) below:
|
<configuration> <ClientConfig> <Settings ConnectionStringName="EcfSqlConnection" SubscriptionId="{SUBSCRIPTION_GUID}" CartKey="ShoppingCartKey" AffiliateKey="AffiliateKey" Expires="24"></Settings> </ClientConfig> ...
<connectionStrings> <add name="EcfSqlConnection" connectionString="{connection string to your database}"/> </connectionStrings> </configuration>
|
System.OutOfMemoryException: Exception of type
'System.OutOfMemoryException' was thrown.
at System.IO.File.ReadAllBytes(String path)
at
Mediachase.eCF.BusFacade.CustomerManager.CreateItemFile(CustomerItemFileRequest
request, IList`1& errorArray) in
W:\ReferenceApplication\eCF412_FullSourceCode-rtm\BusinessLayer\FacadeLibrary\CustomerManager.cs:line
432
at
Mediachase.eCF.BusFacade.CustomerManager.CustomerItemFile(CustomerItemFile
lookup) in
W:\ReferenceApplication\eCF412_FullSourceCode-rtm\BusinessLayer\FacadeLibrary\CustomerManager.cs:line
359
at Mediachase.eCF.ClientLib2.ClientCustomer.GetItemFile(Int32
versionId) in
W:\ReferenceApplication\eCF412_FullSourceCode-rtm\PublicLayer\ClientLibrary\ClientCustomer.cs:line
1100
|
For more information visit
http://www.mediachase.com.
How can this be resolved. I also increased the Maximum used and virtual memory in IIS Application Pool to 1000MB but still the same.
Any solution for this?