All TagsIIS 7C# (RSS)
  • My Cache HttpModule and Memory Leaks

    Hello. I have written my own cache extension. It works fine but i some time ago memory leaks appeared. One of the possible reasons is my wonderfull cache. :) Please take a look at the sources and say wheather i am doing everything right. Is it needed to detach PreRequestHandlerExecute event? cont . PreRequestHandlerExecute...
    Posted to Forum by Serge2k on 10-19-2009, 10:25 AM
  • Setting Authentication on a Folder Under a Virtual Directory using Appcmd or Microsoft.Web.Administration in IIS7

    I've been trying to find a way using scripting (appcmd) or the Microsoft.Web.Administration class in C# to change the Authentication settings on a Folder under a Virtual directory. Does anybody have an idea how to do this? Thanks, Rob
    Posted to Forum by robblis on 08-05-2009, 7:07 PM
  • what permission need to call Microsoft.Web.Administration namespace?

    I have a windows service, which run through Network Service account. In this windows service, I have a method (c#) which call Microsoft.Web.Administration to get a physical path for a web application hosted on IIS 7 (win2k8 64bit server) : Site site = serverManager.Sites[ "Default Web Site"...
    Posted to Forum by eunicebiz on 07-13-2009, 6:03 PM
  • connecting to server

    Hi friend, My OS is windows XP . I am using IIS 7.0. I want to permit other users in the LAN use my web application from their browser. What should I do. Thanks Have a good day..
    Posted to Forum by PrasantaKumarBisal on 05-29-2009, 5:58 AM
  • ServerManager, UnauthorizedAccessException

    Greetings! On starting my ASP.NET MVC application which is run on IIS 7.0 I try to get bindings dynamically using ServerManager class, Microsoft.Web.Administration.dll assembly. When trying to read Sites property, I get the following exception: Filename: redirection.config Error: Cannot read configuration...
    Posted to Forum by BRom on 01-22-2009, 6:24 AM
  • 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 (9 items)
Microsoft Communities