Tagged Questions

2
votes
2answers
67 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 i …
3
votes
7answers
230 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. …
1
vote
5answers
361 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) { …
2
votes
2answers
315 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 webreso …
0
votes
1answer
59 views

Calling GetWebResourceUrl from .ashx

Is it possible to get a web resource from an .ashx handler? We have resources (images) in a class library and would like to reference them from an ashx handler. Normally you get …
0
votes
0answers
52 views

Use asp.net resources with WebResource.axd

I would like to acces some of the embedded resources that belong to asp.net. For instance this: WebResource.axd?d=Rt4bPY3WD-mxkgvaIKo6YbOcuJ9H8T4d30zkBc_MpC41&t=63386556673368253 …
1
vote
2answers
331 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 Web …
2
votes
4answers
482 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 …
0
votes
0answers
14 views

IE and AXD Images having weird behavior

So in my application I am developing I embed my images as AXD resources but in Internet Explorer I get some wierd behaviors when first loading. For example, images will be missing …
0
votes
0answers
18 views

Precalculate ASP.NET Embedded WebRessource Url

Hi I have the following Problem. In a Assembly there are Ressources which are exported via "WebRessource" Attribute Ok. I know that the through the Method GetWebRessourceUrl i ca …
3
votes
5answers
886 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 a …
2
votes
5answers
1k 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 viewsta …
7
votes
8answers
2k 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 …
2
votes
4answers
606 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 t …
1
vote
1answer
753 views

Webresource.axd? - 500 internal server error

Hi All, 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, …

1 2 next
15 30 50 per page