Tutorial 20 Quick Reference
|
To |
Do This |
|
Work on a Web site locally without going through IIS |
Create a file system Web site |
|
Work on a Web site using IIS |
Create an HTTP Web site |
|
Work on a Web site by copying files over to the server FTP |
Create an FTP site |
|
Precompile for performance or for deployment |
Use the aspnet_compiler utility to precompile the code |
|
Create an Installer for your Web application |
Add a second project to your solution Make it a Web Setup Project Add the necessary files to the project to make it work Build the installer |