FAQ/Questions/Graphs-not-visible.md
... ...
@@ -0,0 +1,11 @@
1
+#Graphs Not Visible
2
+
3
+[[_TOC_]]
4
+
5
+##Question
6
+
7
+Why are my graphs visible on my development server (local) but not on my production server (public)?
8
+
9
+##Answer
10
+
11
+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|/FAQ/InitializeReporting]] method and modify the [[ResponseServer|/API/CodeSamples/ResponseServer]] property so that it now reflects the absolute path of your **Response Server** page (rs.aspx).
... ...
\ No newline at end of file