KB10899 - Creating WCF server with DK.ASPNET
Upon creating a WCF server using DK.ASPNET an error can occure;
System.Exception: NOT ASP.NET
Solution is very simple. Just place in a web.config a line:
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
Created: March 20, 2014, Modified: May 19, 2014