Excel is not a server application. Asking it to be a "chart server" for your web application is not going to lead to a scalable application. I would suggest either:
1) creating your own charts directly, which is possible using the Graphics namespace. Create images based on form data, and stream them right back to the user, or
2) get an ASP.NET compatible charting component .
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
I have no control over the asp.net website. In any case, you really need to update to .NET Framework 2.0. I understand that may not be under your control.
I have to apologize. I said "Graphics", when I meant "Drawing". Use the System.Drawing namespace.
There are a few articles on the topic, such as this one .
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37