I'm trying to integrate SHarepoint with ASP.NET and automate some things.
First, I need to login to sharepoint automatically when a user logs into ASP.NET using the ASP.NET membership provider. So far I've found limited information about Active Directory and LDAP, but nothing with standard Forms authentication.
The second major task is to automate the creating of a sharepoint section when a new user is created (only administrators can create users, ASP.NET self-registration is disabled) - but I'm not sure whether this is best done when they log in to ASP.NET or Sharepoint.
If anyone could provde any pointers or tips which might save time I'd really appreciate it.
Thanks
First, I need to login to sharepoint automatically when a user logs into ASP.NET using the ASP.NET membership provider. So far I've found limited information about Active Directory and LDAP, but nothing with standard Forms authentication.
The second major task is to automate the creating of a sharepoint section when a new user is created (only administrators can create users, ASP.NET self-registration is disabled) - but I'm not sure whether this is best done when they log in to ASP.NET or Sharepoint.
If anyone could provde any pointers or tips which might save time I'd really appreciate it.
Thanks