Browse by Tags

Related Posts

  • Saving a File from the HttpContext.Response in an HTTPModule

    I am trying to read a file from the response in an HTTPModule. Basically, I am trying to save the file, then later I will make some changes and serve back a different file. In order to read from the response stream, I have created a filter inheriting from the stream. objContext.Response.Filter = new...
    Posted to HttpHandlers and HttpModules (Forum) by sanfordm on 07-03-2008, 12:00 AM
    Filed under: asp.net 2.0, ASP.net 2.0 pipeline, Asp.net 2.0 response filters, handler, HTTP Handlers, http Handlers and modules, Http Handlers ClientScriptManager GetWebResourceUrl, HttpHandler, HttpHandlers, HttpModule, httpmodule source asp.net
  • HttpContext.Current.Handler disappears after PostRequestHandlerExecute

    Hi! Hopefully someone could help me. After I've installed the .NET Framework 3.5 Beta 2, some ASP.NET application implemented with ASP.NET 2.0 stopped working. The problem came in an event handler for ReleaseRequestState in the HttpApplication. In the method I need the current handler, which I receive...
    Posted to HttpHandlers and HttpModules (Forum) by atanian on 10-31-2007, 12:00 AM
    Filed under: handler, HTTP Handlers, HttpHandler, HttpHandlers, IHttpHandler
  • PostBack event is not firing on url handled page

    Hi, I have list of records and i am giving url of those records like list1.aspx to show record no. 1 details. To show it, I am using UrlHanlder and passing querystring to another page like listshow.aspx?q=1 by Server.Transfer. In this way, the browser address bar will be list1.aspx but internally its...
    Posted to HttpHandlers and HttpModules (Forum) by SheoNarayan on 04-23-2007, 12:00 AM
    Filed under: handler, HttpHandler
  • How to get request from Internet or Intranet..?

    Hi, How do I know that a request came from Intranet or Internet zone in ASP.Net? I have two application, in which one href refers to the another application running on different server.So this external application link differs for intranet and internet. If I know the request zone then, based on that...
    Posted to HttpHandlers and HttpModules (Forum) by acacjag on 02-16-2007, 12:00 AM
    Filed under: URL Rewriting, asp.net 2.0, ASP.NET Request Filters, BeginRequest, global, handler, HttpHandler, HttpWebRequest IfModifiedSince NotModified Exception, iis, Application_BeginRequest, .net myspace httphandler extension response.write path
  • Create UserControl as if it were within an ASPX page, but from a HttpHandler

    As above, I want to instantiate and use a User Control as if it were in a page, i.e. all it's events (Load() etc...) fire as they would normally. The only diff is I want to do this within a HttpHandler, and just return the results of the ascx file. The goal I am trying to achieve is to able to instantiate...
    Posted to HttpHandlers and HttpModules (Forum) by ste_brough on 01-26-2007, 12:00 AM
    Filed under: Page, Page_Load not firing, asp.net 2.0, ASP.NET Request Filters, handler, HttpHandler, HttpHandlerFactory, HttpModule, HttpResponse, HttpWebRequest IfModifiedSince NotModified Exception, IHttpHandler, .ashx
  • Firefox 3.5 + Firebug 1.4 - Issue with 304 + If-Modified-Since headers

    So I came across this earlier today while test driving some new code to compress css, js, etc. Essentially, there is an httphandler that takes a list of resources, compresses them automatically (so you dont have to keep a dev and a minified version), then caches them until the file notification occurs...
    Posted to HttpHandlers and HttpModules (Forum) by tmessbauer on 07-22-2009, 12:00 AM
    Filed under: HttpHandler, IHttpHandler, .ashx, handler, HTTP Headers, browser, ashx caching client-side, firefox, HTTP Handler, ashx, httphandler slow
Page 1 of 1 (6 items)