Browse by Tags

Related Posts

  • HttpHandler to handle Heavy load

    In my project(Ad Tracking system) i am developing HTTP Handler to handle huge number of requests (say 1000 per second). as a response i need to return html code to display ad in the publisher site. How can i make this handler capable of handling such huge number of requests. Please give me your valuable...
    Posted to HttpHandlers and HttpModules (Forum) by anilperugu on 06-08-2009, 12:00 AM
    Filed under: HttpHandler
  • HttpHandlers/Modules can't be found if you're requesting a file in a subfolder?

    I am reposting this in a new thread since the old one is marked as "answered". I have an httpHandler that handles files of a certain type, and it works just fine if I type: http://myWebServer/someFile.foo But as soon as I try to access a file from a subfolder (even if it's not a virtual...
    Posted to HttpHandlers and HttpModules (Forum) by mvargas on 06-04-2009, 12:00 AM
    Filed under: HttpHandler, iis
  • HttpHandler problem

    I have an HttpHander that is being called properly but isn't yet functioning properly. By that I mean that it redirects to the correct page but the page never loads. The working web config file looks like: < httpHandlers > < add verb = " GET " path = " * " type = "...
    Posted to HttpHandlers and HttpModules (Forum) by eric2820 on 05-12-2009, 12:00 AM
    Filed under: .net 2.0 c#, c# Asp.net 2.0, HttpHandler
  • http handler - allow only certain referers

    I have written a http handler, but I'm having trouble getting this to function correctly. The below code works, although I get <%@ Page Language="VB" AutoEventWireup="false" CodeFile=... and no text box's etc show up. I may be doing this the wrong way, can I achieve this...
    Posted to HttpHandlers and HttpModules (Forum) by asp_ninja on 05-01-2009, 12:00 AM
    Filed under: VB.NET, asp.net 2.0, HttpHandler
  • Checking to see if anonymous access is allowed

    I am writing an httphandler that does friendly urls. The problem I found after coding, one many have found, is that when using a handler to do this and using forms authentication you have issues were the old url is used instead of the friendly url.. I have fixed this issue on all authenticated pages...
    Posted to Security (Forum) by biznick on 03-31-2009, 12:00 AM
    Filed under: Forms authentication, HttpHandler
  • 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"
  • Urgent: How to filter FPRPC response in sharepoint?

    We have a project to filter file download from sharepoint. Our method is that we replace HttpResponse.Filter with our filter derived from Stream(see the code below) in PreProcessHttpRequest event of HttpApplication. It works quite well for GET method and WebDAV command. But a HttpException (description...
    Posted to HttpHandlers and HttpModules (Forum) by derek518 on 03-18-2009, 12:00 AM
    Filed under: sharepoint, DefaultHttpHandler, FPRPC response filter, HttpHandler, HttpResponse.Filter
  • User can't save JPEG images as .JPG when served by HttpHandler

    I've got an HTTP handler that retrieves JPEG images from an archive (file share on another server) and displays them on a page. There at most four images, but occasionally there less and the ones not included are replaced by the handler with a "Image missing" graphic that comes from the...
    Posted to HttpHandlers and HttpModules (Forum) by desertfoxaz on 03-16-2009, 12:00 AM
    Filed under: untitled.bmp, HttpHandler, jpeg images
  • Re: IIS6 hosting

    Hello Guys, I still have a same problem with iis 6.0. But I´m not using MVC... I´m just need to add a HttpHandler to make some urls to be more friendly for user. I have administrator acess of my server but I tried to many configurations to aspnet_isapi.dll on my website. But when I request a route that...
    Posted to ASP.NET MVC (Forum) by andrepaulovich on 03-02-2009, 12:00 AM
    Filed under: routing, httphandler, IIS
  • httpHandler section ignored in IIS7 Classic mode

    I'm running IIS7 on Windows Server 2008. I have a classic mode .NET 3.5 application with a third party httpHandler, but it appears that the entire httpHandlers section of my web.config is being ignored. I can enter nonsense data for the type and set validate=true, with no error. When I attempt to...
    Posted to Configuration and Deployment (Forum) by chrissr on 02-03-2009, 12:00 AM
    Filed under: .net 3.5, 404, httpHandler, web.config
Page 1 of 10 (94 items) 1 2 3 4 5 Next > ... Last »