The original is on archive.org.
I added the following code to the web.config to have the intellisense render the blog controls.
<compilation debug="true" >
---BEGIN NEW---
<codeSubDirectories>
<add directoryName="Controls"/>
</codeSubDirectories>
---END NEW--- </compilation>