<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>SharePoint Magazine &#187; practice</title>
	<atom:link href="http://sharepointmagazine.net/tag/practice/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepointmagazine.net</link>
	<description>SharePoint Magazine is an online Magazine dedicated to the world of SharePoint</description>
	<lastBuildDate>Mon, 05 Jul 2010 09:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SharePoint Farm configuring and deployment Part 3 &#8211; Development Environment</title>
		<link>http://sharepointmagazine.net/technical/administration/best-practices-of-sharepoint-farm-configuring-and-deployment-part-3-development-environment</link>
		<comments>http://sharepointmagazine.net/technical/administration/best-practices-of-sharepoint-farm-configuring-and-deployment-part-3-development-environment#comments</comments>
		<pubDate>Wed, 10 Jun 2009 09:23:04 +0000</pubDate>
		<dc:creator>Michael Nemtsev</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[farm]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[Topology]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=3183</guid>
		<description><![CDATA[This series of articles provide an overview of how to plan, build and configure the common SharePoint farm across your organization.]]></description>
			<content:encoded><![CDATA[<ul>
<li>Part 1 &#8211; <a href="http://sharepointmagazine.net/technical/administration/best-practices-of-sharepoint-farm-configuring-and-deployment-part-1-architectural-and-logical-planning" target="_blank">Architecture and Logical Planning</a></li>
<li>Part 2 &#8211; <a href="http://sharepointmagazine.net/technical/administration/best-practices-of-sharepoint-farm-configuring-and-deployment-part-2-installation-configuration" target="_blank">Installation</a></li>
<li><strong>Part 3 &#8211; Development Environment</strong></li>
<li>Part 4 &#8211; Backup and Recovery Strategy</li>
<li>Part 5 &#8211; Virtualization</li>
<li>Part 6 &#8211; Post Deployment (final)</li>
</ul>
<hr />
<h2>Development Environment</h2>
<p>SharePoint development environment configuration depends on the processes, type of engagements and type of work. The most popular solution that addresses the development scenarios is using local SharePoint farm, separated from the production servers, with the single installations of the SharePoint server on the development boxes. This provides isolation for builds, tests, and debugging across different teams, projects and production environments. The local environment is mostly isolated by development box and is installed on the host server or on virtual server. The following procedure is an overview of the steps that are required to create a typical SharePoint development environment.</p>
<p><strong>Development Box installation</strong></p>
<ul>
<li>Use Windows Server, Visual Studio, and SQL Server. Windows Server 2008, VS 2008 and .NET 3.5, SQL 2008, with TFS 2008 is officially supported environment for SharePoint development. Advantage of Windows 2008 is that it is fast in virtualized environments.</li>
<li>Install SharePoint on development boxes and prefer not to connect to existed farm instances used on other stages. Development environment should stay apart, to develop and tests in isolated environment.</li>
</ul>
<p><strong>Chose development tools</strong></p>
<p style="padding-left: 30px;">There are varieties of tools that can make development fast and easy &#8211; from commercial to open source and Microsoft products.</p>
<p style="padding-left: 30px;">Microsoft recommends to use &#8220;<a href="http://www.microsoft.com/downloads/details.aspx?familyid=7BF65B28-06E2-4E87-9BAD-086E32185E68&amp;displaylang=en" target="_blank">Visual Studio extensions for Windows SharePoint Services</a>&#8221; (VSeWSS), which simplify code-up solutions for SharePoint (e.g. Web Parts, List Definitions, Site Definitions, etc) via UI and allows reverse-engineering existed site to extract definitions for SharePoint entities.</p>
<p style="padding-left: 30px;">The disadvantages of VSeWSS are:</p>
<p style="padding-left: 60px;">1)	not intuitive for beginners;<br />
2)	doesn&#8217;t provide usability to change all properties of the features, and other SharePoint items easily<br />
3)	Cannot use VSeWSS projects without VSeWSS extension.</p>
<p style="padding-left: 30px;">Others 3-rd party tools, which simplify development, are:</p>
<p style="padding-left: 30px; ">1. Management Tools</p>
<p style="padding-left: 60px; ">•	SharePoint Spy (<a href="http://www.echotechnology.com" target="_blank">http://www.echotechnology.com</a>)<br />
•	SharePoint Manager (<a href="http://www.codeplex.com/spm" target="_blank">http://www.codeplex.com/spm</a>)<br />
•	SharePoint Analyser (<a href="http://community.bamboosolutions.com" target="_blank">http://community.bamboosolutions.com</a>)</p>
<p style="padding-left: 60px; ">These tools help to manage services of SharePoint farm and get detailed information about configuration settings.</p>
<p style="padding-left: 60px; ">For example, screenshots of SharePoint Analyzer (left) and SharePointSpy (right)</p>
<p style="padding-left: 60px; "><img class="alignnone size-full wp-image-3313" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/sharepointmanagementtools.jpg" alt="sharepointmanagementtools" width="669" height="279" /></p>
<p style="padding-left: 60px; ">
<p style="padding-left: 30px; ">2.	Visual Studio Tools</p>
<p style="padding-left: 60px; ">•	STSDev to create project files (<a href="http://www.codeplex.com/stsdev" target="_blank">http://www.codeplex.com/stsdev</a>)<br />
•	SPSource to get site sources (<a href="http://www.codeplex.com/spsource" target="_blank">http://www.codeplex.com/spsource</a>)</p>
<p style="padding-left: 60px; ">These tools create Visual Studio projects with the SharePoint 12-hive structure, and provide build settings to build/deploy/retract WSP packages directly from IDE. STSDev is the best tools to create a variety of projects &#8211; from simple features and Web Parts to Custom Workflow projects:</p>
<p style="padding-left: 60px; "><img class="alignnone size-full wp-image-3361" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/stsdevscreenshot.jpg" alt="stsdevscreenshot" width="358" height="220" /></p>
<p style="padding-left: 60px; ">
<p style="padding-left: 30px; ">3.	Development Tools</p>
<ul>
<li> TypeMock Isolator &#8211; Writing test for the SharePoint is a hard task for the developers, due to number of internal, sealed and private classes that are used across all SharePoint objects. &#8221;TypeMock Isolator&#8221; is the only unit-testing and mocking framework for SharePoint, which provide ability to fake recursively, and simulate collection easily.</li>
<li>SPDisposeCheck &#8211; tool to check assemblies that use the SharePoint API to build the better code. It provides assistance in correctly disposing of certain SharePoint objects to help following the best practice.</li>
</ul>
<p style="padding-left: 30px; ">4.	Other Tools</p>
<p style="padding-left: 60px;">•	U2U CAML Builder &#8211; editor for CAML queries (<a href="http://www.u2u.net" target="_blank">http://www.u2u.net</a>)<br />
•	SharePoint Feature &#8211; set of different development and debugging plugins (<a href="http://www.codeplex.com/features" target="_blank">http://www.codeplex.com/features</a>)</p>
<p style="padding-left: 60px;">Such tools give your additional flexibility in everyday development stuff, providing different editors, log viewers and analysers to make SharePoint development easier and faster.</p>
<p><strong>Setup Deployment environment</strong></p>
<p style="padding-left: 30px; ">Configure Continuous Integration (CI) system to build SharePoint solution, compile output to WSP packages, prepare deployment scripts and deploy WSP to Test Environment.  Team Foundation Server (TFS) is one of the recommended tool for this task. There are several articles describing how to adopt SharePoint solution for CI, setup builds and configure TFS Deployer to deploy SharePoint packages across different environments:<br />
<a href="http://www.azsharepointpros.com/ShareAndEnjoy/Lists/Posts/Post.aspx?ID=10" target="_blank">http://www.azsharepointpros.com/ShareAndEnjoy/Lists/Posts/Post.aspx?ID=10</a></p>
<p style="padding-left: 30px; ">As to SharePoint Visual Studio Templates, CodePlex has a &#8220;<a href="http://www.codeplex.com/sptemplateland/" target="_blank">SPTemplateLand</a>&#8221; project that provides &#8220;12-hive&#8221; structure for SharePoint projects and deployments.<br />
This solution was slightly modified by Microsoft SharePoint Consulting Services guys to have single deployment package for multiple projects and support packaging additional SharePoint Artefacts (site definitions, root files). This project is published there <a href="http://blogs.msdn.com/gderun/archive/2008/01/11/sharepoint-visual-studio-project-and-deployment-templates.aspx" target="_blank">http://blogs.msdn.com/gderun/archive/2008/01/11/sharepoint-visual-studio-project-and-deployment-templates.aspx</a></p>
<p><strong>Configure testing environment</strong></p>
<p style="padding-left: 30px; ">The following diagram depicts the most common development environment, which is recommended by &#8220;SharePoint Guidance patterns &amp; practices&#8221; team.</p>
<p style="padding-left: 30px; "><img class="alignnone size-full wp-image-3365" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/testingenv.jpg" alt="testingenv" width="550" height="219" /></p>
<ol>
<li>Stand-alone SharePoint environment for development, unit testing and debugging of SharePoint project. Runs continuous integration and builds verification tests before deploying the SharePoint solutions to the test environment.</li>
<li>Source Control/Build Server to build SharePoint packages (WSP) and to deploy solution to test environment.</li>
<li>The test environment performs user acceptance testing, manual functional testing, automated functional testing, system testing, security testing, and performance testing. After the solution meets production requirements, the SharePoint solutions are deployed to the staging environment.</li>
<li>The Staging server uses to test the &#8220;production-ready&#8221; solution in an environment that closely resembles the production environment. The purpose of this environment is to identify any potential deployment issues. Although the Staging environment is optional for smaller applications where deployment failures are not critical</li>
</ol>
<p style="padding-left: 30px; ">The staging environment represents the target production environment as closely as possible from the perspective of topology (for example, the server farm and database structure) and components (for example, the inclusion of the Microsoft Active Directory service and load balancing, where applicable).</p>
<p style="padding-left: 30px; ">
<hr />In the next part we will describe the backup strategy to provide disaster recovery for SharePoint Farm</p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/technical/administration/best-practices-of-sharepoint-farm-configuring-and-deployment-part-3-development-environment/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>SharePoint Farm configuring and deployment Part 2 &#8211; Installation &amp; Configuration</title>
		<link>http://sharepointmagazine.net/technical/administration/sharepoint-farm-configuring-and-deployment-part-2-installation-configuration</link>
		<comments>http://sharepointmagazine.net/technical/administration/sharepoint-farm-configuring-and-deployment-part-2-installation-configuration#comments</comments>
		<pubDate>Sun, 07 Jun 2009 00:00:02 +0000</pubDate>
		<dc:creator>Michael Nemtsev</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[farm]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[SharePoint Farm]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=3001</guid>
		<description><![CDATA[This series of articles provide an overview of how to plan, build and configure the common SharePoint farm across your organization.]]></description>
			<content:encoded><![CDATA[<ul>
<li>Part 1 &#8211; <a href="http://sharepointmagazine.net/technical/administration/best-practices-of-sharepoint-farm-configuring-and-deployment-part-1-architectural-and-logical-planning">Architecture and Logical Planning</a></li>
<li><strong>Part 2 &#8211; Installation</strong></li>
<li>Part 3 &#8211; Development Environment</li>
<li>Part 4 &#8211; Backup and Recovery Strategy</li>
<li>Part 5 &#8211; Virtualization</li>
<li>Part 6 &#8211; Post Deployment (final)</li>
</ul>
<hr />
<h2>Installation</h2>
<p>The recommended Windows environment that offers the best performance for SharePoint is to have 64-bit servers. Such an environment provides significantly larger address space than 32-bit one; more room for SharePoint assemblies, CLR/Native APIs, Network Stack, IIS/ASP.NET and other components hosted in their respective tiers.</p>
<p><strong>Windows Server 2008 and SQL Server </strong></p>
<p style="padding-left: 30px; text-align: justify;">SharePoint install on the Windows Server 2003 and 2008. The recommendation is to use Windows 2008 because it has the outmost security. For the Windows 2008 you need to activate the following roles: Web Server role and the Microsoft .NET Framework 3.5.</p>
<p style="padding-left: 30px; text-align: justify;">Take into account that Windows 2008 Web Edition is not supported for farm roles, except WFE boxes, due to restrictions of non-Web editions of SQL Server on Windows 2008 Web Edition. The release of “SQL Server 2008 Web Edition” extends usage of Windows 2008 Web Edition for SharePoint. Refer to licence regulations and SQL Server 2008 Web Edition info for more details: <a href="http://tinyurl.com/b8nype" target="_blank">http://tinyurl.com/b8nype</a></p>
<p style="padding-left: 30px; text-align: justify;"><strong>Do not install SharePoint on Domain Controller box</strong> in virtualized environment. DC role of Windows 2008 limits performance of hard drive by turning off caching to provide AD consistency. Any installations on virtualized DC might not work properly.</p>
<p style="padding-left: 30px; text-align: justify;"><a href="http://tinyurl.com/b8nype" target="_blank"></a>SharePoint installation supports  SQL 2005 and 2008 Servers (even SQL Server 2000 is supported, but there are not much advantages of its usage). SQL Exress edition is supported as well, but for basic MOSS installation, however basic install of WSS 3.0 will use <a href="http://en.wikipedia.org/wiki/Windows_Internal_Database" target="_blank">Windows Internal Database</a> (WID doesn&#8217;t have size limitation). SharePoint installs only on SQL Server, but you can use BDC use content from 3-rd party databases.</p>
<p style="padding-left: 30px; text-align: justify;">A few advantages of SQL 2008 over SQL 2005 are in performance, encryption, clustering, mirroring and etc. Moreover, it provides updated SharePoint Web Parts for Reporting Services and KPI. Detailed information about SQL 2008 and SharePoint can be found in the following post <a href="http://tinyurl.com/cdkcyw" target="_blank">http://tinyurl.com/cdkcyw</a>.</p>
<p><strong>User SQL Aliases</strong></p>
<p style="padding-left: 30px; text-align: justify;">When provisioning a new SharePoint farm, it is highly recommended to use an alias to connect to the Microsoft SQL Server, as this provides for greater flexibility to move the SharePoint databases to a new server. For example, using an alias during the installation will simplify the migration process of SQL database server from small environment to larger physical cluster during scaling out process.</p>
<p><strong>Install Microsoft Office 2007 on farm premises (optional)</strong></p>
<p style="padding-left: 30px;">Office 2007 is not required on SharePoint server, but it might be  good to have it somewhere in you farm premises (not server box) for administrators, especially when you outsource your support or/and admins connect  remotely. In this case they might  need client apps installed somewhere to have access to</p>
<ul>
<li>Word and Excel for documents in Document Library</li>
<li>PowerPoint for Slides in Document Library</li>
<li>Access for &#8220;Edit in Datasheet&#8221; support in Document Library</li>
</ul>
<p style="padding-left: 30px;">Consider the same for Office SharePoint Designer(SPD), which is necessary for customisation purposes. (SPD is a  free product with is distributed as separate product that is not include into Office)</p>
<p><strong>Install all Windows Updates</strong></p>
<p style="padding-left: 30px;">Make sure that all servers have the latest service packs and updates for Windows, SQL and Office prior installing SharePoint.</p>
<p><strong>Choose the right edition of SharePoint</strong></p>
<p style="padding-left: 30px;">Be careful when use Enterprise edition of SharePoint, because Microsoft <a href="http://blogs.msdn.com/sharepoint/archive/2006/11/15/moss-enterprise-to-standard-not-recommended.aspx" target="_blank">doesn&#8217;t provide the support</a> if you decided to downgrade to Standard version, due to loss in features and functionalities. If you need Standard edition then consider a fresh installation.</p>
<p><strong>Install SharePoint</strong></p>
<p style="padding-left: 30px; text-align: justify;">Install SharePoint across all servers in farm. Start with WSS/MOSS slipstream package (with integrated latest Service Pack) rather then using basic WSS/MOSS installation and applying Service Pack later.</p>
<p style="padding-left: 30px; text-align: justify;">Follow the next order of installation:</p>
<ul class="unIndentedList" style="padding-left: 30px; text-align: justify;">
<li> Application server where Central Administration site will be hosted</li>
<li> All front-end Web servers</li>
<li> The index server (if using a separate server for search queries and indexing)</li>
<li> The query servers, if separate from the WFE servers</li>
<li> Other application servers (optional)</li>
</ul>
<p style="padding-left: 30px; text-align: justify;">Consider using scripts to automate SharePoint installation and configuration for the large farm deployment. SharePoint provides several configuration files and console commands that will do all deployment un-attendant. This will speed up installation and brings consistency of building and rebuilding servers in farm.</p>
<p style="padding-left: 30px; text-align: justify;">There are three commands to automate SharePoint installation:</p>
<ul class="unIndentedList" style="padding-left: 30px; text-align: justify;">
<li> SharePoint Setup.exe + Config.xml &#8211; to script the setup questions</li>
<li> PSconfig.exe &#8211; to script configuration wizard</li>
<li> STSADM.exe &#8211; to script central admin UI for creating web apps and site collections</li>
</ul>
<p style="padding-left: 30px; text-align: justify;">Alternative solution is to use already preconfigured Power Shell scripts. &#8220;<a href="http://www.codeplex.com/sharepointpdeploy">SharePoint Deploy</a>&#8221; tool on CodePlex provides the configured scripts for the standard installation, which can be adapted to any environments.</p>
<p style="padding-left: 30px; text-align: justify;">Refer to the following documentation for details about unattended installation <a href="http://go.microsoft.com/fwlink/?LinkID=135694&amp;clcid=0x409">http://go.microsoft.com/fwlink/?LinkID=135694&amp;clcid=0&#215;409</a>, and info about installations scripting <a href="http://technet.microsoft.com/en-us/library/dd335964.aspx">http://technet.microsoft.com/en-us/library/dd335964.aspx</a>.</p>
<p style="padding-left: 30px; text-align: justify;">Take into account that SharePoint does not uninstall properly and additional steps are required to clean remaining files and remove database tables, which are kept for the security reasons (<a href="http://nehasinha.wordpress.com/2008/02/01/uninstalling-moss-2007-manually/" target="_blank">http://nehasinha.wordpress.com/2008/02/01/uninstalling-moss-2007-manually</a>). It might be better to reinstall everything from the scratch if something went wrong, including Windows Server &#8211; because it will save a lot of time trying to fix potential issues that might be caused by files from the previous installation. In this scenario, using virtualization and snapshots feature saves a lot of time.</p>
<p style="padding-left: 30px; text-align: justify;">Detailed information about SharePoint installation guidelines are published on TechNet <a href="http://go.microsoft.com/fwlink/?LinkId=106632" target="_blank">http://go.microsoft.com/fwlink/?LinkId=106632</a></p>
<p><strong>Check Office Web Service availability </strong></p>
<p style="text-align: justify; padding-left: 30px;">Sometimes, SSL protocol of Office SharePoint Web Service is broken.  To test it, go to IIS Management Console and open SharePoint Office Web Service in browser via https://. If it doesn&#8217;t work &#8211; don&#8217;t process further till fix it. This is <em>very critical stuff</em>, because SharePoint roles cannot be assigned on other services in farm. <em>(I&#8217;ve seen such issues across several clients, when you can&#8217;t use other boxes in farm and only Application boxes are available for Index and Query roles, because SSL was broken)</em>.</p>
<p style="text-align: justify; padding-left: 30px;">No known fix at this moment, except reinstalling SharePoint.</p>
<p><strong>Install SharePoint updates</strong></p>
<p style="text-align: justify; padding-left: 30px;">Install all SharePoint updates (Infrastructure Updates and/or Cumulative Patches) after farm is deployed. Check the release notes of the latest cumulative patch if it includes all previous patches and updates. Sometimes you need to install previous updates manually. Cumulative patch releases each 2 months. Follow the official documentation &#8220;<a href="http://technet.microsoft.com/en-us/library/cc263467.aspx">Deploy software updates for Office SharePoint Server 2007</a>&#8221; for the processes of how to deploy infrastructure update (WSS Upgrade needs to be installed first and only then MOSS upgrade).</p>
<p style="text-align: justify;"><strong>Be careful with SharePoint hot fixes</strong></p>
<p style="padding-left: 30px;">There are several hot fixes, for example &#8220;<a href="http://tinyurl.com/d98992">Coreserver.msp</a>&#8221; package, which are released after Cumulative Patch.  However, be careful with these fixes, because they are temporary solution before the next official update, and they are not properly tested. Install hot fixes for specific problems only.</p>
<p><em></em><br />
<em></em></p>
<h2>Configuration</h2>
<p><em></em><br />
<strong>Enable SharePoint Features<br />
</strong><strong></strong></p>
<p style="padding-left: 30px;">Navigate to the Central Administration site and enable Enterprise SharePoint features, if necessary. The default settings is Standard features.</p>
<p><strong>Assign roles to servers</strong></p>
<p style="padding-left: 30px;">Navigate to the Central Administration site and assign SharePoint roles across all farms servers, according the infrastructure design and topology.</p>
<p><strong>Configure administrative tasks</strong></p>
<p style="padding-left: 30px;">Configure administrative tasks across servers, like email settings, blocked type, logging and etc. Setup SharePoint Shared Services and configure all related services like Search, Query, Application Services, Profiles and etc.</p>
<p><strong>Disable &#8220;Central Administration&#8221; role<br />
</strong></p>
<p style="padding-left: 30px; ">Navigate to the Central Administration site and disable &#8220;Central Administration&#8221; role for all servers in farm, except application servers. This action will disable &#8220;Central Administration&#8221; site and IIS won&#8217;t use additional resources to host this application.</p>
<p><strong>Configure Warm-Up scripts</strong><strong></strong></p>
<p style="padding-left: 30px; ">Install site &#8220;warm-up&#8221; scripts. Those scrips will compile each page of SharePoint site collections when box restarts or after IIS poor restarts. This script improves the response time when users request pages first time.</p>
<p style="padding-left: 30px; ">Those warm-up scrips use STADM command to &#8220;warm-up&#8221; the administrative interfaces and hit each page in the portal to force their JIT. The collection &#8220;warm-up&#8221; scripts available there <a href="http://blogs.msdn.com/joelo/archive/2006/08/13/697044.aspx">http://blogs.msdn.com/joelo/archive/2006/08/13/697044.aspx</a></p>
<p><strong>Recycle IIS application pool at different time</strong></p>
<p style="padding-left: 30px; ">Make sure that the application pools are set to recycle at different times on different Web servers, in case of multiple Web servers in the farm.</p>
<p style="padding-left: 30px; ">Recycle different IIS Web sites at different times to avoid peaks on the Web servers. When recycling more than one application pool on a specific Web server at the same time, temporarily remove that Web server from the load balancer to avoid bad user experience.</p>
<p style="padding-left: 30px; "><strong></strong></p>
<p><em></em><em></em><br />
Following these steps helps to install SharePoint and configure basis settings with the minimum amount of time and avoid most common pitfalls, which usually happens when SharePoint installs in the wrong order</p>
<hr />In the next part we will describe the configuration of development environment for the SharePoint stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/technical/administration/sharepoint-farm-configuring-and-deployment-part-2-installation-configuration/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
