Thursday, January 14, 2010

01/13

 

Sharepoint

 

To use AspNetSqlMembershipProvider :

 

  • The webconfig of in administrator web (port 13500) must be changed with new add connection string like the following

    <connectionStrings>
        <remove name="LocalSqlServer"/>
        <add name="LocalSqlServer" connectionString="Data Source=DAYANG-49U5XLI7;Initial Catalog=aspnetdb;Integrated Security=True" providerName="System.Data.SqlClient"/>
      </connectionStrings>

  • The webconfig of application folder also need to be changed.

0 Comments:

Post a Comment

<< Home