Questions tagged [scriptresource.axd]

76 questions
20
votes
13 answers

scriptresource.axd 404 error in asp net 4 application - webresource works fine though

Hey everyone, I have a .net 4 application that i just deployed to production. The app loadas fine, except my referenced js files arent loading properly. Using fiddler I found that the ScriptResource.axd calls are returning 404 errors. Heres the…
ewitkows
  • 3,528
  • 3
  • 40
  • 62
18
votes
9 answers

Invalid viewstate error

I'm getting an invalid viewstate error with regard to the ScriptResource.axd. Just wondering if anyone of you could help me on this. Error is: 2009-02-24 09:46:30,021 [13] DEBUG ASP.global_asax [(null)] - Request start - URL:…
Chamila
11
votes
3 answers

ASP.NET web application - WebResource.axd and ScriptResource.axd files - Loading time issue

. Hi, We are building an ASP.NET application with C#.net as language. Here, when the IIS renders a page & when we analyze the page code with YSlow tool it shows many WebResource.axd and ScriptResource.axd files (as we are referring many script…
user171915
  • 185
  • 1
  • 2
  • 7
10
votes
3 answers

what is ScriptResource.axd in the page load in web app?

What is ScriptResource.axd please find below in image.. is there anyway to remove it in the page request i have to pass my web page in PT test for 500ms.
Suresh Savage
  • 425
  • 2
  • 7
  • 16
9
votes
1 answer

Ajax Control Toolkit is loading too many script resources

I created a new project. I installed Ajax Control Toolkit from NuGet. Then I created a new page aspx with following code:
POIR
  • 3,110
  • 9
  • 32
  • 48
7
votes
1 answer

ScriptResource error: am I being hacked?

I keep getting errors like this on one of my sites. It tends to happen randomly throughout the day any for periods in the night when I would not expect users on the site. It is always from different ip addresses System.Web.HttpException: Invalid …
Paul
  • 1,815
  • 5
  • 27
  • 44
6
votes
1 answer

SSRS Reports IE8 ScriptResource.axd compression/decompression error

Following on from this question: SSRS IE8 JavaScript Error Invalid Character ScriptResource.axd This is an issue that I really need a resolution for. I have more information now regarding this and therefore have decided to log a new question. I have…
5
votes
1 answer

Html.Telerik().StyleSheetRegistrar() output file generating 404 message on asset.axd

I'm using the Telerik controls form MVC and they work great in my work/home dev environments, and in the work prod environment, but when I tried to deploy to my home prod environment (IIS7) I get a problem. I've added the axd mime type, but wan't…
James Fleming
  • 2,589
  • 2
  • 25
  • 41
5
votes
1 answer

Compress and Minify WebResource.axd and ScriptResource.axd in ASP.NET 4 WebForms

I have been trying for a week now to reduce the number of requests on our web application but I can't seem to combine the .axd files. I got a suggestion from somewhere which worked locally (development box) but doesn't work on our test and…
4
votes
0 answers

WebResource.axd and ScriptResource.axd weird behaviour

I am building a website, to be used primarily in my internal network. I am facing a very frustrating problem with AJAX .NET. To explain the problem, first let me detail out my environment. I am developing in Visual Studio .NET 2010, targeting .NET…
Shantanu
  • 41
  • 3
4
votes
1 answer

Specific Caching concerns for ScriptResource.axd Requests

In ASP.NET, the ScriptResource.axd handler takes query string parameters d and t in the form of:…
Greg
  • 16,540
  • 9
  • 51
  • 97
3
votes
4 answers

ASP.NET Script combining

I have replaced my asp:ScriptManager control with ajaxToolkit:ToolkitScriptManager with attribute CombineScripts="true". Now when I view source of HTML page, there is new script tag:
ihorko
  • 6,855
  • 25
  • 77
  • 116
3
votes
1 answer

WebUIValidation.js gets reloaded in async calls when in CompositeScript and UpdatePanel

My scenario: I have a validator in an UpdatePanel. I want to combine my scripts so I am using CompositeScript in ScriptManager, and including a reference to WebUIValidation.js I am using .NET 4.0 My problem: When I asynchronously update the…
alergy
  • 974
  • 1
  • 14
  • 28
3
votes
0 answers

Is it possible to require modules from an embedded server-side resource (.axd)?

I am using requireJS in a pretty standard configuration with server-side files (require modules). I would like to embed my AMD modules in a server-side resource DLL and make them available via scriptresource.axd or something similar. Is this…
Joseph Gabriel
  • 8,339
  • 3
  • 39
  • 53
3
votes
1 answer

Reverse Proxy (ARR) and ScriptResource.axd Issue

I'm having issue when I run my website on the Reverse Proxy layer. It will display the following javascript error. => Message: 'Sys.WebForms.PageRequestManager' is null or not an object => Message: Sys.ArgumentTypeException: Object of type…
1
2 3 4 5 6