When we create a new Web Application in SharePoint, following are various actions which happens behind the scene:
- Creates a unique entry in SharePoint configuration DB for the Web Application and assign GUID to that entry.
- Create and configures a new site in IIS
- Creates and configures a new IIS application pool.
- Configures authentication protocol and encryption settings.
- Assign a Default alternate access mapping for the Web Application.
- Creates the first content database for the Web Application.
- Associate a search service with the Web application.
- Assign a name to the Web application that appears in the Web application list in SharePoint Central Administration.
- Assign general settings to the Web application, such as maximum file upload size and default time zone.
- Updates the web.config file to make entries for custom HTTP Modules and Handlers for SharePoint.
- Creates virtual directories for SharePoint web services and SharePoint layouts folder.
No comments:
Post a Comment