All TagsModules (RSS)
  • Programatic install of managed module: "...missing a section declaration"

    I am trying to programtically install a managed module that I wrote into IIS 7.0 on a Windows 2008 Server 32-bit system. I get the following error: Unhandled Exception: System.Runtime.InteropServices.COMException (0x80070490): Filename: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config Error...
    Posted to Forum by cjb3bhl on 10-23-2009, 9:04 AM
  • TCP connection gets closed with a native module

    Hi, I'm trying to strip out headers (used pHttpResponse::SuppressHeaders), and add some info to the response, leaving the rest of the processing to continue (for example, left some business logic in the managed world). Everything works fine, but the connection always gets dropped. Now, I did suppress...
    Posted to Forum by Crni on 06-24-2009, 8:43 AM
  • Modules vs ISAPI filters

    **I'm not a professional programmer** IIS 7 introduces the concept of modules. The TechNet online docs suggest using modules over ISAPI filters. Is there anything that outlines why? What are the benefits/drawbacks, etc.? Speed differences? Architecture differences? Anything addressing these points...
    Posted to Forum by marcoshaw on 04-03-2009, 12:23 PM
  • 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
  • IIS7.0 : Adding Wildcard extension at Application level programmatically.

    Hi, I have written following lines to add the Wildcard extension at Application level. ServerManager mgr = new ServerManager(); Configuration appConfig = mgr.GetWebConfiguration("Site1", "App1"); ConfigurationSection handlerSection = appConfig.GetSection("system.webServer/handlers"...
    Posted to Forum by neha.noma on 09-26-2008, 10: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
  • Re: adding item in moduleProvider using appcmd

    Hi, I am also facing the same problem. I want to add my managed module and its moduleProvider entry in Administration.config through command line as I can use this from my installShield script option(Install script API - LaunchAppAndWait). The appcmd.exe works on applicationHost.config but I dont know...
    Posted to Forum by neha.noma on 09-10-2008, 2:24 AM
  • 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
Page 1 of 2 (15 items) 1 2 Next >
Microsoft Communities