Browse by Tags

Related Posts

  • Re: Image from URL

    miztiik: Not necessarily in the broswer. once we start geting the first few bytes of the file, cant we determine the size of the file and proceed further accordingly? You will have to wait untill you receive bytes that are more then your set limit and then stop receiving further, its not out of the box...
    Posted to System.Drawing/GDI+ (Forum) by Jigar on 01-17-2007, 12:00 AM
    Filed under: size, FileUpload, HttpModules
  • NullReferenceException at ApplyAppPathModifier when Calling Response.Redirect

    I recently ported an ASP.NET application to a client and our custom HttpModule is causing an exception in their environment. I dont have the details of the exception with me, but the gist is that a NullReferenceException is thrown for some reason when the ApplyAppPathModifier method is called internally...
    Posted to HttpHandlers and HttpModules (Forum) by ericmedici on 12-10-2007, 12:00 AM
    Filed under: HttpModule, HttpResponse, Response.Redirect, HTTPModules
  • Re: httpmodule

    A module runs in the background of the Web Site (or can run in the background of the server in IIS 7) and can do many things. Primarily they are used to catch the request by assigning event handlers for difference events in the ASP.NET pipeline. For example it is really common to write a URL Rewritter...
    Posted to HttpHandlers and HttpModules (Forum) by docluv on 02-24-2008, 12:00 AM
    Filed under: HttpHandlers, HTTPModules
  • Query string encryption failed.

    I have created a httpmodule class for encrypt and decrypt my query string. it is working fine when page is redirect to pther page, but when page reload or any event fire in same page.then query string encryption failed. anybody have idea, why is this happening.
    Posted to HttpHandlers and HttpModules (Forum) by amitpayasi on 04-14-2008, 12:00 AM
    Filed under: ASP.NET 2.0 HTTP Compression, HttpModule, HTTPModules, URL Rewriting, Query string encryption failed.
  • Configuring IIS with new custom type exntensions.....

    Hi, I am working on URL rewriting. Everything is working fine with VS 2005 web server. The urls look like the following: http://localhost/Prodcuts/Categories/View.Shirts http://localhost/Prodcuts/Categories/AddNew.Category The URL rewriting configuration is as follows 1 < RewriterConfig > 2 <...
    Posted to HttpHandlers and HttpModules (Forum) by andy_dev_in on 06-18-2008, 12:00 AM
    Filed under: BeginRequest, HTTP Handlers, dynamic Image httphandler, HTTPModules, ContentType, http Handlers and modules
  • Re: Custom error page for SQL connection failure?

    In case anybody would be interested, I have posted an HttpModule approach for this problem on my blog. See http://blog.vermorel.com/?p=87 Hope it helps, Joannes
    Posted to Configuration and Deployment (Forum) by Joannes Vermorel on 03-21-2008, 12:00 AM
    Filed under: httpModules
Page 1 of 1 (6 items)