Can someone explain why when I have this in my web.config:
<add key="webpages:Enabled" value="true" />
I get this error pointing at my custom membership provider:
The pre-application start initialization method Start on type System.Web.WebPages.Deployment.PreApplicationStartCode
Also, I never added that entry to my web.config; Visual Studio must have done it for me when I added .cshtml file to my web form project. Supposedly that entry tells asp.net not to render .cshtml files?