We have a NET2.ASP and AJAX application running with a SQL Server backend.
What seems to be working fine in out test environment is causing us all kinds of grief in production, but our production environment is a controlled environment and we are restricted as to what can go (or be installed)into it. Sp instead of installing MS Office, we have to pick the modules (like Excel) that needs to be installed in this environment.
When we try to generate an Excel worksheet, we get COM errors. My question, is what is absolutely needed to be installed in the environment that will allow our form data to generate a excel spreadsheet? Does this have to be on the IIS server or the web server?
What modules should be included in the <assemblies> (or any other) section of the web.config file:
Glen Braden
What seems to be working fine in out test environment is causing us all kinds of grief in production, but our production environment is a controlled environment and we are restricted as to what can go (or be installed)into it. Sp instead of installing MS Office, we have to pick the modules (like Excel) that needs to be installed in this environment.
When we try to generate an Excel worksheet, we get COM errors. My question, is what is absolutely needed to be installed in the environment that will allow our form data to generate a excel spreadsheet? Does this have to be on the IIS server or the web server?
What modules should be included in the <assemblies> (or any other) section of the web.config file:
Glen Braden