Install WordPress on IIS of dailyrazor.com

Edit web.config, the file is under the hosting of dailyrazor.com.  Add the following code to web.config: <?xml version=”1.0″?> <configuration> <system.web> <customErrors mode=”Off”/> </system.web> <system.webServer> <httpErrors errorMode=”Detailed” /> <rewrite>     <rules>         <rule name=”Main Rule” stopProcessing=”true”>             <match url=”.*” />            … Read moreInstall WordPress on IIS of dailyrazor.com