Hi,
I’m trying to use ajax to access some of my variables (min, max) from within the HTML Canvas control and I’m getting as error that you see in the image below. Perhaps this is a configuration in your web.config that doesn’t allow this?
ie <system.webServer> <httpProtocol> <customHeaders> <clear /> <add name="Access-Control-Allow-Origin" value="*" /> </customHeaders> </httpProtocol> <system.webServer>
Thanks for your help!
Sean