Step by step SharePoint 2007 of 13: Implementing Form Certification (3)

Source: Internet
Author: User
Tags connectionstrings

To set the database connection string

Summary

This article will record the third part of the form authentication--Set the database connection string.

Because of the form authentication, the user information is stored in the database, which is the database we created in the first part, so we need to set up the database connection string for our website.

Body

The implementation process for each step is documented below.

1. First, follow the path shown in the diagram to find the folder that holds the settings file for the site that we created in this series of articles four.

2. Locate and open the Web.config file and add the <connectionStrings>......</connectionStrings> section to the location identified in the figure.

1 <connectionStrings>

2 <remove name= "LocalSqlServer"/>

3 <add name= "LocalSqlServer" connectionstring= "server= (local);D atabase=aspnetdb; Trusted_connection=true "providername=" System.Data.SqlClient "/>

4 </connectionStrings>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.