I recently download the Contact Manager Web API created by Daniel R (view here). I'm trying to use this as a teaching tool
to help me create an API for my existing Contact Manager database. I just added my SQL ConnectionString to the Web.Config file.
Now I'm tyring to figure out how to use my LDAP with the Login page so that my users can login with their credentials and update their Contact Information.
maddtechwf
Member
17 Points
147 Posts
Help with Contact Manager API
Dec 14, 2012 08:15 PM|LINK
I recently download the Contact Manager Web API created by Daniel R (view here). I'm trying to use this as a teaching tool to help me create an API for my existing Contact Manager database. I just added my SQL ConnectionString to the Web.Config file.
Now I'm tyring to figure out how to use my LDAP with the Login page so that my users can login with their credentials and update their Contact Information.
css-chlukito
Member
412 Points
51 Posts
Re: Help with Contact Manager API
Dec 19, 2012 04:23 AM|LINK
Hi,
Here are some sample to create LDAP connection with ASP.NET
- http://msdn.microsoft.com/en-us/library/ms180890%28v=vs.90%29.aspx
- http://support.microsoft.com/kb/326340
Please 'Mark as Answer' if this post helps you.