我正在尝试从以下链接实施社交身份验证。但是我在 web.config 的配置部分遇到错误,示例中的以下几行:
<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>
系统找不到类型,而我添加了所有二进制文件并引用了它们。请帮忙!!!