个性化定制 aspnet whidbey外文翻译.doc
约14页DOC格式手机打开展开
个性化定制 aspnet whidbey外文翻译,configure the providerwith both personalization and membership, the first step is configuring the provider that you will use to store the personalization or mem...
内容介绍
此文档由会员 wanli1988go 发布
Configure the Provider
With both personalization and membership, the first step is configuring the provider that you will use to store the personalization or membership data. Though you can create the Microsoft Access or Microsoft SQL Server™ database and add the necessary configuration elements manually, the easier way is to use the ASP.NET Web Site Administration tool, Note that to configure an application successfully, you must be logged in using an account with administrator rights (you also can launch Microsoft Visual Studio® .NET with an administrator-level account using Run As... and launch the Web Site Administration tool from the button in Solution Explorer).
配置提供程序
要使用个性化定制和成员身份,第一步是配置将用于存储个性化定制或成员身份数据的提供程序。虽然您可以创建 Microsoft Access 或 Microsoft SQL Server? 数据库并手动添加必要的配置元素,但更简单的方法是使用 ASP.NET Web 站点管理工具,请注意,要成功配置应用程序,您必须使用具有管理员权限的帐号登录(您也可以通过 Run As… 使用管理员级别的帐号启动 Microsoft Visual Studio .NET,并从 Solution Explorer 中的按钮启动 Web 站点管理工具。)。ASP.NET Web 站点管理工具提供了一些方法,用于配置个性化定制和成员身份功能(成员身份数据的存储使用 Security 选项卡来配置)以及报表和数据访问功能。要创建用于存储个性化数据的 Access.mdb 文件,您需要开启 Web 站点管理工具;名为 AspNetDB.mdb 的文件将在名为 DATA 的文件夹中自动创建。尽管在本文针对的 Visual Studio 版本中未启用,但 Web 站点管理工具包含一个完整的部分,专门用于配置个性化设置。在后面的小节中,我将一步步引导您手动添加必要的配置部分。
With both personalization and membership, the first step is configuring the provider that you will use to store the personalization or membership data. Though you can create the Microsoft Access or Microsoft SQL Server™ database and add the necessary configuration elements manually, the easier way is to use the ASP.NET Web Site Administration tool, Note that to configure an application successfully, you must be logged in using an account with administrator rights (you also can launch Microsoft Visual Studio® .NET with an administrator-level account using Run As... and launch the Web Site Administration tool from the button in Solution Explorer).
配置提供程序
要使用个性化定制和成员身份,第一步是配置将用于存储个性化定制或成员身份数据的提供程序。虽然您可以创建 Microsoft Access 或 Microsoft SQL Server? 数据库并手动添加必要的配置元素,但更简单的方法是使用 ASP.NET Web 站点管理工具,请注意,要成功配置应用程序,您必须使用具有管理员权限的帐号登录(您也可以通过 Run As… 使用管理员级别的帐号启动 Microsoft Visual Studio .NET,并从 Solution Explorer 中的按钮启动 Web 站点管理工具。)。ASP.NET Web 站点管理工具提供了一些方法,用于配置个性化定制和成员身份功能(成员身份数据的存储使用 Security 选项卡来配置)以及报表和数据访问功能。要创建用于存储个性化数据的 Access.mdb 文件,您需要开启 Web 站点管理工具;名为 AspNetDB.mdb 的文件将在名为 DATA 的文件夹中自动创建。尽管在本文针对的 Visual Studio 版本中未启用,但 Web 站点管理工具包含一个完整的部分,专门用于配置个性化设置。在后面的小节中,我将一步步引导您手动添加必要的配置部分。