tags:

views:

355

answers:

1

HI, I have deployed an Asp.Net 2.0 application in IIS.In this, I have folder(uploads) which contains a temp file.In the page, i have once button(Display),when i click on the display button, the excel sheet should be opened.This is happening in local but not after deploying in IIS. It showing the error message like "Microsoft Office Excel cannot open or save any more documents because there is not enough available memory or disk space".

Please help me in resolving this issue.

Thanks Rupa

+1  A: 

for that try spread Sheet Gear third party component http://www.spreadsheetgear.com/

Plus you can check this thread if this is help for you http://stackoverflow.com/questions/931782/asp-net-manuplating-excel-sheet/931885#931885

Muhammad Akhtar
OP's problem is with opening the file not manipulating it.
krishna
I did something like what you are doing, and got the same error message, then I have use spreadsheet gear, that's why I have advise you
Muhammad Akhtar