asp.net - Page Server Error in '\' application -


This is working on my local machine but it is not working on the server

error This is looking like

  Parser error details: An error occurred during parsing the required resource for the service of this request. Please review the following specific analysis error details and modify your source file properly. Parser error message: Unknown server tag 'ASP: chart' source error:    

Web Add the following to the config section:

  & lt; System.web & gt; & Lt; HttpHandlers & gt; & Lt; Add tagPrefix = "asp" namespace = "System.Web.UI.DataVisualization.Charting" assembly = "System.Web.DataVisualization, version = 4.0.0.0, culture = neutral, publicKeyToken = 31bf3856ad364e35" /> & Lt; / httpHandlers & gt; & Lt; /system.web>    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -