Browse by Tags

All TagsIIS 7C# (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
  • 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
  • Can't add Microsoft.Web.FtpServer reference in my project.

    Hi all. I installed Microsoft FTP 7.0 for IIS 7 on my working machine, and create a new project to working with FTP. When I install FTP 7.0, I checked "Managed Code Support" already be selected, but I cannot add "Microsoft.Web.FtpServer" reference into my project, I also cannot find...
    Posted to Forum by regionbbs on 06-23-2008, 10:30 PM
Page 1 of 1 (4 items)
Page view counter