Making an ASP.NET installer

xiaoxiao2021-03-05  23

1. Open the VS.NET development environment;

2. "File" -> "New" -> "Project";

3. "Project Type" Select "Install and Deploy Project", "Template" Select "Web Installation Project", then fill in "Name" and "Location", and finally "OK";

4. Mouse right-click "Solution", select "Add" -> "Web Existing Project", then select the item to be published according to the screen prompt;

5. Right-click on "Web Application File" and select Add "->" Project Output ";

6. Select "Main Output" and "Content File" in the Add Project Output Group dialog box, and finally "OK";

7. "Generate" -> Generate Projects ", after completing the installer, under the folder specified in step 3, can be released;

转载请注明原文地址:https://www.9cbs.com/read-35374.html

New Post(0)