http://www.ask321.com/ask21/how132178.htm
Do you, how to do ASP.NET installer?
How to do ASP.NET installer? Let others can't see the source code of the ASP after installation?
Reply to: Dreammaster (End of the World) () Reputation: 100 2002-06-06 21: 34: 58Z score: 0
Creating a mounting unit works, but .aspx files cannot be hidden. .CS file can only release a DLL
Reply to: HBXTX (XY) () Reputation: 100 2002-06-07 10: 36: 16Z score: 50
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;