Dear Customers,
Aspose.ASPXpand 1.5.0 released.
Enhancements:
Aspose license control supported.
Sample:
[C#]
Aspose.ASPXpand.License lic = new Aspose.ASPXpand.License();
lic.SetLicense(“licensefile.lic“);
[VB.net]
dim lic as new Aspose.ASPXpand.License()
lic.SetLicense(“licensefile.lic“);
Sample code updated.
kyle
No related posts.
ok
oi
No Comment
When running the demo project for data entry form I experience and error every time page loads. It is a script error stating that a ‘;’ was missing. This is the VB project and was converted for use with VStudio2003.
ss
ninguno
Is there a way to have the licensing work inside something like the web.config file so that it is global to the entire project not just the page it is being used in?
Thanks, Steve Fejes steve@ithikon.com
Dear Steve,
The Aspose.ASPXpand does not support validating licences from the web.config, recently.
But, we will do something, your idea is good.
Thanks. kyle