GoDiagram was working fine while Session State Mode is set to “In process” but when Session State Mode is set to “State Server” in IIS we are getting the following message.
loading image... check Web.Config <httpHandlers><add verb="GET" path="GoWebImage.axd" type="Northwoods.GoWebImageHandler"/>
Web.Config does have “httpHandlers”.
What might be the reason?
Do we have to do anything while using “State Server” as Session State Mode?