Izenda Logo

This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/

Question

Why are my graphs visible on my development server (local) but not on my production server (public)?

Answer

The problem is that reports use a page to load the graph and that page's URL must be publicly available to users of Izenda Reports. In your Global.asax file, find the InitializeReporting method and modify the ResponseServer property so that it now reflects the absolute path of your Response Server page (rs.aspx).