What is a Web Application?

DETAILS

By default, your root directory is setup as an application root or application starting point.  However, you can have more than one application per Web site.  

Every file and directory that is beneath the "starting point" directory in your Web site is considered part of the application until another "starting point" directory is found. 

With each application, IIS will have its own application object accessible through ASP or ASP.net.  You can configure application start and end behavior within either global.asa or global.asax. (Note that global.asa and global.asax can only exist in an application root).

To create a web application, you can use the Web Application Tool in the control panel. 

Visual Studio .NET Users:
If you use Visual Studio .NET, each project under the root (eg.  http://www.YourHostedDomainName.com/webapplication1) is set up as an application.  VS.net will automatically create the application root when you create or copy a project. 

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

What are the default document extensions?

DETAILSThe default document extensions in order of...

I received HTTP 500 - Internal Server Error when I try to access my ASP or ASP.net page. What does this mean?

DETAILS "HTTP 500 - Internal Server Error" is one of the most uninformative error...

ASP.NET Support

All of our servers fully support the following versions of ASP.NET Asp.Net v1.1 Asp.Net...

Can you provide me with some OleDB connection string examples?

DETAILS MS Access (Jet) "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=[Path to database];User...