From my old blog, July 26, 2007. No longer maintained.

Intellisense support for BlogEngine controls

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>

All old blog posts