ASP.net membership provider and OAuth login into umbraco MVC front end
Hi all,
I
am trying to implement the external login form front end site using
Dot.net Oauth,ASP.net Membership Db,MVC4 & Umbraco6.0,I have 2 databases
one is Umbraco DB and another Asp.net member ship DB which is .mdf type added default connection
string in Web.config file, when i run the my application its working fine after login in to the external provider like facebook I need callback to
the Action method there I am getting the Run time like below,
I could resolved the issue by modifying the
appsetting in web .config
ASP.net membership provider and OAuth login into umbraco MVC front end
Hi all,
I am trying to implement the external login form front end site using Dot.net Oauth,ASP.net Membership Db,MVC4 & Umbraco6.0,I have 2 databases one is Umbraco DB and another Asp.net member ship DB which is .mdf type added default connection string in Web.config file, when i run the my application its working fine after login in to the external provider like facebook I need callback to the Action method there I am getting the Run time like below,
I could resolved the issue by modifying the appsetting in web .config
"<add key="enableSimpleMembership" value="true" />"
but I am facing another issue like
please help me out to resolve the issue..
If you have set up a source code repo in github, i might be able to have a look and help you out.
How did you get on? I'm part way through an implementation based upon the oauth examples but getting sql timeouts
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.