Hi Guys,
I don't whether this is right place to ask this question but it's related to sharepoint. So I am posting it here.
I have asp.net mvc application and using SimpleMembershipProvider (webmatrix.webdata) for authentication and I have another application in SharePoint 2013. I want to use same database and authentication provider for this application. So, user having access to asp.net application can log into SharePoint 2013 application using same credential.
I would like to know whether is it possible? If it's possible please let me know how i can achieve that.
To let you know guys, I have already added entries in web.config files in central admin, STS and web application web.config file. But nothing worked for me.
Thanks