Posted on: 12/7/2014 4:56:56 PM | Views : 527

Hello
In tutorials such as this one
http://blogs.msdn.com/b/webdev/archive/2012/08/15/oauth-openid-support-for-webforms-mvc-and-webpages.aspx
authors suggest creating a File | New Project, going to App_Start\AuthConfig and uncommenting the code to allow Facebook, Google, and Twitter users to login to your site. So, if I have current ProjectA, which includes my Web pages, why create new ProjectB which cannot 'see' those Web pages that belong to current ProjectA?
I cannot configure current ProjectA to allow exernal Facebook, Google, or Twitter users to access its Web pages because while I can see App_Code and App_Data in the Solution Explorer of current ProjectA, there is no App_Start\AuthConfig in Solution Explorer.
Have I interpreted that correctly?
Thank you.

Go to the complete details ...