Welcome to MSDN Blogs Sign in | Join | Help

SYSK 240: AJAX.NET – Resolution for Sys.ScriptLoadFailedException when Opening Login page

Are you getting Microsoft JScript runtime error: Sys.ScriptLoadFailedException:

The script '/YourSiteName/ScriptResource.axd?d=ebUIu-RsatQBXvExgP5y3pvOqX2PbIJ6uav4Avk4QzmounX74siwLINKKPmlFz54oTPVrGJa4XpgCYiosTExfEdJoHleHTQaH7TE19A6Hqg1&t=632986009464531250' could not be loaded or does not contain the Sys.Application.notifyScriptLoaded() callback

 

Is your authentication mode = “Forms”?  Does it happen when you’re loading your login page?

 

To resolve the problem, add:

<location path="ScriptResource.axd">

            <system.web>

                  <authorization>

                        <allow users="*"/>

                  </authorization>

            </system.web>

      </location>

 

to your web.config.

 

Published Tuesday, November 14, 2006 5:33 AM by irenak
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: SYSK 240: AJAX.NET – Resolution for Sys.ScriptLoadFailedException when Opening Login page

Monday, November 20, 2006 12:24 AM by mahantesh

hi,

i am getting the same error , but authentication node is not form, please let me know reason

# re: SYSK 240: AJAX.NET – Resolution for Sys.ScriptLoadFailedException when Opening Login page

Sunday, November 26, 2006 11:51 PM by mahantesh

hi,

i tried with it ,but it is givving error, <asp:UpdatePanel is undefined

# SYSK 240: Reply to mahantesh

Monday, November 27, 2006 8:25 AM by irenak

Sounds like you're missing things in web.config.  Consider creating a new AJAX project, and compare your web.config with that one.  Also, if you only get this in design view, just ignore it...  it's a known problem when using master page.

# re: SYSK 240: AJAX.NET – Resolution for Sys.ScriptLoadFailedException when Opening Login page

Friday, December 08, 2006 7:53 AM by Rajib Kumar Sahu

I am able to run the Application fine where I have used Ajax 1.0 beta 2 until postback.

After the PostBack  It does not Working. Again the Application Start working if I Removes all the ScriptResource.axd files from the Temporary internet Folder.

Can anyone please come forward to let me know any solutions or the reason for this Problem.

Thanks & Regards,

Rajib

# re: SYSK 240: AJAX.NET – Resolution for Sys.ScriptLoadFailedException when Opening Login page

Thursday, February 15, 2007 2:58 AM by Daniel

I am having the same problem when i dynamically add an accordion control to a page.

# re: SYSK 240: AJAX.NET – Resolution for Sys.ScriptLoadFailedException when Opening Login page

Tuesday, June 26, 2007 3:43 AM by Sathisha B N

Hi

i have form which has the update pannel and the update progress

this aspx i am calling this aspx page under frame

i am getting the following error

Microsoft JScript runtime error: 'Sys' is undefined

# SYSK 240: Reply to Sathisha

Tuesday, June 26, 2007 10:46 AM by irenak

Sounds like something is missing in web.config.  Did you 'Ajaxify' an older asp.net project?  Try creating a brand new ASP.NET AJAX-Enable Web Site, add an update panel and see if you get any errors...

# re: SYSK 240: AJAX.NET – Resolution for Sys.ScriptLoadFailedException when Opening Login page

Tuesday, July 03, 2007 10:57 AM by srinandan1

I am getting the same error but not a form authentication.

the page where i am getting error is a content page having the timer and update panel.

Regards,

Sri..

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker