I am attempting to implement an MVC custom base view page in order to \"override\" the User property type. This will make my CustomPrincipal type acce
User
CustomPrincipal
You need to provide 2 versions of the WebViewPage, a generic and non-generic.
public class BaseViewPage : WebViewPage { } public class BaseViewPage : WebViewPage { }