Silverlight RIA身份验证服务,配置文件属性具有分组功能

时间:2012-11-02 05:15:09

标签: silverlight authentication ria

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

    <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>

找不到“FirstName”。

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

0 个答案:

没有答案