membership provider web.config newbie question

Last post 03-05-2007 11:41 PM by coffMat. 0 replies.

Sort Posts:

  • membership provider web.config newbie question

    03-05-2007, 11:41 PM
    • Member
      2 point Member
    • coffMat
    • Member since 02-11-2007, 10:22 PM
    • Posts 9

    if i were to assign membership do i have to set the codes below manually in web.config(copy from machine.config)? what happens if i were to host it in remote server especiallly the line:   

    type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

    what if i didn't include that line? 

     

     

    <providers>

                <clear/>

                <add name="AspNetSqlRoleProvider" connectionStringName="MyAspNetDB"

                    applicationName="/SampleRolesApp"

                    type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </providers>

Page 1 of 1 (1 items)