How To Install WordPress on IIS 6.0
Click Next and then enter the path to the WordPress files which in this example is ‘C:\wp’
Click Next and leave the permissions at the default settings as shown here.
Click Next and then click Finish.
You should now see a virtual directory called ‘WordPress’ under your PHP test web site.
If you have used the same web site which we created in the previous article then the ‘WordPress’ virtual directory will have inherited two key properties from the parent web site – namely, it will have a default document configured called ‘index.php’ and it will have the correct Scriptmap property configured to run PHP scripts. (If this isn’t the case you should go back and review the previous article for details of how to configure these properties)
Configuring WordPress
Now that we have configured the ‘WordPress’ virtual directory in IIS we are ready to go ahead and finish the installation by actually creating our blog.
Start by browsing to http://localhost/wordpress and if you have set everything up correctly you should be greeted with the default Setup page which tells you that WordPress hasn’t been installed yet.