This site is full of javascript chart websites.
http://www.articlediary.com/article/25-graph-chart-solutions-for-web-developers-277.html
Don't know if all are good, but www.highcharts.com is awesome.
Showing posts with label web. Show all posts
Showing posts with label web. Show all posts
Tuesday, August 17, 2010
Tuesday, June 29, 2010
ASP.NET MVC 500.24 Error
This error occurs because Asp.Net cannot apply a detected setting in Integrated managed pipeline mode.
[validation validateintegratedmodeconfiguration="false"]
In the Web.config add this line of code in the [system.webserver] block.
This will ignore the error.
-------------------------
Also, in IIS web.config, in the system.web element, there is the identity impersonate=true element. Delete.
-------------------------
Also, in IIS web.config, in the system.web element, there is the identity impersonate=true element. Delete.
Subscribe to:
Posts (Atom)