ASP. NET installation and deployment experience: learn from ASP. NET of MSDN webcasts. NET Program deployment and Li honggen's article, and then add your own personal experience, the entire SQL and ASP. NET (vb.net) together to package the whole process to write it.
ASP. NET installation and deployment 1. Prepare necessary files
1. the SQL script file generates tables and stored procedures required during installation;
After it is generated, name it db. SQL (case sensitive)
2. LisenceFile. rtf Installation File, because my system is personal and free, so there is no. This will also be used in the future.
ASP. NET installation and deployment 2. Create a deployment project in your existing project:
1. Point to "add project" on the "file" menu and select "new project ". (Figure 1-2)
2. In the "Add new project" dialog box, select "Install and deploy Project" in the "project type" pane, and select "Web Installation Project" in the "template" pane ". In the Name box, type Test Installer. (Figure 1-3)
3. Click OK to close the dialog box.
4. The project is added to Solution Explorer and opened in the file system editor.
5. In the Properties window, select ProductName properties and type GCRM.
For more information about other projects, see Webcast.
The basic information about ASP. NET installation and deployment to create a project is introduced here, I hope to help you learn about ASP. NET installation and deployment.
- Introduction to ASP. NET Custom Controls
- Analysis of ASP. NET httpHandler
- Programming of ASP. NET components
- Programming analysis of ASP. NET CheckBoxList component
- Programming analysis of ASP. NET LinkButton component