<?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/"
	>

<channel>
	<title>SharePoint DanHow To&#8230;</title>
	<atom:link href="http://www.sharepointdan.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointdan.com</link>
	<description>Connecting... Collaborating... Communicating...</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Recycle an Application Pool &#8211; #ITProTip</title>
		<link>http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/</link>
		<comments>http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 07:06:58 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[How To...]]></category>
		<category><![CDATA[Application Pool]]></category>
		<category><![CDATA[ITPro Tip]]></category>
		<category><![CDATA[System Management]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/</guid>
		<description><![CDATA[So you’ve deployed an updated solution to your SharePoint 2007 or 2010 farm and you need to recycle the application pool associated with the web application that the solution is deployed to but you don’t want to take down the entire SharePoint farm? No problem, just recycle the single application pool that’s associated with that [...]]]></description>
			<content:encoded><![CDATA[<p>So you’ve deployed an updated solution to your SharePoint 2007 or 2010 farm and you need to recycle the application pool associated with the web application that the solution is deployed to but you don’t want to take down the entire SharePoint farm? No problem, just recycle the single application pool that’s associated with that web application using a quick little command from command shell.</p>
<p>For those running SharePoint 2007 on Windows Server 2003 / 2003 R2: </p>
<div class="csharpcode">
<pre class="alt">cscript c:\windows\system32\iisapp.vbs /a <span class="str">&quot;%SharePointApplicationPool%&quot;</span> /r</pre>
</div>
<p>where <span class="str">%SharePointApplicationPool%</span> is the application pool that needs to be recycled. Note that iisapp.vbs resides within %systemroot%\system32\</p>
<p>For those running SharePoint 2007 or SharePoint 2010 on Windows Server 2008 / 2008 R2:</p>
<div class="csharpcode">
<pre class="alt">appcmd recycle apppool /apppool.name:%SharePointApplicationPool%</pre>
</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>where <span class="str">%SharePointApplicationPool%</span> is the application pool that needs to be recycled.&#160; Note that appcmd resides within %systemroot%\system32\inetsrv</p>
<p>The alternative for this of course is just to go in IIS Manager 6 or 7, select the application pool associated with the web application that requires recycling and recycle the pool manually through the UI. </p>
<p>References:</p>
<ul>
<li><a href="http://blogs.msdn.com/b/irenak/archive/2006/08/11/695425.aspx" target="_blank">Recycle an Application Pool on Demand (IIS 6)</a> </li>
<li><a href="http://technet.microsoft.com/en-us/library/cc770764(WS.10).aspx" target="_blank">Recycle an Application Pool on Demand (IIS 7)</a> </li>
</ul>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/06/19/recycle-an-application-pool-itprotip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Productivity Hub for SharePoint 2010 &#8211; Update</title>
		<link>http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/</link>
		<comments>http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 12:35:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Adoption]]></category>
		<category><![CDATA[How To...]]></category>
		<category><![CDATA[Productivity Hub]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/</guid>
		<description><![CDATA[Back in June 2010, Microsoft released what was known as the Productivity Hub for SharePoint 2010. It was a site collection that Microsoft provided that could be extended out for end users to visit to acquire knowledge on how to use SharePoint.  Great resource if you were short on training components and looking for assistance [...]]]></description>
			<content:encoded><![CDATA[<p>Back in June 2010, Microsoft released what was known as the Productivity Hub for SharePoint 2010. It was a site collection that Microsoft provided that could be extended out for end users to visit to acquire knowledge on how to use SharePoint.  Great resource if you were short on training components and looking for assistance but weren’t able to find their IT Pro (who was probably hiding somewhere no doubt, fearing for their lives). Further for those that are looking to engage and foster adoption of the Information Worker’s in your business, the productivity hub is key to gaining their buy in and helping them to truly dive into the SharePoint platform to make it their tool set.</p>
<p>The best part of the hub in my opinion is the ability to customize it and add additional modules that meet your organization or business unit&#8217;s needs to ensure that your implementation is actually serving them from a business perspective rather than just humming away as another file share replacement.</p>
<p>Well, like most technology solutions, there are updates and enhancements.  On 17 January 2011, Microsoft released such an update for the Productivity Hub for SharePoint 2010. So, if you’re looking to just download and implement with the content packs – fear not, it’s simply and easy by just heading over to the Microsoft Download Center at:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4aaa9862-e420-4331-8bc3-469d7bae0ff1">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4aaa9862-e420-4331-8bc3-469d7bae0ff1</a></p>
<p>However, if you’re feeling crafty and are looking to customize this product, it’s available on <a href="http://www.codeplex.com" target="_blank">CodePlex</a> from the team that created it (thanks <a href="http://www.redtech.com/" target="_blank">RedTech</a>!) at:</p>
<p><a href="http://productivityhub.codeplex.com/">http://productivityhub.codeplex.com/</a></p>
<p>The key enhancement to the Productivity hub in this case is that of the customization documentation to provide guidance when crafting the Hub for your implementation’s UX.</p>
By the time  your rss reader get this post here is <strong> 4 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2011/01/18/productivity-hub-for-sharepoint-2010update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Visio Stencils Update for SharePoint / Search / Office</title>
		<link>http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/</link>
		<comments>http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 20:37:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Search Server 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Visio]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/</guid>
		<description><![CDATA[Just in case you didn’t hear, Microsoft has published a new set of Visio templates for SharePoint Server 2010, Project Server 2010, Search Server 2010 and other Office Products. They’re available now on the Microsoft Download Center at: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=88e03d22-8f42-4c9d-94ef-d8e48322d677 Just drop them in your My Documents &#62; My Shapes folder and they’ll show up in [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you didn’t hear, Microsoft has published a new set of Visio templates for SharePoint Server 2010, Project Server 2010, Search Server 2010 and other Office Products.</p>
<p>They’re available now on the Microsoft Download Center at:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=88e03d22-8f42-4c9d-94ef-d8e48322d677" target="_blank">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=88e03d22-8f42-4c9d-94ef-d8e48322d677</a></p>
<p>Just drop them in your My Documents &gt; My Shapes folder and they’ll show up in Visio in My Shapes within the Visio Application.</p>
<p>For the IT Pro Stencils, check out this article for more information:</p>
<p><a href="http://www.sharepointdan.com/2010/11/01/visio-stencil-for-office-it-pros/" target="_blank">http://www.sharepointdan.com/2010/11/01/visio-stencil-for-office-it-pros/</a></p>
By the time  your rss reader get this post here is <strong> 2 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2010/12/17/visio-stencils-update-for-sharepoint-search-office/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>No, don&#8217;t pull that cord out of the wall&#8230;</title>
		<link>http://www.sharepointdan.com/2010/11/18/no-dont-pull-that-cord-out-of-the-wall/</link>
		<comments>http://www.sharepointdan.com/2010/11/18/no-dont-pull-that-cord-out-of-the-wall/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 07:03:49 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[How To...]]></category>
		<category><![CDATA[MaxDisconnectionTime]]></category>
		<category><![CDATA[MaxIdleTime]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/?p=614</guid>
		<description><![CDATA[Are you ever working on a server and you wander away for a few minutes only to come back and find that you’ve been disconnected and your session terminated? Never something fun to work through, especially if you’re installing and configuring a software product. In most enterprise settings this is something that you’d find in [...]]]></description>
			<content:encoded><![CDATA[<p>Are you ever working on a server and you wander away for a few minutes only to come back and find that you’ve been disconnected and your session terminated? Never something fun to work through, especially if you’re installing and configuring a software product.</p>
<p>In most enterprise settings this is something that you’d find in a global policy object enforcing a particular amount of time that you’re able to be Idle prior to being booted from the server. Also there’s another setting regarding the maximum connection timeout – basically how long until your session gets trashed because you decided after you’d been booted for being idle you weren’t going to log back in.</p>
<p>If you’re searching around for these settings, they can be found through your friendly neighborhood group policy object at:</p>
<p><span style="font-family: courier new">Console Root\Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session\Session Time Limits</span></p>
<p>Specifically you’re looking to see what the settings for the following policies are:</p>
<ul>
<li><span style="font-family: courier new">Set time limit for disconnected sessions</span> </li>
<li><span style="font-family: courier new">Set time limit for active but idle Remote Desktop Services sessions</span> </li>
<li><span style="font-family: courier new">Set time limit for active Remote Desktop Services sessions</span> </li>
<li><span style="font-family: courier new">Terminate session when time limits are reached</span> </li>
</ul>
<p>While they may all seem friendly, upon closer examination you’re likely to find that one of these policies is your culprit (more than like the second and third in conjunction with the fourth).</p>
<p>However, oddly enough some folks still use security templates to tighten the policies on their servers.&#160; In which case, there’s also a Registry edit required and a reboot.&#160; Note you should always backup your registry before you make any changes – not for the squeamish of heart.</p>
<p>You’ll find this information along with other helpful information for allowing and disallowing things like the use of the Clipboard (<span style="font-family: courier new">fDisableClip</span>) in the registry branch of:</p>
<p><span style="font-family: courier new">Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services</span></p>
<p>Note that it’s still called Windows NT and also Terminal Services – I guess that some things never change <img src='http://www.sharepointdan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Specifically you’re looking for the following registry strings to modify:</p>
<ul>
<li><span style="font-family: courier new">MaxDisconnectionTime</span> </li>
<li><span style="font-family: courier new">MaxIdleTime</span> </li>
</ul>
<p>The decimal values that correspond to these are counted in milliseconds.&#160; For instance, if the MaxDisconnectionTime is set to 300000, this corresponds to 5 minutes (60 seconds/minute x 1000 milliseconds/second x 5 minutes).&#160; If you don’t want to be disconnected or have a max idle time, just set the value to 0 and you’ll be all set.</p>
<p>Happy Implementing!</p>
<p>And if you’re wondering where the title for this blog post came from, check out the Fireside Theater’s “<a href="http://www.amazon.com/gp/product/B00138CZJW?ie=UTF8&amp;tag=u015-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00138CZJW" target="_blank">We’re All Bozos On This Bus</a>” radio show. Has something similar where the robot gets unplugged <img src='http://www.sharepointdan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2010/11/18/no-dont-pull-that-cord-out-of-the-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Search Disabled by Google Sync App for Outlook Plugin</title>
		<link>http://www.sharepointdan.com/2009/06/14/outlook-2007-search-disabled-by-google-sync-app-for-outlook-plugin/</link>
		<comments>http://www.sharepointdan.com/2009/06/14/outlook-2007-search-disabled-by-google-sync-app-for-outlook-plugin/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 21:44:11 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[PreventIndexingOutlook]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/?p=242</guid>
		<description><![CDATA[So it would seem that when installing the &#8220;Google Apps Sync for Microsoft Outlook&#8221; plugin there&#8217;s a minor issue with the Outlook 2007 client&#8217;s Instant Search Capability.  After installing the plugin the drop down for Instant Search within the Outlook client is disabled.  I suppose this is to be expected since the Google Search engine [...]]]></description>
			<content:encoded><![CDATA[<p>So it would seem that when installing the &#8220;Google Apps Sync for Microsoft Outlook&#8221; plugin there&#8217;s a minor issue with the Outlook 2007 client&#8217;s Instant Search Capability.  After installing the plugin the drop down for Instant Search within the Outlook client is disabled.  I suppose this is to be expected since the Google Search engine has a better grasp of the mail stored in the depths of my Google Apps mail account and its 25 GB of space.  However, when changing profiles back to my Exchange profile, I find that the Instant Search is still disabled.</p>
<p>Epic Fail.</p>
<p>While I understand Google&#8217;s intent is to be able to assist users in replacing their Exchange profile with their Google Apps e-mail profile with the sync plugin, there are those of us that will continue to use an Exchange profile and the Google Apps capability is a nice to have to be able to use the Outlook client interface.</p>
<p>At first, I thought perhaps this was an Outlook client issue that had been affected by SP2 or some other cumulative update that was applied, however after doing a little Googling, it seemed that no one else had reported a similar experience.  I also realized that this behaviour only became apparent after installing the Google &#8211; Outlook plugin.  So I uninstalled the plugin and wondered, &#8220;Will Instant Search work once more?&#8221;  Negative, Instant Search was still disabled.</p>
<p>Looking within the Search Interface, Windows Desktop Search was telling me that Indexing Outlook had been disabled by the System Administrator.  Doing a bit of digging around, it became apparent that I hadn&#8217;t disabled WDS, and the mail admins hadn&#8217;t done so either, so it was back to square one of looking through the registry to see what had been tweaked.  Where else to begin but Microsoft&#8217;s documentation pertaining to Group Policy settings and Windows Desktop Search which can be found at:</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc732491(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc732491(WS.10).aspx</a></p>
<p>A registry key had been created at:</p>
<p>Computer\HKLM\Software\Policies\Microsoft\Windows\Windows Search</p>
<p>with a registry key named &#8220;PreventIndexingOutlook&#8221; set to a value of &#8220;1&#8243;, telling WDS not to search Outlook under any means.  Simply changing this value to &#8220;0&#8243; and restarting the Outlook client and WDS and Instant Search were back up and running properly across all profiles.</p>
<p>Uninstalling and reinstalling the Google Sync plugin quickly reverted the registry key back to &#8220;1&#8243;, preventing WDS from indexing Outlook.  Even upon uninstalling the plugin, the registry key remained.  This seems like a bit of configuration management that should be corrected so as to ensure that users are not limited by Google&#8217;s plugin should they decide not to use it without hindering their search capabilities.</p>
<p>Bottom line, this is a registry change that is unexpected that is caused by the Google Sync Plugin.  Am I happy to see Google integration with the Outlook client, sure, but not at the cost of Search.</p>
By the time  your rss reader get this post here is <strong> 4 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2009/06/14/outlook-2007-search-disabled-by-google-sync-app-for-outlook-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SharePoint on Windows Server 2008 &#8211; Building the framework</title>
		<link>http://www.sharepointdan.com/2009/04/06/sharepoint-on-windows-server-2008-building-the-framework/</link>
		<comments>http://www.sharepointdan.com/2009/04/06/sharepoint-on-windows-server-2008-building-the-framework/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:00:23 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[How To...]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Planning]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.sharepointdan.com/?p=190</guid>
		<description><![CDATA[This weekend I undertook the fun of building out a medium sized farm on my personal development hardware with my trusty MSDN license that I bought for my own personal use to begin testing a few pieces of code I’ve been working on as well as to have a play ground to work through occasional [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I undertook the fun of building out a medium sized farm on my personal development hardware with my trusty MSDN license that I bought for my own personal use to begin testing a few pieces of code I’ve been working on as well as to have a play ground to work through occasional architectures, web part testing and diagnosing issues.  Oh, and the fact that I’ve not had the opportunity to work with Windows Server 2008 all that much, so I figured why not go ahead and build out an environment to get my hands dirty and learn the ins and outs?</p>
<p>So the first part to the madness that should be understood is that IIS 7 (standard for Windows Server 2008) is a lot more granular in nature than IIS 6 which is the standard web publishing application on Windows Server 2003.  From even when you’re starting your installation of the Web Server role to installing the individual components, it’s far more granular and modular, and probably confusing to some administrators that are used to just clicking “IIS” from Add/Remove Program in Server 2003.</p>
<p>So where to begin, well, once you’ve got your Windows Server 2008 box up, operational, patched, service packed, sysprepped (if you’re using Virtuals, you end up requiring that you have different SIDs and computer names right?), IP’d and joined to a domain, the fun begins in installing just the framework prior to SharePoint.</p>
<p>Step 1 – Open up the Server Manager, this typically appears when you power on the server, but if not, you should be able to find it fairly easily from the start menu.  Select and expand the roles label from the tree in the left pane, then select “Add Roles” from the right pane.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/1ServerManagerRoles.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="1 - Server Manager - Roles" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/1ServerManagerRoles_thumb.jpg" border="0" alt="1 - Server Manager - Roles" width="480" height="360" /></a></p>
<p>Step 2 –   If this is your first time installing a role, this would probably be helpful to read “Before You Begin”.  Definitely read through it at least once, after that, feel free to click the check box to skip it in all future instances.  Click on Next.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/2BeforeYouBegin.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2 - Before You Begin" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/2BeforeYouBegin_thumb.jpg" border="0" alt="2 - Before You Begin" width="480" height="360" /></a></p>
<p>Step 3 – Select the Web Server role from the list of server roles. Note that you will be prompted to select additional features for the Web Server role to operate properly.  Select “Add Required Features” else turn and back away, and perhaps reconsider what you’re looking to do.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/3AddfeaturesrequiredforWebServer.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="3 - Add features required for Web Server" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/3AddfeaturesrequiredforWebServer_thumb.jpg" border="0" alt="3 - Add features required for Web Server" width="480" height="360" /></a></p>
<p>Step 4 – Once you’ve accepted the need for additional “required” features to be installed, you should see something like the below stating that you have selected the “Web Server (IIS)”.  Click on Next.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/4SelectServerRolesWebServer.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="4 - Select Server Roles - Web Server" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/4SelectServerRolesWebServer_thumb.jpg" border="0" alt="4 - Select Server Roles - Web Server" width="480" height="360" /></a></p>
<p>Step 5 – The role installation wizard presents an overview of the Web Server (IIS) role which again is fairly useful for an administrator to read through the first time.  Click Next.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/5IntroductiontoWebServerIIS.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="5 - Introduction to Web Server IIS" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/5IntroductiontoWebServerIIS_thumb.jpg" border="0" alt="5 - Introduction to Web Server IIS" width="480" height="360" /></a></p>
<p>Step 6 – Select the individual server roles that you require for your SharePoint installation.  I’ve found that the basic role services that are installed with IIS 7 are barebones, which from a security posture is fairly helpful so as to not have to remove several roles, but it will make you stop and think through what roles you do indeed to make the system operational.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/6SelectRoleServicesDefaultIIS.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="6 - Select Role Services - Default IIS" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/6SelectRoleServicesDefaultIIS_thumb.jpg" border="0" alt="6 - Select Role Services - Default IIS" width="480" height="360" /></a></p>
<p>Step 7 – The first thing to select of course to make your platform usable by SharePoint is the ASP.NET development platform.  Once you’ve selected this, you will be prompted to add additional roles that are required for ASP.NET.  Select the “Add Required Role Services” else, much like before, be prepared to have a difficult time installing SharePoint services on your server.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/7AddroleservicesrequiredforASP.NET.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="7 - Add role services required for ASP.NET" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/7AddroleservicesrequiredforASP.NET_thumb.jpg" border="0" alt="7 - Add role services required for ASP.NET" width="480" height="360" /></a></p>
<p>Step 8 – Select the additional roles that will assist in your SharePoint implementation, in my case this also includes “Logging Tools” to diagnose issues that may come up.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/8SelecttheroleservicestoinstallforWebServerLoggingTools.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="8 - Select the role services to install for Web Server - Logging Tools" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/8SelecttheroleservicestoinstallforWebServerLoggingTools_thumb.jpg" border="0" alt="8 - Select the role services to install for Web Server - Logging Tools" width="480" height="360" /></a></p>
<p>9 – Select the appropriate authentication providers that you wish to be able to utilize.  For me, I’m going with a fairly vanilla SharePoint installation and configuration, so I’ll select “Windows Authentication”.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/9SelecttheroleservicestoinstallforWebServerWindowsAuthentication.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="9 - Select the role services to install for Web Server - Windows Authentication" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/9SelecttheroleservicestoinstallforWebServerWindowsAuthentication_thumb.jpg" border="0" alt="9 - Select the role services to install for Web Server - Windows Authentication" width="480" height="360" /></a></p>
<p>10 – Additionally, so as to not bother with going back and installing later, I’ve selected the “IIS Management Scripts and Tools”.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/10SelecttheroleservicestoinstallforWebServerIISManagementScriptsandTools.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="10 - Select the role services to install for Web Server - IIS Management Scripts and Tools" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/10SelecttheroleservicestoinstallforWebServerIISManagementScriptsandTools_thumb.jpg" border="0" alt="10 - Select the role services to install for Web Server - IIS Management Scripts and Tools" width="480" height="360" /></a></p>
<p>11 – Lastly, the “Management Service” to be able to better manage the IIS 7 instance on the server from the server or remotely.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/11SelecttheroleservicestoinstallforWebServerManagementService.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="11 - Select the role services to install for Web Server - Management Service" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/11SelecttheroleservicestoinstallforWebServerManagementService_thumb.jpg" border="0" alt="11 - Select the role services to install for Web Server - Management Service" width="480" height="360" /></a></p>
<p>12 – After selecting the roles that are appropriate to support your SharePoint services installation, click on Next, which then will bring you to a page that lists all of the components that you are looking to install.  Do a quick read through to ensure that you’ve got the components, roles and features that you require and click on Install.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/12ConfirmInstallationSelections.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="12 - Confirm Installation Selections" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/12ConfirmInstallationSelections_thumb.jpg" border="0" alt="12 - Confirm Installation Selections" width="480" height="360" /></a> </p>
<p>13 – Observe the installation process as can be seen here:</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/13InstallProgressPartI.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="13 - Install Progress - Part I" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/13InstallProgressPartI_thumb.jpg" border="0" alt="13 - Install Progress - Part I" width="480" height="360" /></a></p>
<p>14 – After a few minutes, the installation progress bar will complete and an installation results page similar to this will be presented.  Click on Close after you’ve observed that your installation results were successful.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/15InstallationResults.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="15 - Installation Results" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/15InstallationResults_thumb.jpg" border="0" alt="15 - Installation Results" width="480" height="346" /></a></p>
<p>15 – After you’ve completed your IIS 7 installation, you’ll see that there are 24 installed role services related to IIS running and operational on the server through the Service Manager roles summary.</p>
<p><a href="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/16RolesSummaryPostInstallation.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="16 - Roles Summary Post Installation" src="http://www.sharepointdan.com/wp-content/uploads/2009/SharePointonWindowsServer2008Buildingthe_2215/16RolesSummaryPostInstallation_thumb.jpg" border="0" alt="16 - Roles Summary Post Installation" width="480" height="346" /></a></p>
<p>Next on Tap:</p>
<ul>
<li><a href="#">SharePoint on Windows Server 2008 – Installing and Configuring SQL Server 2005 on a single node</a></li>
<li><a href="#">SharePoint on Windows Server 2008 – Installing and Configuring Microsoft Office SharePoint Server 2007 Standard Edition</a></li>
<li><a href="#">SharePoint on Windows Server 2008 – Configuring Kerberos based Windows Integrated Authentication</a></li>
</ul>
By the time  your rss reader get this post here is <strong> 1 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdan.com/2009/04/06/sharepoint-on-windows-server-2008-building-the-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

