Having an issue with javascript errors after adding simple Ajax controls (ScriptManager, Timer, & UpdatePanel).
I can remove the Ajax Controls (via commenting) and the errors go away. Add them back and the errors come back.
How should a .Net 4.0 web application web.config file look for library inclusion, and or any changes to the scriptmanager that i should be aware of?
Noticed that alot of the .Net 4.5 web application refer to a Scripts child element of ScriptManager with various ScriptReference but unsure what all of it means.
Last time i used AJAX was when it came out around .Net 2.0 and all i had to do was drop the controls from toolkit and everything was included properly. Seems they dont get added properly in VS2012.