All Tags > IIS7 url rewriting httpmodule (RSS)
  • How to modify the Http Request Body?

    Hi All, I am working on a project about capture the http request (Get Or Post), and then block the request or modify the parameter base on some criteria. Working platform is IIS7, and using CHttpModule with VS 2008 C++. The problem is the IHttpContext->getRequest() only provide the methods ReadEntityBody...
    Posted to Forum by Myron123 on 05-11-2009, 1:11 AM
  • Integrated Pipeline Issue/Problem

    I’m having a problem running my Asp.Net application under IIS’s Integrated Pipeline; the application uses an HttpModule with a BeginRequest Event Handler. The Event Handler initializes several objects and set them to the Context.Items collection; however when I try to read from the collection in a Page...
    Posted to Forum by elliot810 on 09-19-2008, 1:18 PM
  • Reverse proxy cache project

    Hi guys, Im a new developer and i work in a project for my university conclusion work. I want to know if its possible to make a reverse proxy cache filter for IIS thats works like a squid. I need yours opinion and knowledge to help me to do that. 1. Its possible? 2. Its viable? 3. Can be performatic...
    Posted to Forum by skyshade on 05-26-2008, 5:33 PM
  • Re: How rewritre host of a request in IIS7?

    This will not work as this is a "redirection". If a user does a post then the post data is lost. It should just rewrite the URL and still preserve the post/get data. Linda
    Posted to Forum by Linda Market on 04-15-2008, 6:34 PM
  • Re: How rewritre host of a request in IIS7?

    I just saw this in a hurry searching for other stuff and three klicks later I found http://mvolo.com/blogs/serverside/pages/Redirect-requests-to-your-application-with-the-HttpRedirection-module.aspx In Home › Learn IIS7 › Developing on IIS 7.0 › Extending IIS 7.0 › Runtime Extensibility › Developing...
    Posted to Forum by JacobSandin on 04-15-2008, 6:01 PM
  • How rewrite host of a request in IIS7?

    Hi, I have two websites under the site folder using different host headers. www.site1.com www.site2.com When I have a request coming in I want to be able to rewire the host to go to a specific site. If request/url is " http://www.site1.com/?param1=abc " then it should goto iis site www.site2...
    Posted to Forum by Linda Market on 04-15-2008, 2:41 PM
  • how to use IIS of Vista command Appcmd to modify IIS security requestFiltering.

    I want to use appcmd to modify requestFiltering to let ".mdf" to be allowed. this is coming from applicationHost.config. <requestFiltering> ... <add fileExtension=".mdf" allowed="false" /> ... </requestFiltering> how to use appcmd command to change fileextension...
    Posted to Forum by colindl on 10-19-2007, 5:16 AM
  • Can not change ISAPI CGI Restriction property by vb script program

    The following is my program, ' Connect to the WMI WebAdministration namespace. Set oWebAdmin = GetObject("winmgmts:root\WebAdministration") ' Get the default Web site. Set oSite = oWebAdmin.Get("Site.Name='Default Web Site'") ' Get the ISAPI-CGI restriction section...
    Posted to Forum by colindl on 10-19-2007, 2:43 AM
  • urlrewriting httpmodule on IIS7 not being called -newbie-ish

    Hi all, I posted this on the ASP.NET forums but with no response as yet. I am using maximumasp's IIS 7 Beta 2 trial to try and test some app features. I have written a very simple httpmodule to fire on the BeginRequest event and redirect based on the incoming request url. It works fine on my dev machine...
    Posted to Forum by pault on 03-28-2007, 3:21 AM
Page 1 of 1 (9 items)
Microsoft Communities