Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Excel Export and using IsolatedStorage
posted

We are using the Infragistics.Web.Mvc.Documents.Excel.dll to build a large Excel.

It appears this assembly is using the C:\ProgramData\IsolatedStorage folder during the file creation process on on the Workbook.Save(Response.OutputStream).

Is there a web.config setting we can use to set the target folder to be a sub-folder under C:\ProgramData\IsolatedStorage as this is a machine shared folder and we get conflicts with other apps using  that folder.