Maher K. Al-Jendasi aka ArcadianPassion

I dream my code, and then I code my dream ™

  Home  |   Contact  |   Syndication    |   Login
  10 Posts | 0 Stories | 2 Comments | 1 Trackbacks

News

Listed on BlogShares
Download Resume
WebDOCPDF
RTFODTTXT

Archives

Post Categories

When you upgrade your site to use the ASP.NET AJAX Beta 2, you must add a new HttpHandler in the web.config file. Under the <httpHandler> element in the web.config, add the following handler:

<add verb="GET" 
  path="ScriptResource.axd" 
  type="Microsoft.Web.Handlers.ScriptResourceHandler" 
  validate="false"/>

Otherwise you may receive 'Sys' is undefined error message

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Saturday, November 11, 2006 5:08 AM