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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -