I'm having trouble with my project. I have a master page that 4 other pages use. On the other pages there is a script manager and below that in other div tags, I use the Ajax Accordion control and the Ajax Date Control extender on a textbox. Everything works fine on my localhost but when I publish to our live server (IIS 7, .net framework 4.0) all the ajax controls stop responding and the web page gives the error :
Message: 'Sys' is undefined
Everything is built in the .net framework 4, I have tried other versions of the Ajax Controls, but to no avail. The other posts about this error point to my web config, but have place the proper assemblies inside it, but it still gives me the error. This is the first time I have received the error and I have built multiple web apps like this. Any help would be appreciated. Thanks.