Tagged Questions
The webresource.axd tag has no wiki summary.
26
votes
3answers
20k views
“Padding is Invalid and cannot be removed” exception on WebResource.axd
I have an ASP.NET 2.0 application that is working fine in our local environment. When published to a test server, we're getting intermittent errors on the server.
Here's the most common:
Padding is ...
12
votes
6answers
8k views
Invalid Webresource.axd parameters being generated
Edit 6/8/09: While this issue is marked as closed, this is because it had a bounty on it, and automatically closed. The issue is not actually resolved. It strongly looks now like this issue is not, ...
12
votes
3answers
9k views
ASP.NET: WebResource.axd call 404 error: how to know which assembly/resource is missing or responsible?
I get a 404 HTTP status error (not found) on a specific WebResource.axd call inside an ASP.NET 3.5 (AJAX) web application. I guess the error is thrown because a specific referenced assembly is missing ...
8
votes
4answers
4k views
WebResource.axd requested without parameters - This is an invalid webresource request
I'm finding this problem every now and then in my production website, and it has me absolutely stumped...
My app works perfectly in both dev and production, but every now and then, I get an e-mail ...
7
votes
3answers
4k views
WebResource.axd blank or not found
I'm trying to export a control library in a .dll for other developers in the office to consume.
The solution I original created looks like this:
Solution 1:
- Mri.Controls (Class Library)
- ...
6
votes
2answers
1k views
What's the best way to minify the ASP.NET generated Javascript?
What's the best way to minify the ASP.NET generated Javascript, such as the ones served by webresource.axd, in ASP.NET 3.5 at runtime? I tried using the MbCompression module but it's not working with ...
6
votes
3answers
4k views
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 ...
5
votes
5answers
3k views
Is it OK to add the axd extension for IIS' HTTP compression?
I have enabled IIS 6's built in HTTP compression for the following types of files:
HcFileExtensions="htm
html
txt
css
js"
HcScriptFileExtensions="asp
dll
exe
aspx
asmx
ascx"
...
4
votes
3answers
4k views
Getting “The WebResource.axd handler must be registered in the configuration to process this request.” error
I'm getting this error while running my ASP.NET app on IIS7. I've tried doing what it says to do but it doesn't help.
The WebResource.axd handler must be
registered in the configuration to
...
4
votes
5answers
3k views
Why is my ASP.NET page injecting this WebResource.axd Javascript file?
When I view source on my ASP.NET page I get the following snippet:
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = ...
3
votes
2answers
131 views
asp:TabContainer not styled after deployment, then just fixes itself?
I have an asp:TabContainer on a form and after the app is re-deployed to the server, the tabs aren't styled. If I take the Webresource.axd URL and try to load it in the browser, I get a redirect to a ...
3
votes
1answer
340 views
GetWebResourceUrl equivalent for ASP.NET MVC?
In the old days of ASP.NET, one could use Page.ClientScript.GetWebResourceUrl to get a URL that would extract an embedded resource via the WebResource.axd HttpHandler.
In MVC, there doesn't seem to ...
3
votes
3answers
632 views
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:
<script ...
3
votes
1answer
464 views
Diagnosing why WebResource.axd requests are empty
I'm finding that for one particular web application requests to WebResource.axd are returning a completely empty page. (Copying and pasting the link into a new browser window results in a completley ...
3
votes
7answers
940 views
ASP.Net: IE6 making invalid requests
I have a live site where every error is logged and e-mailed to me.
I've been getting a lot of "Padding is invalid and cannot be removed." errors on requests to WebResource.axd. Looking closely, the ...
3
votes
6answers
4k views
WebResource.axd - Invalid ViewState
I keep seeing these errors in our error log. Any ideas how i can figure out where its coming from, or better yet how to fix the problem?
System.Web.HttpException: Invalid viewstate. at ...
3
votes
4answers
2k views
WebResource.axd 404 for my SiteMapPath CSS and others
The site I have runs great on my server and on a virgin 2003 server. But when I go to move the site to the client’s server some of the sites features don’t work. Like the CSS for the SiteMapPath and ...
2
votes
1answer
65 views
What is this all about?
When debugging a asp.net web project from Visual Studio 2010, I notice in the solution explorer, there are such items as screenshot below. I don't know what they are and want to learn about them. All ...
2
votes
1answer
466 views
WebResource.axd gives 404
I just found an article on codeproject, which made me quite interested ... So I've implemented this one here:
I have two projects:
MyComponent.Web (holding all the resources and controls)
...
2
votes
0answers
364 views
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 ...
2
votes
0answers
1k views
WebResource.axd error - “This is an invalid webresource request.”
I have a large .NET 2 web application that has been updated to target the .NET 4.0 framework. Since the update, I am seeing the following error recurring regularly in my logs:
This is an invalid ...
2
votes
3answers
2k views
WebResource.axd Length of the data to decrypt is invalid
I have a lot of errors in the event viewer that look like this. I have investigated all possible solutions and still haven't found one that works;
The website is part of a webfarm; session state is ...
2
votes
1answer
610 views
How does WebResources.axd or ScriptResources.axd actually work?
Where can I learn how WebResources.axd or ScriptResources.axd actually works?
What is the string that is appended to the .axd? Does this string change, or is it constant? Is it page, session ...
2
votes
1answer
466 views
Assigning an absolute url to webresources.axd and Telerik.Web.UI.WebResource.axd
Im working on a project where i am implementing a friendly url system using the url rewite module in ii7.
This is all good and works great.
My only issue is that webresources.axd and ...
2
votes
2answers
1k views
How to get WebResource.axd querystring in correct case?
I am getting the css files for minifying and compressing from QueryString["path"] everything works correctly for my own css files like main.css. But when I try to acess the webresource files I receive ...
2
votes
1answer
4k views
Webresource.axd? - 500 internal server error
im trying to use a file upload control from the obout control library, i really like it, and think its quite slick without any flash!..
i downloaded the entire installer, played with the settings in ...
1
vote
1answer
46 views
Most elements of an ASP.NET page are not rendered after random idle time
We have been trying to figure this one out for a while now, without any luck.
The symptoms are as follows:
After some idle time of a specific ASP.NET 2.0 application (can be from several hours to ...
1
vote
0answers
189 views
SharePoint 2010 - Message: Access is denied.WebResource.axd
I have been creating Sharepoint application page, which is deployed in Sharepoint 2010 14\TEMPLATE\LAYOUTS directory. In browser my page is working fine. But on the page i am using asp:FileUpload ...
1
vote
2answers
79 views
WebResource reporting 404 file not found
I'm working on a system that embeds various JS and CSS resources in the project dll, and access them using WebResource.axd. This all works fine locally, but if I download and install the app from our ...
1
vote
1answer
71 views
Is It possible to read WebResource.axd in C# code behind
the simple question is, Is It possible to read WebResource.axd in C#, please don't ask why I am trying that. I want to read WebResource.axd file run-time when Index.aspx page requested.
1
vote
2answers
206 views
Adding a stand alone ASPX page to an existing web application (.Net 3.5)
I downloaded the file discussed in this article and tried "dropping it into" a production web site, but got the following error when I tried to access it through my Web browser:
[HttpException ...
1
vote
0answers
645 views
Slow inital loading of Telerik.Web.UI.WebResource.axd under load
We're using the Telerik.RadScriptManager to dynamicly register resources depending on the controls on the page. These get combined and served as a single .axd for all .js files. This works fine as ...
1
vote
2answers
853 views
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
...
1
vote
1answer
249 views
WebResource.axd & ScriptResource.axd loading takes more than 1 minute
I have a problem. Sometimes WebResource and ScriptResource takes a lot of time to load, over 1 minute.
we have more than one nodes in a cluster.
Note that if you have a browser session is open before ...
1
vote
1answer
738 views
Webresource.axd doesn't load on my asp.net application running on my web farm
I'm working on an ASP.net web application. I'm getting errors on some of my pages where I get runtime JavaScript errors.
I've narrowed the problem down to a single ASP Menu control on the master ...
1
vote
2answers
1k views
ASP.NET AXD resources getting blocked at client side?
I have a web application that I am hosting, and a client of mine is reporting that certain Telerik javascript libraries that are included within the site (but not all of them) are not working ...
1
vote
1answer
138 views
Working with webresource in asp.net, application running on localhost but not on web server
I am building an application where i am using a web resource for implementing captcha.
When i runs this application on my localhost, it run successfully but when i tries running it live then no image ...
1
vote
3answers
288 views
WebResource is blank page
I have a custom control that has a webresource in it.
The webresource is a javascript file and I have the build option on the javascript file set to "Embedded Resource" and I have the following lines ...
1
vote
2answers
653 views
Extract embedded resource without WebResource.axd
Are there any ways to programmatically extract an embedded resource instead of going through the WebResource.axd handler? I have the two parameters (d & t) that are passed to the WebResource.axd ...
1
vote
1answer
889 views
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 ...
0
votes
1answer
18 views
facebookredirect.axd results 191 error
my facebook page is redirecting to a facebookredirect.axd that results a 191 error. I cleaned up my web config can someone please tell me how to fix this error. there was also a fix on IIS7 that i ...
0
votes
0answers
74 views
How to substitute WebResource with static file in ASP.NET 3.5
How can I substitute resources which are exposed through the WebResource for particular page?
I have following code in the page markup that perfectly works for the ScriptResource but not for the ...
0
votes
1answer
37 views
Javascript error/WebResource not found on a page with RequiredFieldValidators
A friend on mine is having an issue on one of his webforms, he referrs that everytime he loads one page containing RequiredFieldValidators the page throws the following Javascript/WebResource error:
...
0
votes
1answer
154 views
“This is an invalid webresource request” solved by resetting IE8 to default settings, why?
Our production server has been logging the dreaded "This is an invalid webresource request" randomly. We use a lot of Telerik controls in this application and the issue would manifest itself to the ...
0
votes
1answer
53 views
Control's embedded JavaScript using jQuery
I am creating a custom WebControl in my class library that has an embedded resource JavaScript file that it utilizes. That JavaScript uses jQuery.
My question is, if the ScriptManager on the page ...
0
votes
0answers
16 views
Is there a way to get recognizable WebResource.axd names from GetWebResourceUrl()?
I'm using embedded resources in one of my apps, which works well. One of the downsides is that it creates URLs like this:
I have a bunch of those URLs on the page, and I'd like to able to see ...
0
votes
1answer
751 views
HTTP Handler cannot find axd file in nested web application folder: Telerik RadScriptManager cannot find WebResource.axd in ~/admin/ folder
We have a web application with 2 web.config files. I'm using the telerik:RadScriptManager control within an ASP.NET page. There is web resource file (WebResource.axd) that this control needs access ...
0
votes
1answer
63 views
JavaScript files in ASP.NET MVC site have moved - getting 404
I have built a typical ASP.NET MVC 3 Web site with some views that link to JavaScript files. However, I turned the files into embedded resources (which use WebResource.axd), so naturally, the URLs ...
0
votes
2answers
133 views
WebResource.axd - works on one computer; gives 404 on another
Situation:
We created an assembly with our own ASP.NET control.
That control registers some resources (images, JavaScript files, etc);
There is a web-application which uses our control.
The control ...
0
votes
1answer
94 views
WebResource.axd Suddenly Stopped Working In ASP.Net Offline Web App
Building an offline web app in VS2010. I have a master page with a navigation menu control. So far I've been able to add 4 new pages, each navigated to from this menu control. All has been added to ...