Page 1 of 1

runtime error in demo files

Posted: Thu Sep 22, 2011 6:22 pm
by pier
Hi Vladimir

We are trying to install the demo of the Web version on an windows machine to be able to use AJAX to see the reports instead of flash from an ipad.

We want to see this working on our machine

http://web.stimulsoft.com/

So we installed the msi file. We installed IIS 6.0 and ASP.NET. We activated the ASP.NET service and allow IIS to run dynamic aspx file.

So what's next?
How can we access the demo ajax page from a browser?
Do you have some guide or tutorial for the installation?

Regards

runtime error in demo files

Posted: Fri Sep 23, 2011 1:48 am
by Vladimir
Hello,

Then you need to create ASP.NET project using Visual Studio, and copy it to your IIS server. In the attached archive you can find the web.stimulsoft.com project source code. To start it, you must copy the necessary libraries form Stimulsoft.Web 2011.2 installation to the Bin folder.

Thank you.


runtime error in demo files

Posted: Tue Sep 27, 2011 10:55 am
by pier
Thanks Vladimir

We got this running now.

What we want to accomplish is to pass the basic parameters via the URL to the WebViewerDemo.aspx. For example the url of the xml, the url of the xsd, and the url of the report.

We are PHP people and we don't know much ASP... can you help me accomplish that, or give me some guidelines?

Regards

runtime error in demo files

Posted: Tue Sep 27, 2011 7:15 pm
by pier
We got it running. I wrote this post for a more specific problem.

http://forum.stimulsoft.com/Default.aspx?g=posts&t=5308

runtime error in demo files

Posted: Wed Sep 28, 2011 8:02 am
by Andrew
Hello,

Ok! :biggrin:

Thank you.