Lost your password?

Blogs about: Microsoft Iis

Featured Blog

Internet Information Services (IIS) 7 Manager1 comment

nicolask wrote 7 months ago: Manage your IIS 7.0 and IIS 7.5 servers remotely. System Requirements Supported Operating Systems: W … more →

IIS 6 versus IIS 7 dialog comparison

Roel van Lisdonk wrote 9 months ago: I was looking for the “Change Execute Permissions” in IIS 7. In IIS 6 you would go to We … more →

Delete IIS6 or IIS7 virtual directory on a website with hostheader, with C# and NANT7 comments

Roel van Lisdonk wrote 9 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →

Tags: Microsoft C#, NAnt

Create IIS6 or IIS7 virtual directory on a website with hostheader, with C# and NANT

Roel van Lisdonk wrote 9 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →

Tags: Microsoft C#, NAnt

Dump IIS info with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Dump iis info /// </summary> /// <returns> /// 0 = All IIS infor … more →

Tags: Microsoft C#, NAnt

Determine if an IIS website or IIS virtualdirectory exist, that run under a given applicationpool, with C#

Roel van Lisdonk wrote 9 months ago: To call this function use: DoesAppPoolHaveWebsites(new DirectoryEntry(string.Format("IIS://{0}/w3svc … more →

Tags: Microsoft C#, NAnt

How to list all IIS applicationpools and properties, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// List all properties of an IIS applicationpool /// </summary> /// <p … more →

Tags: Microsoft C#, NAnt

How to determine if an IIS website contains virtualdirectories, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Does the given IIS website contain virtualdirectories. /// </summary> … more →

Tags: Microsoft C#, NAnt

List all properties of a IIS website, with C#

Roel van Lisdonk wrote 10 months ago: /// <summary> /// List all properties of a IIS website /// </summary> /// <param name … more →

Tags: Microsoft C#

Get or set the filesystem folder (path) for a IIS website, with C#

Roel van Lisdonk wrote 10 months ago: /// <summary> /// Get the filesystem folder for the given website /// </summary> /// … more →

Tags: Microsoft C#

Get IIS website id on website name, with C#

Roel van Lisdonk wrote 10 months ago: /// <summary> /// Get website id on websitename /// </summary> /// <param name="serve … more →

Tags: Microsoft C#

Check if an IIS website exists with C#

Roel van Lisdonk wrote 10 months ago: /// <summary> /// Check if a website on the given server exist. /// Check on websitename (Serv … more →

Tags: Microsoft C#

Step into the IIS7 Virtual Lab for Free

nicolask wrote 1 year ago: Ever wanted to test IIS7 software in a sandbox environment? Wouldn’t it be great to be able to … more →

IIS returns HTTP 404 for file downloads1 comment

Jim wrote 1 year ago: This is kind of an old issue, but since I mostly work on corporate projects, we’re a bit slow … more →

Tags: Software, technology, mime, HTTP 404

Security Checklist for setting up Microsoft IIS

nicolask wrote 2 years ago: Good and practical write-up here. … more →

About Integrated Windows Authentication in IIS

Krishnamoorthy Sethuraman wrote 3 years ago: Did a telnet to localhost to get /localstart.asp which is protected by Integrated windows authentica … more →

Tags: Windows XP, Internet Explorer

My horrible experience with IIS

Krishnamoorthy Sethuraman wrote 3 years ago: Tried installing IIS in my XP Pro. After install, initially the localstart.asp is erroring out with … more →


Related Tags
All →

Follow this tag via RSS