Skip to main content

SharePoint 2013 - Create a Web Application and Site Collection in SharePoint 2013


Creating our first SharePoint 2013 Web Application

Let’s begin by navigating to the SharePoint 2013 Central Administration > Application Management page.



You will notice that the UI is fairly similar to that we have been accustomed to in SharePoint 2010.



The first thing we need to do is create our first Web Application to host our Site Collections and its sub sites.

Under the heading “Web Applications” click on Manage web applications.



Click on New

The below splash screen is unexpected from Microsoft, but it is notifying us in a somewhat candid way that the page is about to load.  I wonder if this will be deprecated in the final release of SharePoint 2013.



You will finally be greeted with the all familiar “Create New Web Application” modal dialog window with a few subtle additions.  I will post separate screen captures depicting our settings as we scroll down the modal dialog box presented and will explain each of these settings in some detail.





 



We will click on Register new managed account.  We will not be utilizing the sp_farm account and register our sp_webapp domain account that we created earlier.



Click OK

Unfortunately, after clicking OK, our previous entries made are erased (same behaviour in SharePoint 2010), so you will need to begin from the top again)

Ensure you have selected the sp_webapp account as your Application Pool ID.

Ensure your Database Name and Authentication method is correct.



 



IIS Web Site:

Create a new IIS web site

Name: SharePoint – intranet.corp.gkhalil.com (Always best practice to create a new IIS website for each new SharePoint Web Application.)

Port: 80

Host Header: Leave Blank or specify a preferred host header. (If you specify a host header, the alternate access mapping will be created for you automatically.  Please ensure that you also create the relevant A record in DNS. e.g. intranet.dev.com which we have done above.

Path: Leave default C:\inetpub\wwwroot\wss\VirtualDirectories\80 (This is usually determined by Port number and or Host Header Input)

 

Security Configuration

Allow Anonymous: No

Use Secure Sockets Layer (SSL): No

Claim Authentication Types

Enable Windows Authentication: Integrated Windows authentication (NTLM)

Sign in Page URL

Default Sign In Page – selected

Public URL: e.g. http://intranet.Dev.com:80

Zone: Default

Application Pool

Create new Application pool: SharePoint -intranet.corp.gkhalil.com80

Configurable: CORP\sp_webapp (register the newly created service account as a managed account)

Database Name and Authentication

Specify your Database Server, Database Name and keep Windows authentication selected which is recommended.

Failover Server

This was first introduced in SharePoint 2010 providing you with the ability to specify a second SQL server that is participating in database mirroring, allowing you to easily failover if the primary SQL server fails. This was and still is a welcome addition providing a means of high availability.

Service Application Connections:

Edit the following group of connections: default

Note, SharePoint 2013 as was the case in SharePoint 2010 allows you to connect a web application to all service applications available in a farm or a subset that you define.  This can be changed at any time.

Customer Experience Improvement Program

Enable Customer Experience Improvement Program: Yes or No

Click OK

 



 



Click OK

Our newly created Web Application will now be listed along side our SharePoint Central Administration Web Application under Central Administration > Application Management > Manage web applications



 Creating our first SharePoint 2013 Site Collection

We are now ready to create our first site collection.  Navigate to Central Administration > Application Management > Create Site Collections

Ensure that the newly create Web Application is selected.

Enter a Title for your Site.



Select your Template.  You will notice that there is a 2013 and 2010 Template experience version on offer.  I am selecting 2013 and the all so common Team Site.

Enter your primary and secondary site collection administrators

Then Click OK



 

Our first site collection is up and running and as you can see from above, the procedure in doing so is identical to that in SharePoint 2010.



Click OK.

 

Comments

Popular posts from this blog

Sharepoint Interview questions

What is Microsoft Windows SharePoint Services? How is it related to Microsoft Office SharePoint Server 2007? Windows SharePoint Services is the solution that enables you to create Web sites for information sharing and document collaboration. Windows SharePoint Services -- a key piece of the information worker infrastructure delivered in Microsoft Windows Server 2003 -- provides additional functionality to the Microsoft Office system and other desktop applications, and it serves as a platform for application development. Office SharePoint Server 2007 builds on top of Windows SharePoint Services 3.0 to provide additional capabilities including collaboration, portal, search, enterprise content management, business process and forms, and business intelligence. What is Microsoft SharePoint Portal Server? SharePoint Portal Server is a portal server that connects people, teams, and knowledge across business processes. SharePoint Portal Server integrates information from various systems into o

SharePoint 2010 Branding: Change site actions and welcome menu arrows

Here's how you can do it. Hide the image and give our custom image element a background image. Look Like: .ms-viewselector-arrow {     background: transparent url('/PublishingImages/images/Arrow.png') no-repeat scroll 0 0;     height: 4px; /* height of the image */     width: 5px; /* width of the image */ } .ms-viewselector-arrow img {     display: none; }

Lookup field does not showing values in sharepoint2013

SharePoint Custom Form Shows HTML as Text on Lookup Fields   When creating a custom display form on SharePoint Designer, the form displays the actual HTML instead of rendering the HTML on the lookup columns. For example, see the below image: For the lookup value issue, you need to slightly modify the XSLT of the particular field from designer and add the attribute disable-output-escaping="yes" to the field.