I have a web page that creates a excel spreadsheet saves it to a temp folder and then open the file in a new page. The Server is running windows server 2003. It works fine on my development server but it fails on the on-line server at this line:
wBook = _excel.Workbooks.Add()
it errors with not enough memory or disk space. I have plenty of memory and disk space available.
What am i missing?
Windows Server 2003Visual Basic.NET
Last Comment
whiwex
8/22/2022 - Mon
Nasir Razzaq
Can you show us code prior to this stage? What version of Office do you have installed on the server?