Visual Basic Concepts
IIS applications are compiled the same way any Visual Basic project is compiled — by choosing Make from the File menu. An IIS application must be built as an in-process component, or a DLL file.
When you run or compile the project, Visual Basic creates the following files:
When you run or compile the project, you should place the DLL file in the same directory as your project files, for easiest deployment.
Tip If you are checking your IIS application into Microsoft® Visual SourceSafe®, you should manually check in the project's .htm files. These files are not automatically checked into the SourceSafe directory with the rest of the project files.
To compile your IIS application