Displaying a Diagram from Web Page

I'm new to Syncfusion and I have created a simple web page that contains the Diagramer control. I have hardcode the path to the edd file.

All I get is a read X where the image should be. It "appears" that the system is looking for diagram_renderer.aspx, which does not seem to be on my system.

This is a brand new Web Site project, I'm running locally in VS debug mode (built in Web server).

I have tried both a file I Created and the sample file "SimpleOrgChart.edd". Neither seems to work.

I don't get an error or any other information. Page compiles just fine?

I'm stumped I must be doing something stupid...

Dan

2 Replies

J. J.Nagarajan Syncfusion Team July 26, 2007 02:39 PM UTC

Hi Dan,

Thanks for your interest in Essential Diagram. Regarding your query, you need add HttpHandler in the web.config file in order to display the diagram on the web page. Please add the below line into your web.config file.(before closing the system.web tag)






I have attached the web config file for v.5.1.0.51. Please refer to it and let me know if you have any questions.

web.zip

Please let me know if the above details are helpful to you.

Thanks,
Nagaraj


DH Dan Harris July 26, 2007 03:13 PM UTC

Well that worked.... Not sure what was different in the HTTPHandler you sent me and one I copied from one of the sample web configs.... but what do I care it worked!!!!

Thanks for you quick assistance! I really like your product. I think you have a new customer!


>Hi Dan,

Thanks for your interest in Essential Diagram. Regarding your query, you need add HttpHandler in the web.config file in order to display the diagram on the web page. Please add the below line into your web.config file.(before closing the system.web tag)






I have attached the web config file for v.5.1.0.51. Please refer to it and let me know if you have any questions.

web.zip

Please let me know if the above details are helpful to you.

Thanks,
Nagaraj


Loader.
Up arrow icon