I just downloaded the template for DotNetOpenAuth 3.4 and created a new project from the template. Open starting the web server in Visual Studio and launching the setup page I am greeted with the following error after providing my OpenId:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Insufficient permissions for setting the configuration property 'checkCertificateRevocationList'.
I tried going into the project folder and adding 'Everyone' to the permissions tab, but it had no effect. It still throws the above error when trying to access the web.config file.
How do I go about giving the correct permissions to the code running inside the development server that comes with Visual Studio?