Creating a New Web Application using Central Administration in SharePoint 2010
Creating a New Web Application using Central Administration in SharePoint 2010
I’m going to create a new SPWebApplication called which answers to the url sharepoint.local on my dev box / lab environment. I will have the SPWeb Application answer to http://sharepoint.local in my lab environment. I have already performed the necessary loopback registry settings changed for my Lab environment. I learned how to do that via the excellent Technet articles on that topic.

I am using Central Administration in this case but the SharePoint Management Shell is also an option (PowerShell). I will click on Manage Web Applications.

To create a new SPWebApplication I will click the New Button in the Ribbon.

In this case since this is in a Development / Lab environment, I will keep the default classic mode authentication settings. I change the name of the IIS web site to something I will recognize when looking in the IIS Administrative tools. I change the Port to 80 since I will be using Host Headers and I add the Host Header sharepoint.local. I will need to add an A record to my DNS settings (not shown) in order for this to resolve. I leave the path at the default which is fine for my Lab environment. I leave the Authentication provider, Allow Anonymous and Use Secure Sockets Layer(SSL) at their defaults.

I will create a new Application pool and choose an existing managed account. I don’t always choose a new application pool, in fact, I normally don’t but in this case I wanted to have a separate one in case I do anything with this Web Application that I don’t want to affect the others running on this Lab machine. I change the Database Name (getting rid of the GUID) so that it is : WSS_Content_SharePointLocal I leave the defaults on the Database Authentication section.

I use the default Service Application Proxy group. I have created a few Custom Service Application groups on this Lab Machine, but even if I was on a different Lab Machine, I would use that machines default group. I choose No for the Customer Experience Improvement Program (since this is a Lab Environment) and then click OK.

I click the Create Site Collection Link and then click OK

I create a Site Collection choosing a Team Site as the top level site template. I use the explicit managed path / and add the appropriate Site Collection Administrator(s)

I click the link and if my DNS settings are correct I will be taken to the home page of the top level site of my new site collection.

Once I validated that, I can get to my new SPWeb site and will go to the browser settings and add it as part of the intranet. This normally prevents me from having a bunch of issues when adding new documents etc…
You May Also Like
How to Build in a PSMethod to your PowerShell Code
0 71 0In this video, PowerShell instructor Jason Yoder shows how to add Methods (PSMethod) to your code using free software that’s added into the PSObject. For instructor-led PowerShell courses, see our course schedule. Microsoft Windows PowerShell Training Download the Building Methods PowerShell script</a> used in this video. <# ╔══════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ Building Methods ║ ╟──────────────────────────────────────────────────────────────────────────────╢ … Continue reading How to Build in a PSMethod to your PowerShell Code
How to use the PowerShell Script Analyzer to Clean Up Your Code
0 1237 2In this video, PowerShell instructor Jason Yoder demonstrates how you can use the PowerShell Script Analyzer to help you format your code to best-practices. For instructor-led PowerShell training classes, see our course schedule: Microsoft Windows PowerShell Training Download the PowerShell Analyzer scripts used in this video. <# ╔══════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ PowerShell Script Analyzer ║ … Continue reading How to use the PowerShell Script Analyzer to Clean Up Your Code
Configuring Windows Mobility Center and How to Turn it On and Off
1 1434 1Video transcription Steve Fullmer: In our Windows training courses, we often share information about the Windows 8.1 Mobility Center. Mobility Center was introduced for mobile and laptop devices in Windows 7. It’s present and somewhat enhanced in Windows 8. Since we don’t have mobile devices in our classrooms, I decided to take a little bit … Continue reading Configuring Windows Mobility Center and How to Turn it On and Off