All Tags > IIS7 > iis7 configuration (RSS)
  • Possible bug: Unable to set the "debug" attribute in the "compilation" section in web.config

    There seems to be a bug in the APPCMD tool that prevents me from changing the "debug" attribute of the "compilation" section of a web.config file. I can change other attributes such as "batch" and "defaultLanguage" but the "debug" attribute refuses to...
    Posted to Forum by kevin_k on 11-14-2009, 11:41 AM
  • Generating CSR

    Hi All, I need to generate CSR for different servers again and again. So that i can raise a request for SSL certificate. I have to manually login to all servers and create the Request file. Is there any way that i can locally/remotely generate the request ? Using Microsoft.Web.Administration or WMI or...
    Posted to Forum by gauravmajithia on 06-13-2009, 10:04 AM
  • Set Code to run when an Application Pool Starts / Stops

    Is there a way in IIS 7 on Windows Server 2008 (64bit) to configure an Application Pool to run some .net code when the Application Pool starts and stops?
    Posted to Forum by geekjay on 03-12-2009, 3:36 PM
  • How can I disable anonymous authentication using WMI?

    I'm trying to figure out how to use WMI in VBscript to turn off Anonymous Authentication on an application. I tried the following script: Set oWebAdmin = GetObject("winmgmts:root\WebAdministration") Set oVDir = oWebAdmin.Get("VirtualDirectory.SiteName='Default Web Site',_ ApplicationPath...
    Posted to Forum by JaySullivan on 02-19-2009, 12:25 PM
  • IIS7 don't access a .dll

    Hi all, I have IIS7 and Analisys Server on Windows Server 2008 working, but I only have access to a dll (msmdpump.dll) on localhost (other filetypes funct properly). if I try to access msmdpump.dll from another host, I get the error: "500 - Internal server error. There is a problem with the resource...
    Posted to Forum by mathiasruck on 02-18-2009, 4:11 PM
  • IIS takes over when using "Response.StausCode = 404;"

    I have a web site witch uses routing, When the user searches something wich gives no result he/she the site return's a custom error page witch in page_load has following: Response.StatusCode = 404; But this page doesn't show. The default 404 page (witch is set in IIS) comes instead. If I comment...
    Posted to Forum by thomassan on 01-13-2009, 5:56 AM
  • Appcmd error -setting MimeType "+" missing

    I use Appcmd to create SVG mime type. The mime type is created, but the "+" sign is missing. The mimeType is "Application/svg xml" in the config file and displayed in IIS manager, which should be "Application/svg+xml" The comand I used is as following: appcmd set config...
    Posted to Forum by cocowind on 12-16-2008, 4:28 PM
  • IIS 7 Kernel Mode Output Caching - Undocumented Behaviou

    Hi, After a few days of searching the web and reading articles, I need some help from the IIS team. I am basically wondering if it is possible to get the kernel mode output caching to implement the policy specified for a dynamic page on the first rather than the second request. If I change applicationHost...
    Posted to Forum by David Taylor on 12-14-2008, 8:12 PM
  • FTP home directory

    I wish to authenticate ftp users and set their home directory(user isolation) programmatically. I have implemented the solution to authenticate ftp users described in this link http://blog.ryancammer.com/2008/07/06/custom-authentication-with-microsoft-ftp-7/ however I am having problems setting the home...
    Posted to Forum by ctrlaltdel on 07-28-2008, 7:01 AM
  • How to programmatically sync changes between websites on IIS 7.0?

    Hi all, Quite new to IIS 7.0 and only started getting around. I'm looking for a way to synchronise changes between 2 wesites hosted on 2 different IIS 7.0 win2k8 servers. I'm familiar with the appcmd "list site /config /xml > out.xml" and "add site /in < out.xml" methods...
    Posted to Forum by MichalP on 07-13-2008, 10:48 AM
Page 1 of 2 (12 items) 1 2 Next >
Microsoft Communities