My posts tagged with "Tutorial, IIS7"(RSS)

Now Online: Comprehensive IIS7 Technical Reference

If you’ve ever tried to find information on how to install a particular IIS7 feature, or how to configure it using the IIS Manager tool, AppCmd.exe, the new Microsoft.Web.Administration interface or WMI provider, this post is for you.  Every IIS7...

How to get MySQL and PHPMyAdmin working with IIS7 and Windows 2008

Almost every popular PHP app that you may want to run on IIS7 requires MySQL.  I just ran across a couple of really great articles which provide step by step instructions for how to get MySQL and PHPMyAdmin running.  First, learn how to get...

How to Script / Automate IIS7 Configuration (without writing code)

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...

How to add mime types with IIS7 Web.config

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...

How to enable directory browsing with IIS7 web.config

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 Vista...

How to (un)block directories with IIS7 web.config

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...

How to add a default document with IIS7 web.config

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...

Microsoft Communities