ASP. NET installation package creation 1
Open the VS. NET development environment;
ASP. NET installation package creation 2.
"File"-> "new"-> "project ";
ASP. NET installation package creation 3.
"Project type" select "installation and deployment project", "template" select "Web Installation Project", enter "name" and "location", and finally "OK ";
ASP. NET installation package creation 4.
Right-click "solution", select "add"-> "existing projects on the Web", and select the project to be released based on the on-screen prompts;
ASP. NET installation package creation 5.
Right-click "Web Application Files" and choose "add"-> "project output ";
ASP. NET installation package creation 6.
In the "add project output group" dialog box, select "main output" and "Content File", and click "OK ";
ASP. NET installation package creation 7.
"Generate"-> "generate Project". After the installation program is completed, run setup in the folder specified in step 1 to release it;
Of course, the. net framework and iis.
Pay attention to this step.
ASP. NET installation package creation 6.
In the "add project output group" dialog box, select "main output" and "Content File", and click "OK ";
Step by step:
In the open project, file --> Create Project
Start Selection
Or select
Effect after adding:
Corresponding property parameter settings:
Right-click to generate the application. You can set the corresponding desktop icon, Start Menu, registry settings, and so on;
The virtual directory and port. Generally, you can set the title of your application by default... Study by yourself.
Test the generated installation file:
Check the generated project. Production is completed.
The detailed steps and operations for creating an ASP. NET installation package are described here. I hope to help you understand how to create an ASP. NET installation package.