SocialAuth.NET is not working
Posted
by
Alen Joy
on Stack Overflow
See other posts from Stack Overflow
or by Alen Joy
Published on 2012-11-28T05:14:04Z
Indexed on
2012/11/29
11:05 UTC
Read the original article
Hit count: 293
asp.net-mvc
|socialauth
I'm trying to use SocialAuth.NET for extract contacts from gmail and yahoo for my web application but when I run the WebformDemo the following error occurs
Server Error in '/Demo' Application.
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: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
Source Error: Line 76: </authentication>--> Line 77: <!--<authentication mode="None"/>--> Line 78: <compilation debug="true" targetFramework="4.0"> Line 79: <assemblies> Line 80: <add assembly="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Source File: D:\test\SocialAuth-net-2.3\WebFormsDemo\web.config
Line: 78
Version Information: Microsoft .NET Framework Version:2.0.50727.3053;
ASP.NET Version:2.0.50727.3053
I'm using Windows XP and Visual Studio 2010.
Any help?
© Stack Overflow or respective owner