Excel from ASP

  • Thread starter Thread starter george d lake
  • Start date Start date
G

george d lake

Hi,
I have code that will create an excel file in VB.NET
I moved the code to my ASP.NET project and it will not save. No errors,
it just sits there.... for ever.....

Any ideas?
 
Excel Automation server side is NOT supported by Microsoft purely because on
ASP.NET the code run server side and there are many differences from a
windows application: thread safety, non-interactive windows station, etc.
Please read this article for further technical details:
257757 INFO: Considerations for Server-Side Automation of Office
http://support.microsoft.com/?id=257757

Read the "Use Alternatives to Automation When Running Server-Side" section
of this article.

HtH,
Andrea
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top