I am trying to implement social auth from the following link. But I am getting error on the config section of web.config, the following lines in the example:
<configSections>...
<section name="SocialAuthConfiguration" type="Brickred.!SocialAuth.NET.Core.SocialAuthConfiguration,SocialAuth,Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowDefinition="Everywhere" allowLocation="true" />
</configSections>
The system could not find the type, whereas I have added all the binaries and referenced them. Kindly help!!!
Replace it with: