Hello, there is a local database on MS SQL Server 2014 , using the MS VS Express development environment for Web 2015 . You need to connect to the database created in MS SQL Server 2014 using the Membership class. I, using the aspnet_regsql.exe utility, set up my local database. Created an " ASP.NET Web Forms Website ". Stuck on Web.config, changed it:
<connectionStrings> <add name="MyConnection" connectionString="Data Source=ANDREW;Initial Catalog=Test3;AttachDbFilename=F:\моя папка\Data\Test3.mdf;Integrated Security=SSPI" providerName="System.Data.SqlClient"/> </connectionStrings> And what parameters to change further I do not understand. Shoveled a bunch of sites, but everything that dug up does not work. Plus I can not run the Web Site Administration Tool - a website administration tool . The official site says “select ASP.NET Configuration in the Web Site menu” , but this item is missing in my IDE version, and other WAT launch methods do not work. In general, I want to know how to tune up the connection to the database and how you can run WAT .