Answered by:
Sys is undefined

Question
-
User262732770 posted
hi all!
i m facing the 'sys is undefined' error for my scriptmanager.
the code is working fine on my local machine.
but all the ajax controls are unrecognizable on the webserver (no calendar, no accordian, no updatepanel are working).
hey guys plz help i m tired of it..
i have even modified my web.config numerous times..but nothing changed...
Friday, June 25, 2010 8:56 AM
Answers
-
User78336405 posted
Hi,
Try to place the script code under the ScriptManager tag. Or check you web.config with the downloaded sample web site of AjaxControlToolkit.zip, for further information, please refer to this thread: http://forums.asp.net/t/1040236.aspx.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 29, 2010 10:03 PM
All replies
-
User-1853252149 posted
Does your server support AJAX?
Jeff
Friday, June 25, 2010 9:15 AM -
User1508394307 posted
http://www.dotnetspider.com/resources/3129-Sys-undefined-ASP-NET-AJAX.aspx
Friday, June 25, 2010 9:17 AM -
User2077282992 posted
Have you tried this web.config addition (inside consfiguration tag):
<system.web.extensions> <scripting> <scriptResourceHandler enableCompression="false" enableCaching="true" /> </scripting> </system.web.extensions>
I modifed my and scanned my web.config several times before I found this addition to get the production site to work for me.
Friday, June 25, 2010 9:28 AM -
User262732770 posted
no dude...its giving me error: 500 this one:-
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
Saturday, June 26, 2010 1:18 AM -
User262732770 posted
yes jeff,
it supports AJAX..
Saturday, June 26, 2010 1:20 AM -
User78336405 posted
Hi,
Try to place the script code under the ScriptManager tag. Or check you web.config with the downloaded sample web site of AjaxControlToolkit.zip, for further information, please refer to this thread: http://forums.asp.net/t/1040236.aspx.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 29, 2010 10:03 PM -
User1861107345 posted
I'm having similar issues. I just upgraded my site to Framework 4 and the new Ajax dll. Everything is okay EXCEPT for Internet Explorer on our LAN.
I get 'invalid character' and 'sys is undefined'.
Firefox, Google Chrome, and Safari all work fine for the public and our LAN. The problem is with IE on the LAN only.
Development and test all work fine.
Windows 2003 .NET Framework 4. I've been over the Web.config again, and again, and again.
Anyone else experience this?
Tuesday, July 13, 2010 12:30 PM