Questions tagged [scriptresource.axd]
76 questions
1
vote
1 answer
How we can close webresource.axd and scriptresource.axd vulnerability in asp.net.?
We have tried below code in web.config

Nishikant Karale
- 11
- 2
1
vote
2 answers
WebResource.axd throwing exceptions in web farm
We have an array of about 12 servers serving a website. Over the past few hours, one single server has started throwing exceptions for WebResource.axd and ScriptResource.axd requests.
Exception
System.Web.HttpException - This is an invalid script…

timothyclifford
- 6,799
- 7
- 57
- 85
1
vote
1 answer
Remove query strings from static resources
My website is running on ASP.NET platform and recently i test my website on pingdom and i found the below error.
Resources with a "?" in the URL are not cached by some proxy caching
servers. Remove the query string and encode the parameters into…

Nomal Afzal
- 65
- 10
1
vote
1 answer
combining multiple calls to ScriptResource.axd
I am trying to minimize calls to ScriptResource.axd but i have failed. Below is the result
Uaing .Net 4.0, AjaxControlToolkit ver 4.1.60919.0 and ScriptManager is added as

bjan
- 2,000
- 7
- 32
- 64
1
vote
1 answer
Combine web server controls web and script resources (axd files)
I know there are lots of similar questions like this in the web, but I haven't got to one working solution after searching for these last 2 days. Some threads are outdated, others solutions don't work, others are too complicated to manage, so...…

ca2s7l
- 273
- 1
- 5
- 12
1
vote
0 answers
Http contents are not loading in Https page
We recently implemented SSL to some of the web pages and after that loading functionality stopped working. While going through browser console I am getting the following error:
[blocked] The page at 'https://example.org' was loaded over HTTPS, but…

prasannad06
- 123
- 5
1
vote
1 answer
Object doesn't support this property or method in ScriptResource.axd
I have a ASP.NET (SharePoint-Page) that contains a lot of non-server controls (as well as server controls) and also some jQuery - Magic.
I do NOT use any Ajax-Controls
All of a sudden I receive a JavaScript-Error from within the…

Ole Albers
- 8,715
- 10
- 73
- 166
1
vote
1 answer
How do I force ASP.NET Ajax to use a script from the FS and not WebResource.axd, or to reduce its HTTP requests?
Here is a hum-dinger of a problem that I have not found an answer for.
I am using the ASP.NET ajax control toolkit controls on a few pages, which by nature want to load script resources via WebResource.axd. This is all well and good for some…

StingyJack
- 19,041
- 10
- 63
- 122
1
vote
0 answers
ajax adding "eval code" and "anonymous code" followed by ScriptResource.axd binary to Solution Explorer after Default.aspx
When I start debugging a website containing AJAX, hundreds of lines are added to my Solution Explorer following the Default.aspx... Solution Explorer looks like...
Script Documents
Windows Internet Explorer
Default.aspx
eval code
eval…

user3371878
- 11
- 2
1
vote
1 answer
ASP.NET, GZip and .AXD dynamic files not playing nicely
I have feebly attempted to enable gzip compression for an (asp.net webforms) web site that I'm working on. I thought that I had everything working, but when I got to dynamic loading of webresource.axd and scriptresource.axd files, they come through…

David Pine
- 23,787
- 10
- 79
- 107
1
vote
0 answers
ScriptResource.axd and WebResource.axd were not generating during Ajax get call
I have aspx pages that I am opening on jquery dialog like this:
$("a.dialog").live("click", function (e) {
e.preventDefault();
$("
")
.addClass("dialog")
…


Bindas
- 980
- 2
- 8
- 22
1
vote
1 answer
Syntax error in ScriptResource.axd and WebResource.axd
When traced requests using Fiddler, i'm seeing HTTP 302 error code for WebResource.axd and ScriptResource.axd.. and this problem occurs randomly...
The same web application works good in all other env. I'm using asp.net v3.5.. IIS 7.5 Windows…

user2306617
- 61
- 1
- 1
- 6
0
votes
0 answers
ASP.Net WebForms Application Hosted on Windows Server 2019. Missing ScriptResource.axd
I tried to migrate an ASP.Net app from WS 2012 R2 to WS 2019. Since .Net Framework 4.8 is included in WS 2019, I compile the app in .NEt Framwork 4.8 from VS and deploy it to IIS 10 on WS2019. Everythink works fine when I connect in localhost from…

Julien Petitbon
- 11
- 2
0
votes
1 answer
Remove all .axd files from a webpage in ASP.NET 4.0
I have added Ajax ToolKit in my website, but due to heavy load on the page we want to remove the Ajax Tool Kit.
To remove I deleted the file from the bin folder, Removed the control tab from Tools.
Now when I run the website, I see certain…

Murtaza
- 3,045
- 2
- 25
- 39
0
votes
1 answer
ScriptResource.axd path is too long
here is my problem.
I develop web applications, and I use IIS to host them.
I also used the module ARR (application request routing) as a proxy for my server farm. The problem is the ARR cache the pages on disk. I have ScriptResource cached in…

Cédric Boivin
- 10,854
- 13
- 57
- 98