Developer Forum »
Running Webnodes as WebApplicationProject
20 posts

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

 

181 posts

Webnodes can't run as a Web Application Project just yet, but we have it up and running in development. We will officially support WAP when we release our MVC support(soon). To get the tooling support for MVC in Visual Studio, the project must use WAP. 

We have found a way to support runtime compilation with WAP. 

20 posts

Excellent news Vidar! Keep up the good work!! :)

/N

1