I am trying to use Aspose Cells in a Web SErvice. The idea is the user requests a data export, the data is formated and put into a spreadsheet using Aspose then sent as a stream or bytes back to the user to be saved to their hard drive and viewed using Excel.
My problem is the license - where does it go on the web server how does it get "referenced" etc. I have it in several locations on the web server (localhost) right now and I keep getting this error:
"Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
What am I doing wrong or missing? I have used cells fine when it was all in the client code but having it in the web service is proving to be difficult.