SharePoint Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2377 Page Views: 

What is SharePoint Web Application and how can we create it?



Posted By: Avi Date: 2 January 2010 12:51:24 AM
 Answer:

To create a SharePoint site or a site collection, we must first create a Web application. A Web application is comprised of an Internet Information Services (IIS) site with a unique application pool. When we craetev create a new Web application, it also create a new database and define the authentication method used to connect to the database.

To create new SharePoint Web Application:

1) Open "SharePoint Central Admin"

2) Click on "Application Management"

3) Click on "Create or extend Web application"

4) Click on "Create a new Web application"

5) A form will open in which we need to enter the various details about the web application like, title, port number, database name, admin user id & password, etc. Enter all these details and click on "Create"

6) It will create a IIS site with an Application Pool together with a database at SQL server.

7) Now we can create a site collection within this SharePoint Web Application.


Posted By: eTechPlanet


Date: 2 January 2010 12:51:24 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image lAUiAs
Related Questions
SharePoint : While working on SharePoint site, we generally receive error messages like "Unknown Error" or another generic error message. Is there any way to display more descriptive error messages?

While working on SharePoint site, we generally receive error messages like "Unknown Error" or anothe....

Yes, we can display more descriptive error message in SharePoint site. To do this, following changes....
Category: SharePoint Date: 12/7/2009 2:28:33 AM
SharePoint : What settings are required for running SharePoint assemblies from BIN folder?

What settings are required for running SharePoint assemblies from BIN folder?

Following two settings are required for running SharePoint assemblies from BIN folder: 1) Add the f....
Category: SharePoint Date: 12/1/2009 4:32:07 AM
SharePoint : What is the best practice to deploy assemblies in the Global Assembly Cache (GAC) for SharePoint application?

What is the best practice to deploy assemblies in the Global Assembly Cache (GAC) for SharePoint app....

Assemblies should not be deployed to Global Assembly Cache (GAC) until application move to an integr....
Category: SharePoint Date: 12/1/2009 4:19:41 AM
SharePoint : Name various services provided by the Shared Services Provider in MOSS 2007?

Name various services provided by the Shared Services Provider in MOSS 2007?

Some of the services provided by the Shared Services Provider in MOSS 2007 are: 1) Full-text and pr....
Category: SharePoint Date: 11/30/2009 6:42:22 PM
SharePoint : What is the performance impact of RunWithElevatedPrivileges?

What is the performance impact of RunWithElevatedPrivileges?

RunWithElevatedPrivileges creates a new thread with the App Pool's credentials, blocking your curren....
Category: SharePoint Date: 11/30/2009 3:36:27 AM