Questions tagged [scriptresource.axd]

76 questions
0
votes
1 answer

IE8 .net 4.0 IIS6 "Ajax client-side framework failed to load"

I just upgrated from VS2005 to VS2010 and works fine except for the following error on IE8 only: User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR…
0
votes
0 answers

Uncuaght SyntaxError: Unexpected token '<': WebResource.axd?, ScriptResource.axd, ASP.NET Ajax client-side framework failed to load

I am trying to make the current asp.net web form (with .net framework 3.5, vb.net) application run on the Microsoft Edge browser. There is no issue in IE, it has been working fine on IE and still works fine. But when I open in Edge browser it throws…
0
votes
1 answer

ASP.NET AJAX AjaxFileUpload: Uncaught error raising upload complete event and start new upload

I've added an AJAX multi file upload control to my web application. When I try to upload multiple files, only the 1st file is uploaded and the following error shows in the Chrome dev console: Uncaught error raising upload complete event and start…
Adam
  • 6,041
  • 36
  • 120
  • 208
0
votes
1 answer

ScriptResource & WebResource Errors

Here is a picture of the errors: Here is a copy of my web.config:
balexander
  • 23,131
  • 14
  • 45
  • 68
0
votes
0 answers

Expected parameter formats for WebResource.axd and ScriptResource.axd to detect hacking?

I've been logging many attempts for a while now to hack our site with SQL injection attempts. Our own code is setup to prevent this but I see many attempts on the webresource.axd and scriptresource.axd files which indicate that people are…
0
votes
1 answer

UrlRewritting + ASP.NET AJAX + IIS 7 on localhost + IIS 7 Remote

I am getting these issue in my website if i use UrlRewritting with ASP.NET AJAX I was getting ScriptResource.axd 404 Error on Devserver I removed that by using Rewrite rule for that and add that following code in web.config's section…
0
votes
1 answer

ScriptResource.axd (Html Extender) giving error in google chrome

I have used asp:toolkitscriptmanager in many of my web forms, but in one of my web form i am getting scriptresource.axd error. I have 3 cascading drop downs in my form, when i select value in one drop down the drop down does not do post back. and i…
0
votes
0 answers

Exception: System.Web.HttpException (0x80004005): Web resource X.js was not found

We are bundling JavaScript files using ScriptResource.axd. On my local machine its working fine. But after deployment I am getting error EXCEPTION: System.Web.HttpException (0x80004005): Web resource…
0
votes
7 answers

"ASP.NET Ajax client-side framework failed to load" with WCF - tried everything, still getting it

I now get the "ASP.NET Ajax client-side framework failed to load." javascript error in my asp.net 4 web site as soon as I run it (open the login page). It used to only happen after I hit Ctrl-F5 (refresh page and all images/stylesheets/scripts) in…
MGOwen
  • 6,562
  • 13
  • 58
  • 67
0
votes
2 answers

Radical techniques for reducing ScriptResource.axd? (and optionally WebResource.axd)

Scenario: I have a complex Asp.net app serving various units through programmatically constructed control collections in HttpModules. Some of these controls use Asp.NET Ajax. Across many different units, ScriptResource.axd averages a transfer size…
Paul Smith
  • 3,104
  • 1
  • 32
  • 45
0
votes
2 answers

Creating custom httphandler in web.config: Am I at risk of exposing a 'Padding Oracle' vulnerability?

Considering the recent ASP.NET vulnerability, what should I look for in my httphandlers that would cause such a Padding Oracle vulnerability? Asked in another way... what did MSFT do wrong and what did they fix in their handlers?
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

Error in ScriptResource.axd: "Object of type 'Sys.Extended.UI.AccordionBehavior' cannot be converted to type 'Sys.UI.Behavior'

I have an asp.net web site where I'm trying to resolve what looks like a problem with ASP.NET AJAX: Microsoft JScript runtime error: Sys.ArgumentTypeException: Object of type 'Sys.Extended.UI.AccordionBehavior' cannot be converted to type …
MGOwen
  • 6,562
  • 13
  • 58
  • 67
0
votes
1 answer

eurl.axd webresource.axd scriptresource axd not found errors IIS6

I have recently started getting these errors: eurl.axd webresource.axd scriptresource axd not found errors IIS6. IIS logs show file not found error. The website is very slow. Has anybody faced this problem?
0
votes
1 answer

C# MVC 5, RouteJs returns HTML instead of JS

I installed RouteJS for MVC 5 via NuGet and followed the installation instructions, but the contents of _Layout.cshtml and a status of 200 is returned when attempting to load
user1007817
0
votes
2 answers

IE History Tracking, IFRAMES, and Cross Domain error

So here's the deal. We have a Flash application that is running within an HTML file. For one page we call a legacy reporting system in ASP.NET that is within an IFRAME. This page then communicates back to the Flash application using cross-domain…