SQL connection to the server where webpart is deployed

Source: Internet
Author: User
I:

Run the following command according to the default configuration:

C: \ windows \ microsoft.net \ framework \ v2.0.50727 \ aspnet_regsql.exe

II:

Add the following in Web. config:

<Connectionstrings> <remove name = "localsqlserver"/> <Add name = "localsqlserver" connectionstring = "Data Source = localhost; Integrated Security = sspi; initial catalog = aspnetdb;" providername = "system. Data. sqlclient"/> </Connectionstrings> if a problem occurs with network service, follow these steps: Step 1: Add 'nt Authority \ Network Service' to the Administrator Group Step 2: add a network service user to SQL Enterprise Manager to open SQL Server Enterprise Manager → open "security" Node → select "login" → right-click the list on the right → select "New login" → on the "General" tab, click the button next to "name"... "→ select" Administrators "group → click the" members "button below → select" Network Service "→ click" add "→ click" OK ", map the network service to the db_owner of the relevant database instance.

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.