Browse by Tags

All Tagsiis 7Modules (RSS)
  • 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
Page 1 of 1 (4 items)
Page view counter