2

我已经阅读了 MSDN 和其他关于在 silverlight 中使用 RIA 和域服务进行身份验证的帖子,使用 Silverlight 业务应用程序模板成功实现了示例。但是当尝试使用组修改配置文件属性时,登录成功,但加载用户配置文件属性时出错。

    <profile enabled="true" automaticSaveEnabled="false">
      <providers>
        <clear/>
        <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/"/>
      </providers>
      <properties>
<group name="Personal">
          <add name="FirstName" type="String" />
          <add name="FriendlyName" type="String" />
        </group>
  </properties>
    </profile>

未找到“名字”。

在业务模板生成的 user.vb 类中,我添加了以上两个属性,但没有了解如何将组名称推送到那里(请注意,用户尝试登录存储在 .

4

0 回答 0