G
Guest
Hi,
I have a ASP.net application which takes excel sheet as input.It retrieves
the data from the excel sheet and using that data it generates reports.
On my PC everything is working fine.But if somebody access my application
other than localhost,i.e something like
http://MyMachinename/MyapplicationName/Report.aspx
application is throwing the error "Rejected Safe Mode action : Microsoft
Office Excel."
I'm using code like this
Imports Excel = Microsoft.Office.Interop.Excel
Dim objExcel As Excel.Application
Dim objExcelWorkBook As Excel.Workbook
Dim objExcelWorkSheet As Excel.Worksheet
Can anybody please help me in resolving this?
Thanks in advance
I have a ASP.net application which takes excel sheet as input.It retrieves
the data from the excel sheet and using that data it generates reports.
On my PC everything is working fine.But if somebody access my application
other than localhost,i.e something like
http://MyMachinename/MyapplicationName/Report.aspx
application is throwing the error "Rejected Safe Mode action : Microsoft
Office Excel."
I'm using code like this
Imports Excel = Microsoft.Office.Interop.Excel
Dim objExcel As Excel.Application
Dim objExcelWorkBook As Excel.Workbook
Dim objExcelWorkSheet As Excel.Worksheet
Can anybody please help me in resolving this?
Thanks in advance