All Tags > IIS7 Extensibility Managed moudule AppDomain (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
  • IIS 7 and TOMCAT 6 CONFIGURATION WOES.

    After about 2 days devoted to having a website run using iis 7 and tomcat I have become exhausted. I cannot seem to get these two to work together. I have tried almost everything, and I still cannot get these two to work. So far this is what I have tried: 1. put the redirector in a folder - C:\Program...
    Posted to Forum by britzdawg on 02-14-2009, 10:15 PM
  • How to customize Help and OnlineHelp items in ActionPane in IIS 7.0

    Hi, I have written my own managed module using C#. I used ModuleDialogPage class for it. Now I am getting two extra items in Actions pane -- "Help and Online Help". I tried overriding following functions to disable them as declared in ModulePage class. - protected internal virtual bool ShowOnlineHelp...
    Posted to Forum by neha.noma on 09-08-2008, 4:14 AM
  • 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
  • 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
  • How to add ourself ISAPI dll file into IIS ISAPI Restrictions(Vista system) to run through program such as ADSI....

    I know how to add ISAPI file into vista IIS ISAPI Restrictions in IIS Mangager, but now I want to do it by program, I know it can be done by ADSI, but I do not kwow whcih property should be changed for IIS by ADSI. If got sample code to how to change Vista IIS feature such as ISAPI Restrictions, MIME...
    Posted to Forum by colindl on 10-18-2007, 10:20 PM
  • Re: php on IIS7 is not working

    Make sure that you follow the article How to install PHP on IIS7 http://blogs.iis.net/bills/archive/2006/09/19/How-to-install-PHP-on-IIS7-_2800_RC1_2900_.aspx Try to do it again.
    Posted to Forum by petergdot on 10-09-2007, 12:12 PM
  • App Domains in IIS7

    Hello, I have a few questions ... As managed modules can be loaded during the IIS request pipeline, I could have applications written in ASP (hosted in IIS 7.0) benefit from managed code. Lets say that I have a module that does some custom URL authorization. This managed module can be configured in more...
    Posted to Forum by surendra_u on 03-08-2007, 5:13 PM
Page 1 of 1 (10 items)
Microsoft Communities