Download: Distribution
- Download Distribution from website, go to: http://wordpress.visitmix.com/download
- Extract zip files to root of C: drive
- Copy contents from wordpress folder to C: drive
- inetpub > wwwroot > wp-sqlsvr
- Create file: web-config
- Download Distribution
- In wp-sqlsvr folder, create web.config file using following contents:
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<httpErrors errorMode=”Detailed”/>
</system.webServer>
</configuration>
« SQL Server 2008 Preparation Wizard configuration for WordPress setup »