Browse by Tags

Related Posts

  • Using an HttpModule to remove header info for a large file upload

    I've created an HttpModule in ASP.NET to allow users to upload large files. I found some sample code online that I was able to adapt for my needs. I grab the file if it is a multi-part message and then I chunk the bytes and write them to disk. The problem is that the file is always corrupt. After...
    Posted to HttpHandlers and HttpModules (Forum) by bhodso on 06-06-2009, 12:00 AM
    Filed under: asp .net 2.0, c#, HttpModule
  • Re: session query string

    The best way to do this is an HTTP Module. Here is an example: First, the module: using System; using System.Collections; using System.Collections.Generic; using System.Web.UI; using System.Web; using System.Web.SessionState; /// <summary> /// Summary description for QueryStringCaptureHTTPModule...
    Posted to State Management (Forum) by Matt-dot-net on 05-22-2009, 12:00 AM
    Filed under: HttpModule
  • HttpModule issue on the server but not on development!

    Okay, I decided to switch over to using an HttpModule which works perfictly on the development machine, but doesn't seem to be working at all on the server even though it is confirmed as being up on the server. The server side problems are: 1) The background .jpg image is not showing 2) An error...
    Posted to HttpHandlers and HttpModules (Forum) by eric2820 on 05-20-2009, 12:00 AM
    Filed under: "asp.net 2.0" "visual studio 2005", .net 2.0 c#, httpmodule, iis 5.1
  • Re: ScriptService: *.asmx/js caching is not working

    I've got response for similar problem for WCF service and it works. http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/feafc952-4889-45f0-895f-758d810a6e9b/ Solution is to use HttpModule to modify cache settings. Unfortunately this solution doesn't work for asmx service.
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by tarasul on 05-15-2009, 12:00 AM
    Filed under: ScriptService caching, cache, httpmodule
  • http module application via web.config doesn't apply to subfolders

    I have written a custom http module and would like to only apply this to specific subfolders of the site. This doesn't execute. Although, if I configure the root application web.config file, it works correctly. I don't want this applied to the whole site though.. What is the best way to achieve...
    Posted to HttpHandlers and HttpModules (Forum) by asp_ninja on 04-13-2009, 12:00 AM
    Filed under: HttpModule, HTTPModules
  • Re: I am having problems accessing session object in my custom HTTPHANDLER

    please let me know if i can use the cookieless session variables in HttpHandlers i have a class file where i declare a session variable and later i need to access that variable from my custom httphandler. Whenever the httphandler reads the any session variable it read a blank value.' i have even...
    Posted to HttpHandlers and HttpModules (Forum) by codetoad on 03-25-2009, 12:00 AM
    Filed under: http handler iis native images, Http Handler Worker Request cookies ProcessRequest, HTTP Handlers, http Handlers and modules, Http Handlers ClientScriptManager GetWebResourceUrl, HTTP Handlers Failing for Large Request, Http Modules, HttpContext, httphandler IsAuthenticated, HttpHandler Global.asax, HttpHandlers, HttpModule, iHTTPHandler "ASP Development Server", HTTP Handlers forms, HTTP Headers, HttpHandler BinaryWrite OutputStream, HttpHandler web.config sub directory path directories subdirectories, HTTPModules, httpException, HttpHandler, HttpHandler "ASP Development Server"
  • Custom authentication with http module not working with IIS

    I have a service method which will return a url of the file location in the server.Client system will use this URL in a seperate call to download the file. Since this call is not to the service, i developed a custom http module for authentication.it is working fine in development environment, i mean...
    Posted to HttpHandlers and HttpModules (Forum) by shinus on 03-20-2009, 12:00 AM
    Filed under: Authentication, HttpModule
  • Raw response in an HTTPModule

    Anyone know how I can examine the RAW Response in an HTTPModule? In VS2008, I can view httpContext.Current.Response._httpWriter._CharBuffer. However, when I try to get that in my HTTPModule, I get an error that says _httpWriter is not a member of System.Web.HttpResponse. I'd like to look at the raw...
    Posted to HttpHandlers and HttpModules (Forum) by ojm37 on 03-02-2009, 12:00 AM
    Filed under: Partial page postback, HttpModule, Microsoft ASP.Net AJAX
  • Can i deploy my site in sub Folder of root

    Hi all, My problem is, i'm not allowed to access app root folder. The root is: C:\web And my folder is: C:\web\Content\MySite This is because of my System Admin :( So, all App_Bin, App_Code, Bin, ... are not recognized!! I managed to reference to my Class by Working well. But, how about HttpHandlers...
    Posted to Configuration and Deployment (Forum) by tam.ntk on 01-12-2009, 12:00 AM
    Filed under: .net 2.0, app_code, deployment, Http module, HttpModule
  • HttpModule Dont't work On Server

    Hi Any one. I use a httpmodule for urlRewriting in my web site. At local i use a "SimpleRewriter" class in App_code and Set Webconfig as here: <add name="SimpleRewriter" type="SimpleRewriter, App_Code"/> But When i Upload my site on server it doesn't work and give...
    Posted to HttpHandlers and HttpModules (Forum) by saeed_sp on 11-28-2008, 12:00 AM
    Filed under: HttpModule
Page 1 of 11 (110 items) 1 2 3 4 5 Next > ... Last ยป