Browse by Tags

Related Posts

  • HttpModule works on development but has issues on the server...

    I have an httpModule that works properly in development but has an issue on the server. It seems that something on the servers pipeline is verifying pages before I would want the page access verified. This is because my module needs to translate a url like http://www.my-msi.net/Admin to http://www.my...
    Posted to HttpHandlers and HttpModules (Forum) by eric2820 on 05-29-2009, 12:00 AM
    Filed under: .net 2.0, asp.net 2.0, c#, httpModules, IIS 5.1
  • I have an HttpModule that works on development but not in production

    Okay, I have an HttpModule that works as designed in develpment on Win-XP Pro with IIS 5.1 but not in production which runs on Microsoft Windows Server 2003 R2 Datacenter Edition with IIS 5.2. Also for some unknown reason .jpg files on the server can not be accessed anymore even though IIS and file manager...
    Posted to Configuration and Deployment (Forum) by eric2820 on 05-24-2009, 12:00 AM
    Filed under: Thanx In advance, VS 2005, .net 2.0, httpModules, Windows 2003 Server, IIS
  • Redirecting to 404 Page

    HI, i developed a web application which with asp.net 3.5(hosted on IIS 7.0 win2k2008). i implemented httpModule for my site and i am handling all requests what ever come to the site.now my question if i type in Url as http://www.mysite.com/test.aspx if there is a test page i am redirecting if now it...
    Posted to Configuration and Deployment (Forum) by kasichainula on 04-20-2009, 12:00 AM
    Filed under: ASP.NET IIS 7 deployment, custom error pages, httpModules, web.config errors
  • 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"
  • Request.Filter

    Hi,all I have some problem for changing 'Request.InputStream' with 'Request.Filter' or any other solution how can I change my Request InputStream ? before sending data to server. example:I wanna Replace the value "txt1" of asp.net textbox contorl coming from 'Request.InputStream'...
    Posted to HttpHandlers and HttpModules (Forum) by k1fathi on 02-21-2009, 12:00 AM
    Filed under: ASP.NET 2.0 Request size, BeginRequest, Http Modules, HTTPModules, HttpRequest, Application_AcquireRequestState
  • HttpModule: driving me crazy

    Hi, I have a simple class for handling a request named UrlRewrite.vb, that implements IHttpModule. For testing i've made it simple with only the two modules that where implementend: App_Code Folder 1 Namespace MyRequestHandler 2 Public Class UrlRewrite 3 Implements IHttpModule 4 Public Sub Init(...
    Posted to HttpHandlers and HttpModules (Forum) by DriesM on 01-06-2009, 12:00 AM
    Filed under: HTTPModules
  • HttpModul doesn'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: HTTPModules
  • Re: when should a session expire on a typical member based site

    The undocumented "standard" for this has become 20 minutes for your average site. If you've got secure info, say a bank or other site which contains highly sensitive information, this would be shorter, 10 minutes for some or even as little as 5. On yet other sites which have nothing really...
    Posted to State Management (Forum) by bipro on 10-29-2008, 12:00 AM
    Filed under: Session, session end, Session Management, Session object, session state timeout, session time out, session timeout, session.end, Session_End, sessions, HttpModule, IHttpModule, session expires, session state management, SessionState, HttpModules, IIS, Session State
  • How to implement HttpRequestWrapper in .Net?

    Hi All, I am struck up with overriding/wrapping HttpRequest object. I have explained my application flow. if you have any ideas, kindly help us. Application will intercept all HttpRequest by using IHttpModule (Ref: http://msdn.microsoft.com/en-us/library/ms998536.aspx ) Assume that, I have mypage.aspx...
    Posted to HttpHandlers and HttpModules (Forum) by damodaranmca on 10-22-2008, 12:00 AM
    Filed under: Pass data to Httphandler, asp.net 3.5, ASP.net 2.0 pipeline, filter, http Handlers httpmodule ispostback, HttpPipeline, HttpRequest, HttpRequestBase, IHttpHandler, 404 HttpHandler Url Rewriting Virtual Path Providers XSLT XML document(), HTTPModules, .NEt 3.5 SP1, ASP.NET, HttpRequestWrapper
Page 1 of 3 (27 items) 1 2 3 Next >