Browse by Tags

All TagsIIS7Modules (RSS)
  • 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
  • Read Form Data from Managed HTTP Module and ASP Classic

    I am trying to build a managed HTTP module that inspects form data before the request gets passed on to the underlying handler (ASP.NET or ASP Classic). Everything works fine when the request is for an ASP.NET page. With ASP Classic pages, however, an unspecified error (80004005) is thrown every time...
    Posted to Forum by sranck on 07-16-2008, 6:31 PM
  • Calculating bytes sent in C++ Native Module?

    Hello, I am attempting to write a module that counts the bytes sent to the client. I do not wish to calculate the bytes sent from the log files output. I need to do this from inside a module. I need help working out where I can find this information, or calculate it, through the API. Is there one definitive...
    Posted to Forum by Paul.Gaske on 03-20-2008, 2:37 AM
  • Different behavior between Vista and 2008 Server from MSADC requests

    All, I am moving an existing web application to IIS7.0. Part of the client-server communication involves making remote requests to the web server using RDS. This portion of the application seems to work fine on 2008 Server. Unfortunately, I have not been so lucky with Vista. RDS requests seem to make...
    Posted to Forum by stmcdani on 12-06-2007, 3:12 PM
  • Extending Schema: Writing automated setup

    Hi, I have written an IIS module having custom schema to store few settings. While writing automated setup for the same, i could'n find any way using appCmd.exe to make and entry under '<configurations>/<sectionGroup>' in applicationHost.config file. Even with Microsoft.Web.Administration...
    Posted to Forum by ankitasdeveloper on 01-25-2007, 9:50 AM
  • Response caching behaviour on IIS7?

    I'm writing a native module for IIS7 and have seen a caching effect which I would like to understand. Basically CMyHttpModule:: OnSendResponse is called twice (for each URL) and then is not called again until the app pool is recycled. I've observed that this only occurs for static content since...
    Posted to Forum by cminihan on 10-23-2006, 6:53 PM
  • IIS7 Native Extensibility vs. IIS6 ISAPI

    I am starting a series of posts on my blog about improvements that the IIS7 native extensibility model introduces over the IIS6 ISAPI Filter and Extension APIs. Check out this series here: 10 reasons why server development is better with IIS7 Go directly to the posts in this series: Reason #10: C++ Class...
    Posted to Forum by mvolo on 10-18-2006, 4:31 AM
  • Re: Extending IIS to enable URL Rewriting in ASP.NET applications

    Unfortunately, a couple things are still pretty hard to do in the Integrated mode, and remapping the handler based on a Rewrite is one of them. Without boring you with technical details (about which you should be able to read about in my future blog post), here is how you can work around this limitation...
    Posted to Forum by mvolo on 10-05-2006, 2:57 AM
Page 1 of 1 (8 items)
Page view counter