Browse by Tags

Related Posts

  • Application_BeginRequest and /WebResource.axd in URL Rewrite

    Hi all, I'm doing a url mapping (rewrite) on my website using the event Application_BeginRequest on Global.asax. I test the function in a simple website and working PERFECT but in my website is not working, here is the code: 1 protected void Application_BeginRequest( object sender, EventArgs e) 2 { 3...
    Posted to HttpHandlers and HttpModules (Forum) by Professor X on 12-18-2006, 12:00 AM
    Filed under: URL Rewriting, BeginRequest, WebResource.axd, Application_BeginRequest, Global.asax
  • WebResource.axd and ScriptResource.axd size! is it normal?

    I've spent the whole night reading and updating my web application to use the net ASP.NET AJAX EXTENSIONS. The web host does not have yet this platform installed, so I uploaded the "System.Web.Extensions.dll" to the bin folder. It works ok, but I can see in my Temporary Internet Files that, after requesting...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by altair on 02-12-2007, 12:00 AM
    Filed under: AJAX .NET, WebResource.axd, size, ScriptResource.axd
  • Re: Error: 'There is no source code available for the current location'

    i also have the exact same problem but only with in a frame, but my page is inside a normal frame, when my page is opened directly without the frame it works fine. this error must be new to 1.0 cause i just upgraded and am now getting it. does anybody have a solution? its important am waiting to upgrade...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by troy_a on 04-16-2007, 12:00 AM
    Filed under: ajax update panel, WebResource.axd, ajax .NET 1.0
  • Re: webresource.axd not caching on client (ret: 200 not 304)

    Hi Joel, did you manage to solve this problem? I've tracked both scriptresource.axd and webresource.axd via Fiddler, left debugging, traceing and viewstate (wherever possible). And still 84090k and 29530k are download everytime I refresh the page...
    Posted to HttpHandlers and HttpModules (Forum) by plastical on 07-10-2007, 12:00 AM
    Filed under: performance, asp.net 2.0, download, WebResource.axd, trace, Cache, AJAX URL Rewrite
  • Re: Object Expected Error Menu Control

    Fixed! It turned out to be something I had run in to previously in a very different situation (PHP). It just took a while to correlate the underlying symptoms to the actual cause. The details were pretty simple in retrospect, but not obvious due to a number of factors (Shrek says, "Browsers are...
    Posted to Personal Site Starter Kit (Forum) by jeremyf on 09-14-2006, 12:00 AM
    Filed under: axd, Error, failure, mapping, Object Expected, WebResource.axd
  • Re: WebResource.axd Error - "handler must be registered"

    The problem here is definately NOT SOLVED. We must be missing something. My workaround is just a hack to get the site up and running. Of course it doesn't run any worse than it did on IIS 6, but that means any future use of the validation controls (in a 3,5 site) doesn't work either (I tried...
    Posted to Web Forms (Forum) by ajk-eis on 01-16-2008, 12:00 AM
    Filed under: validation Controls, WebResource.axd
  • WebResourceAttribute fails validation

    Hi all I’m including some css files in my web app using WebResourceAttribute. [assembly: WebResource( "MyWebApp.Custom.Controls.CSS.MessageBox.css" , "text/css" )] namespace MyWebApp.Custom.Controls { public class MessageBox : WebControl, INamingContainer { ... public void RegisterStyleSheet...
    Posted to Web Forms (Forum) by auband on 02-06-2008, 12:00 AM
    Filed under: html, CSS, WebResource.axd, valdiate
  • Web Custom Control CSS Not Displaying at Design Time

    I have been spending some time now working on my first major web custom control. This control has images and a css file, so I decided to try and embed these into my control's assembly. I added my images, made then embedded resources, referenced them in my AssemblyInfo and called them properly, and...
    Posted to Web Forms (Forum) by biznick on 03-12-2008, 12:00 AM
    Filed under: CSS, custom control, WebResource.axd
  • ValidatorEnable() causes a 'style' error in WebResource.axd

    I am trying to disable validation controls from JavaScript using the EnableValidator() method. The controls are within an ASP.NET Panel that can be enabled/disabled by selecting/clearing a checkbox. Following is the function that I have written to control the enabling/disabling of the validation controls...
    Posted to Web Forms (Forum) by hrmalik on 04-20-2008, 12:00 AM
    Filed under: Valdiation Controls, WebResource.axd, ValidatorEnable
  • Validation Control, WebResourse.axd and not writing a custom httphandler :)

    Hi guys, Please help with the following question, which I hope to resolve without significant overhead coding :) Here's the thing... APS.NET 2.0 adds a script link to WebResource.axd for its validation controls. This is fine in most cases, but in my case it breaks something... What's getting...
    Posted to HttpHandlers and HttpModules (Forum) by dima7g on 05-02-2008, 12:00 AM
    Filed under: WebResource.axd, HTTP Handlers, AssemblyResourceLoader, facebook, validation
Page 1 of 2 (13 items) 1 2 Next >