HI,
When you create the Web site, Visual Web Developer performs all of the
tasks that are required to make the Web site function as an IIS
application. Visual Web Developer creates the folder or folders for your
Web site under the Web root for IIS (for example, under
\inetpub\wwwroot). After creating folders, Visual Web Developer creates
the files for the Web site template that you selected.
When you create or open a local IIS Web site, Visual Web Developer
creates a project to manage the files. The project stores a sm
By default, when you run a local IIS Web site to test it, Visual Web
Developer launches a browser and runs the Web site using the server name
localhost. For example, if you have created the Web site ExampleSite, when you test it in Visual Web Developer, the browser will request the test page from this URL:
IIS resolves the application name, whether it points to a folder that is
under the IIS root or to another location, and serves pages from that
folder.