Jun 01, 2008
I hear this question a lot in the http://forums.iis.net/ , and thanks to Carlos and team's rocking Configuration Editor, figuring this out on your own is a breeze. Here is how you can generate code for ANY IIS7 configuration change, without writing a...
3 comments
Filed under: IIS7, ASP.NET, Administration, Samples & Demos, IIS News Item, Developers, Administrators, Configuration, Tutorial
May 26, 2008
IIS 7.0 provides a number of APIs that you can use to manage configuration remotely. This post provides the info and tools you need to configure remote access to IIS 7.0 configuration, including for use on Server Core installations....( read more ) Read...
1 comments
Filed under: IIS7, IIS, development, Tools, Configuration
Mar 25, 2008
Ever wanted to add a custom mime type to your Web server? I ran into this issue the other day when I tried to serve up .mp4 files from my Web server and duh, I got this error: 404.3 error - mime type missing! Why does IIS block requests for unknown...
3 comments
Filed under: IIS7, Administration, Developers, Administrators, Configuration, Tutorial
Mar 24, 2008
Won's recent post on possible configuration corruption caused by OneCare/Forefront reminded me of something that every IIS7 customer should know about: how to backup and restore IIS7 configuration! No matter whether your configuration file gets corrupted...
1 comments
Filed under: IIS7, Administration, Troubleshooting, Developers, Administrators, Configuration
Mar 24, 2008
IIS7 includes an all-new distributed configuration option, which allows for IIS7 configuration to be stored in web.config files, along with asp.net configuration, to be deployed with your content. This makes transferring IIS7 configuration from...
3 comments
Filed under: IIS7, Developers, Administrators, Configuration, Tutorial
Mar 23, 2008
IIS7 includes an all-new distributed configuration option, which allows for IIS7 configuration to be stored in web.config files, along with asp.net configuration, to be deployed with your content. This makes transferring IIS7 configuration from...
3 comments
Filed under: IIS7, Developers, Configuration, Tutorial
Mar 22, 2008
IIS7 includes an all-new distributed configuration option, which allows for IIS7 configuration to be stored in web.config files, along with asp.net configuration, to be deployed with your content. This makes transferring IIS7 configuration from your development...
0 comments
Filed under: IIS7, Developers, Configuration, Tutorial
Oct 31, 2007
The IIS 7 configuration system contains 50+ configuration sections (100+ if you count .NET Framework configuration), 477 attributes, and 57 collections. This can make it pretty challenging to figure out exactly what IIS 7 configuration section needs to...
3 comments
Filed under: IIS7, AppCmd, Configuration