Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Techies

Here i have an Query.
I have one asp.net application,In that application i integrate WSS 3.0 document library.In asp.net application am doing uploading files from asp,net application into WSS3.0 Document Library, And I display Document Library in asp.net application and doing the check in check out process,version all these things are done by web services. and ASp.net have separate DB is there and i access the WSS 3.0 With window authentication.Now i need to do all the operations with Form Based Authentication along with existing DB also i suppose to use the existing user.with single sign on process

Here i found lots of articles to create a new sharepoint site with Form Based Authentication also it move with new db with the following tables
aspnet_Applications,aspnet_Membership,aspnet_Paths,aspnet_PersonalizationAllUsers,
aspnet_PersonalizationPerUser,aspnet_Profile,aspnet_Roles,aspnet_SchemaVersions,
aspnet_Users,aspnet_UsersInRoles,aspnet_WebEvent_Events.

Here how i should create a new users? I dont have any clear ideat about it


Thanks in advance

Sathish Kasinathan
Posted

1 solution

You add users to your FBA database in a manner that makes sense for it. Since you are using the ASP.NET membership database you can use the ASP.NET CreateUserWizard http://msdn.microsoft.com/en-us/library/ms178342.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900