H
hfdev
Hello,
I am in the process of rewriting my company's Supplier Extranet, Customer
Extranet and Intranet applications.
I am looking at leveraging the ASP.NET 2.0 Membership Provider and possibly
the Profile Provider.
General Requirements:
1) Store/Manage user account information, all created by us, not by the
users themselves
2) Forms based authentication for Supplier Extranet & Customer Extranet and
hopefully Windows Authentication for the Intranet
3) House and manage user specific data outside the built-in fields provided
in the default ASPNETDB schema
Question 1:
Can I, and should I, use a single ASPNETDB SQL Server database or should I
use separate ASPNETDB databases for each application? If it is possible to
use the same database for all three applications, can you mix authentication
models: Forms & Windows for the 2 extranets and intranet respectively?
Question 2:
Can you import a list of existing users into this ASPNETDB database using a
built in import utility or by building one yourself using the API? It looks
lihe the API would support this.
Question 3:
Is it possible to house additional information (user type info) in custom
designed tables that are joined on userID (FK). I was thinking of building
some custom management screens that use the Membership API and my own
business objects that wrap these custom tables. Does this sound feasible?
Thanks very much,
Josh Blair
HydraForce, Inc.
I am in the process of rewriting my company's Supplier Extranet, Customer
Extranet and Intranet applications.
I am looking at leveraging the ASP.NET 2.0 Membership Provider and possibly
the Profile Provider.
General Requirements:
1) Store/Manage user account information, all created by us, not by the
users themselves
2) Forms based authentication for Supplier Extranet & Customer Extranet and
hopefully Windows Authentication for the Intranet
3) House and manage user specific data outside the built-in fields provided
in the default ASPNETDB schema
Question 1:
Can I, and should I, use a single ASPNETDB SQL Server database or should I
use separate ASPNETDB databases for each application? If it is possible to
use the same database for all three applications, can you mix authentication
models: Forms & Windows for the 2 extranets and intranet respectively?
Question 2:
Can you import a list of existing users into this ASPNETDB database using a
built in import utility or by building one yourself using the API? It looks
lihe the API would support this.
Question 3:
Is it possible to house additional information (user type info) in custom
designed tables that are joined on userID (FK). I was thinking of building
some custom management screens that use the Membership API and my own
business objects that wrap these custom tables. Does this sound feasible?
Thanks very much,
Josh Blair
HydraForce, Inc.