1.Please do ensure that any of your google analytics plugins already activated
2. Do setting including your urchin code
3. Make sure that your footer template (usually footer.php) called wordpress function which is wp_footer.
<?php
wp_footer();
?>
Share on Facebook
if your having this message, just add below code in your web.config
<dependentAssembly>
<assemblyIdentity name=”System.Data.SQLite” publicKeyToken=”db937bc2d44ff139″/>
<bindingRedirect oldVersion=”1.0.61.0″ newVersion=”1.0.66.0″/>
</dependentAssembly>
It tells you to redirect all of your SQLite DLL version 1.0.61.0 into somethin newer,for this example 1.0.66.0
For further info, check this
1.DLL redirection in web.config
2.Issue regarding elmah
Share on Facebook
If you have problem with WordPress problem within IIS7 or IIS7.5, maybe you have trouble with your directory security access. To solve actually easy, but I need sometime to try and search.
Under default application pool identity user, to allow this you have to make Users (<Computer Name\Users) and IIS_USRS(<Computer Name\IIS_IUSRS) have Full permission access (including write) within folder wp-contents and also its subdirectories.
Share on Facebook
For any versions of Visual Studio you have to these steps
- Go to Tools > Options
- Go to Debugging > Edit and Continue > Check Enable Edit and Continue
- Go to Debugging > General > Check Break all process when one process break
- Go to Debugging > General > Check Require source files to exactly match the original version
For Web Application Project, you have to do these additional steps
- Go to Web Application Project properties
- Make sure your project in Debug Mode by Build > Active Configuration Mode > Select Active (Debug) and Uncheck Optimize Code
- Make sure your using Visual Studio Internal Web Server (Cassini) by Web > Check Use Visual Studio Development Server
- Enabling Edit and Continue by Web > Check Edit and Continue
Additional for Visual Studio 2010, you have to disabled Intellitrace feature by
- Go to Tools > Options
- Go to Intellitrace > Uncheck Enable Intellitrace

Share on Facebook
Windows 7 available direct from Microsoft’s website – just the install disk.
Professional 32 bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65804/X15-65804.iso
64 bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65805/X15-65805.iso
Home Premium Links 32 Bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65732/X15-65732.iso
64 Bit:
http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65733/X15-65733.iso
Share on Facebook
Recent Comments