<?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>trentacular &#187; Uncategorized</title>
	<atom:link href="http://trentacular.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://trentacular.com</link>
	<description>Trent Foley's Spectacular Technical Blog</description>
	<lastBuildDate>Thu, 15 Apr 2010 21:32:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint: Enabling WebDAV on a Development Server</title>
		<link>http://trentacular.com/2010/01/sharepoint-enabling-webdav-on-a-development-server/</link>
		<comments>http://trentacular.com/2010/01/sharepoint-enabling-webdav-on-a-development-server/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:13:46 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://trentacular.com/?p=238</guid>
		<description><![CDATA[I am currently customizing the display of SharePoint search results for my client and wanted a quick way to do iterative development of the XSLT style sheet used to render the results.  I decided to upload the style sheet to a Document Library in the Search Center site, configure the Core Results Web Part&#8217;s XSL [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently customizing the display of SharePoint search results for my client and wanted a quick way to do iterative development of the XSLT style sheet used to render the results.  I decided to upload the style sheet to a Document Library in the Search Center site, configure the Core Results Web Part&#8217;s XSL Link to point to the url of the style sheet, and use WebDAV to iteratively edit/save the file, having my changes appear instantly in the Core Results Web Part.</p>
<p>What I didn&#8217;t realize is there are some additional steps to take to enable WebDAV for use on my development server (Windows Server 2003 VM).  Here they are in case you are trying to do something similar:</p>
<ol>
<li>Enable WebDAV in IIS (found in the Web Service Extensions section)</li>
<li>Enable and start the WebClient service</li>
</ol>
<p>Apparently in Windows Server 2003, the WebClient service is disabled by default.  In case you are wondering what this service does, here is its description:</p>
<blockquote><p>Enables Windows-based programs to create, access, and modify Internet-based files.  If this service is stopped, these functions will not be available.  If this service is disabled, any services that explicitly depend on it will fail to start.</p></blockquote>
<p>Wahlah, I am now able to access the document library using Windows Explorer with a path like the following:</p>
<p>\\mossdev\sites\SearchCenter\Documents</p>
]]></content:encoded>
			<wfw:commentRss>http://trentacular.com/2010/01/sharepoint-enabling-webdav-on-a-development-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing SharePoint Server 2010 Beta on Windows 7</title>
		<link>http://trentacular.com/2009/11/installing-sharepoint-server-2010-beta-on-windows-7/</link>
		<comments>http://trentacular.com/2009/11/installing-sharepoint-server-2010-beta-on-windows-7/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:52:17 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://trentacular.com/?p=189</guid>
		<description><![CDATA[So I am about to install SharePoint Server 2010 Beta on a fresh Windows 7 install.  I am planning on continually updating this post with my progress.  So here goes nothing.
Step 1: Find out what others are saying
http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx
http://weblogs.asp.net/sharadkumar/archive/2009/10/20/sharepoint-2010-setting-up-development-machine-on-windows-7.aspx
Step 2: Reinstall the correct version of Windows 7
Before getting started or reading any guides, I [...]]]></description>
			<content:encoded><![CDATA[<p>So I am about to install SharePoint Server 2010 Beta on a fresh Windows 7 install.  I am planning on continually updating this post with my progress.  So here goes nothing.</p>
<h4>Step 1: Find out what others are saying</h4>
<p><a href="http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx">http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx</a></p>
<p><a href="http://weblogs.asp.net/sharadkumar/archive/2009/10/20/sharepoint-2010-setting-up-development-machine-on-windows-7.aspx">http://weblogs.asp.net/sharadkumar/archive/2009/10/20/sharepoint-2010-setting-up-development-machine-on-windows-7.aspx</a></p>
<h4>Step 2: Reinstall the correct version of Windows 7</h4>
<p>Before getting started or reading any guides, I installed Windows 7 Ultimate <strong>N</strong>, which I now know the Beta only works on non-N versions of Windows 7.  So far off to a great start <img src='http://trentacular.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><a href="http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/dec7a208-662f-4c4d-bbae-f04f937b2e86">http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/dec7a208-662f-4c4d-bbae-f04f937b2e86</a></p>
<p><a href="http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/cfa12d9f-2253-4d70-9f6a-c73441d43fd5">http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/cfa12d9f-2253-4d70-9f6a-c73441d43fd5</a></p>
<h4>Step 3: Install a butt-load of prereqs</h4>
<p>Stuck to the <a title="MSDN Guide" href="http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx">MSDN guide</a> and all went well.</p>
<h4>Step 4: Install SharePoint Server 2007</h4>
<p>Make sure to run the setup.exe in the extracted folder created by following the MSDN guide above, not the downloaded .exe.</p>
<h4>Step 5: Configure the SharePoint Farm</h4>
<p>I received the following error:</p>
<p><img class="alignnone size-full wp-image-194" title="SharePoint Configuration Failed" src="http://trentacular.com/wp-content/uploads/2009/11/SharePoint-Configuration-Failed.png" alt="SharePoint Configuration Failed" width="644" height="556" /></p>
<p>Installing the following KB update corrected this problem:</p>
<p><a href="http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806">http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806</a></p>
<h4>Step 6: Tune SharePoint and SQL Server</h4>
<p>I could use some recommendations for this step.  After completing the installation and creating my first Site Collection, there appears to be 4 IIS Worker Processes and 7 or more Windows Services running related to SharePoint.  I will be experimenting with timeout settings for the application pools and max memory settings for SQL Server and let you know what I come up with.<span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span> If you&#8217;ve got some insight on tuning, please let me know!</p>
<p><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/64b32d78-2f31-4736-bd46-f7bbde3cab74/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=64b32d78-2f31-4736-bd46-f7bbde3cab74" alt="Reblog this post [with Zemanta]" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://trentacular.com/2009/11/installing-sharepoint-server-2010-beta-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
