When you try to run an AJAX UpdatePanel and are receiving the Javascript error
'Sys' is undefined, make sure you have checked these conditions:
- Your Web.config file is extended for the use of .Net 3.5
(Visual Web Developer 2008 Express Edition will ask you to update your application when opening this the first time). - You have an application extension .axd pointing to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll with the option Verify that file exists unchecked.
- There is no wildcard application map configured on your application.
No comments:
Post a Comment