Visual Studio 2017 system release Deployment Server tutorial, studio2017
Visual Studio 2017 system release and Deployment Server tutorial
1. Website deployment --- document 1 _ tutorial on releasing website system in Visual Studio 2017
2. company website deployment --- Level 2 _ SQL database backup
3. company website deployment --- Level 3 _ Remote Desktop Connection Server
4. company website deployment --- Step 4 _ server website project deployment
5. company website deployment-Level 5 _ notes
1. Website deployment --- document 1 _ tutorial on releasing website system in Visual Studio 2017
Step 1: Use Visual Studio 2017 to open the XXX System of the project. Step 2: show after opening: Step 3: Select generate + batch production layer + select all + regenerate! Step 4: select project + right-click release
Next step
Step 5: interface 1: Select create configuration file;
Page 2: Select IIS and FTP to point to the publishing target, and click OK.
Page 3: publishing method (M): select the file system, and select the target location: Save As a folder.
Page 4: perform operations according to the selection. Click Publish.
Shows how to obtain the final style:
2. company website deployment --- file 2 _ SQL Server 2014 Management Studio Database Backup tutorial
Step 1: use SQL Server 2014 Management Studio to log in and open the database.
Click Connect. Right-click the database and select Task + backup.
Step 2: Display after opening: Media Option
Step 3: Select General
Step 4: display the final file
3. company website deployment --- Level 3 _ Remote Desktop Connection Server
Remote Desktop Connection to server computer-tutorial
Step 1: Use the shortcut key Windows + R to open and run; enter mstsc to open the Desktop remote connection program.
Click "OK" and enter the server: 120.24.72.101.
Step 2: select the display option on the page, click it, select local resources, and select the details of local devices and resources.
Select all the drives for details. Finally, select the connection.
Step 3: After remotely connecting to the server, open disk D in the server system and create a folder with the same project name.
Copy all the database and project files from the local system to the folder created in the server system.
4. company website deployment --- Step 4 _ server website project deploymentServer website project deployment-tutorial
Step 1: Open the database to restore the database and select the database file for restoration.
Step 2: Find the web. config file of the successful project to open and view the connection string of the connected database.
Modify the Data Source and Password in the Value.
Step 3: Open Server Management (as shown in ):
The software icons are:
Step 4: Click iZ208zuz0r8ijiZ server, expand, right-click the website, and choose add website ...;
Step 5: complete the following information as required
5. company website deployment-Level 5 _ notes
Notes
<1> During the release of a Company project, the plug-ins file in the project will not be copied. Before the project is released, copy the plug-in to the project folder of the release file, as shown in:
<2>. three files are lost during the release of the Company project. The three files must also be copied from the project file to the Bin folder after the release. The names of the three files are the same, different types: Folin. web. permissionService. dll,
Folin. Web. PermissionService. dll, Folin. Web. PermissionService. pdb;