Can Webnodes be runas a WebApplicationProjeect (WAP), or does it have to run as a WebSite?
I imagine rebuilding the ontology (and thereby generating .cs files) requires it to run as a WebSite?
The reason I ask is for Unit Testing - this is a lot easier to do on WAPs (where all code is compiled into a DLL) than Websites. It is also easy to use a Mock Framework like Moles/TypeMock on WAP's.
- Njål