Aspose.Grid in SharePoint 2007

Hi,

I'm trying to use Aspose.Grid.Web in WSS 2007.

I would like :
(1) the control to work on web pages
(2) the control to work in SharePointDesigner (SPD) (so I can design my pages)

Based on this aspose post, and the blog below:
<A href="</A></P> <P>I think I have to change the web.config or add the dll somewhere in the directory <BR>C:\Program Files\Common Files\Microsoft Shared\web server extensions\</P> <P>I tried to add this line in my web.config:<BR><FONT color=#0000ff size=2></P> <P><</FONT><FONT color=#800000 size=2>SafeControl</FONT><FONT color=#0000ff size=2> </FONT><FONT color=#ff0000 size=2>Assembly</FONT><FONT color=#0000ff size=2>=</FONT><FONT size=2>"Aspose.Grid.Web, Version=1.9.2.0, Culture=neutral, PublicKeyToken=699ccf88ff76f11a" Namespace="Aspose.Grid.Web" TypeName="*" Safe="True" AllowRemoteDesigner="True" />

I tried to copy Aspose.Grid.Web.dll and Aspose.Grid.Web.xml to :
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\1033

Then I tried to design a page in SPD, with :

But, it's not working, and I don't know how to add the Aspose.Grid.Webdesigner

Do you have an idea?
What's the correct step to get it work?

I figured out, I can use Visual Studio to design my web pages.
For me, you can ignore the SPD part of my question.

But still, I guess I will have to register the control in the web.config.
If you have any light o this issue, it will be great.

Hi,

I have solved my issue.
the step, for the web.config, I put on the first post of the tread are correct.

thanks