Creating a Web Application

To create Web applications, you need access to an installation of Microsoft's Internet Information Server (IIS) running on a server that must have the .NET Framework installed. Visual Studio will create the files you need and upload them directly to the server when you create the Web application (usually in the IIS Web root directory named wwwroot).

USING IIS VIRTUAL DIRECTORIES

To avoid cluttering the Web root directory, you can create IIS virtual directories in which to store your Web applications. To support virtual directories, right-click a folder in the Windows Explorer and select Web Sharing.

To create a Web application, make sure IIS is running and, in the IDE, select the File, New, Project menu item to open ...

Get Microsoft® Visual C#® .NET 2003 Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.