|
|
|
Số người truy cập: 4.306.849
Số người trực tuyến: 93
|
|
|
| Trang chủ .NET Việt Nam
>
Bài viết
>
Theo ngôn ngữ
>
ASP.NET / ASP.NET 2.0
>
Providers | .NET Việt Nam
-
25/04/2008 04:39' PM Site map providers provide the interface between Microsoft ASP.NET's
data-driven site-navigation features and site map data sources. ASP.NET
2.0 ships with one site map provider: XmlSiteMapProvider, which reads site maps from XML site map files. | .NET Việt Nam
-
25/04/2008 04:37' PM Role providers provide the interface between Microsoft ASP.NET's
role management service (the "role manager") and role data sources.
ASP.NET 2.0 ships with three role providers:
- SqlRoleProvider, which stores role data in Microsoft SQL Server and Microsoft SQL Server Express databases
- AuthorizationStoreRoleProvider, which retrieves role information from Microsoft Authorization Manager ("AzMan")
- WindowTokenRoleProvider,
which retrieves role information from each user's Microsoft Windows
authentication token, and returns his or her group membership(s).
| .NET Việt Nam
-
25/04/2008 04:35' PM Membership providers provide the interface between Microsoft
ASP.NET's membership service and membership data sources. ASP.NET 2.0
ships with two membership providers:
- SqlMembershipProvider, which stores membership data in Microsoft SQL Server and SQL Server Express databases
- ActiveDirectoryMembershipProvider, which retrieves membership data from Microsoft Active Directory
| .NET Việt Nam
-
25/04/2008 04:32' PM Describes the design and operation of the various built-in providers
that Microsoft ASP.NET 2.0 uses for state management services. | |
|
|
|