<?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>Microsoft Sharepoint Server &#187; MOSS &#8211; General</title>
	<atom:link href="http://www.fivenumber.com/category/moss-general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Fri, 28 May 2010 09:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.fivenumber.com</link>
<url>http://www.fivenumber.com/wp-content/mbp-favicon/5.jpg</url>
<title>Microsoft Sharepoint Server</title>
</image>
		<item>
		<title>SharePoint 2010 and Office 2010 Launch</title>
		<link>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/</link>
		<comments>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/#comments</comments>
		<pubDate>Tue, 04 May 2010 15:15:35 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=726</guid>
		<description><![CDATA[Microsoft officially  announced that 12th May, 2010 is the date of launch for SharePoint 2010 and  Office 2010
All of can virtually join for the event  on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft  Business Division, please register for the event on the following [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft officially  announced that 12th May, 2010 is the date of launch for SharePoint 2010 and  Office 2010<br />
All of can virtually join for the event  on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft  Business Division, please register for the event on the following link<br />
<a title="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx" href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx">http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find Sharepoint version</title>
		<link>http://www.fivenumber.com/how-to-find-sharepoint-version/</link>
		<comments>http://www.fivenumber.com/how-to-find-sharepoint-version/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:27:32 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=703</guid>
		<description><![CDATA[Normally to find the Sharepoint version we approach Central administration page Central Administration &#62; Operations &#62; Servers in Farm
One more method using SQL query
SELECT Version FROM Versions WHERE VersionId = &#8216;00000000-0000-0000-0000-000000000000&#8242;
Also you can find Sharepoint version programmatically using API
using (SPSite site = new SPSite(&#8220;&#60;Central Administration Site URL&#8230;..&#62;&#8221;))
{
SPFarm farm = site.WebApplication.Farm;
Console.WriteLine(SPWebService.ContentService.Farm.BuildVersion.ToString());
}
Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);
Console.ReadLine();
]]></description>
			<content:encoded><![CDATA[<p>Normally to find the Sharepoint version we approach Central administration page <strong>Central Administration &gt; Operations &gt; Servers in Farm</strong></p>
<p>One more method using SQL query</p>
<p><strong>SELECT Version FROM Versions WHERE VersionId = &#8216;00000000-0000-0000-0000-000000000000&#8242;</strong></p>
<p>Also you can find Sharepoint version programmatically using API</p>
<p>using (SPSite site = new SPSite(&#8220;&lt;Central Administration Site URL&#8230;..&gt;&#8221;))<br />
{<br />
SPFarm farm = site.WebApplication.Farm;<br />
Console.WriteLine(SPWebService.ContentService.Farm.BuildVersion.ToString());<br />
}<br />
Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
Console.ReadLine();</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/how-to-find-sharepoint-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy Sharepoint document library files to another Sharepoint site very easily</title>
		<link>http://www.fivenumber.com/copy-sharepoint-document-library-files-to-another-sharepoint-site-very-easily/</link>
		<comments>http://www.fivenumber.com/copy-sharepoint-document-library-files-to-another-sharepoint-site-very-easily/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 09:22:40 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=463</guid>
		<description><![CDATA[In this post I am going to show how we can open a Sharepoint site in windows explorer with the help of My Network Places available in Windows operating system (generally located on desktop)
The main advantage of this scenario is to copy document library files from one Sharepoint site to another very easily
Steps:

Select My Network [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I am going to show how we can open a Sharepoint site in windows explorer with the help of <strong>My Network Places</strong> available in Windows operating system (generally located on desktop)</p>
<p>The main advantage of this scenario is to copy document library files from one Sharepoint site to another very easily</p>
<p><strong>Steps</strong>:</p>
<ul>
<li>Select<strong> My Network Places</strong>, right click and <strong>Open</strong></li>
</ul>
<div id="attachment_489" class="wp-caption aligncenter" style="width: 215px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/12.gif" rel="lightbox[463]"><img class="size-medium wp-image-489" title="Open My Network Places generally located on desktop" src="http://www.fivenumber.com/wp-content/uploads/2009/07/12-205x300.gif" alt="Open My Network Places generally located on desktop" width="205" height="300" /></a><p class="wp-caption-text">Open My Network Places generally located on desktop</p></div>
<ul>
<li>In the windows of <strong>My NetWork Places</strong>, you can seen an icon <strong>Add Network Place</strong>, double click on that to open <strong>Add Network Place Wizard</strong> Click <strong>Next</strong></li>
</ul>
<div id="attachment_490" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/22.gif" rel="lightbox[463]"><img class="size-medium wp-image-490" title="Open Add Network Place" src="http://www.fivenumber.com/wp-content/uploads/2009/07/22-300x261.gif" alt="Open Add Network Place" width="300" height="261" /></a><p class="wp-caption-text">Open Add Network Place</p></div>
<div id="attachment_491" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/3.gif" rel="lightbox[463]"><img class="size-medium wp-image-491" title="In the Add Network Place Wizard, Click Next" src="http://www.fivenumber.com/wp-content/uploads/2009/07/3-300x243.gif" alt="In the Add Network Place Wizard, Click Next" width="300" height="243" /></a><p class="wp-caption-text">In the Add Network Place Wizard, Click Next</p></div>
<ul>
<li>Under <strong>Service Providers</strong> Select <strong>Choose another network location</strong>, then click <strong>Next</strong></li>
</ul>
<div id="attachment_492" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/4.gif" rel="lightbox[463]"><img class="size-medium wp-image-492" title="Select 'Choose another network location' and click 'Next'" src="http://www.fivenumber.com/wp-content/uploads/2009/07/4-300x244.gif" alt="Select 'Choose another network location' and click 'Next'" width="300" height="244" /></a><p class="wp-caption-text">Select &#39;Choose another network location&#39; and click &#39;Next&#39;</p></div>
<ul>
<li>Under <strong>Internet or network address</strong> Type the Sharepoint Site url, then click <strong>Next</strong></li>
</ul>
<div id="attachment_493" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/5.gif" rel="lightbox[463]"><img class="size-medium wp-image-493" title="Type Sharepoint site url and click 'Next'" src="http://www.fivenumber.com/wp-content/uploads/2009/07/5-300x243.gif" alt="Type Sharepoint site url and click 'Next'" width="300" height="243" /></a><p class="wp-caption-text">Type Sharepoint site url and click &#39;Next&#39;</p></div>
<ul>
<li>Under <strong>Type a name for this network place</strong> provide some name to identify the network place, then click <strong>Next</strong></li>
</ul>
<div id="attachment_494" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/6.gif" rel="lightbox[463]"><img class="size-medium wp-image-494" title="Type a name for the network place and click 'Next'" src="http://www.fivenumber.com/wp-content/uploads/2009/07/6-300x244.gif" alt="Type a name for the network place and click 'Next'" width="300" height="244" /></a><p class="wp-caption-text">Type a name for the network place and click &#39;Next&#39;</p></div>
<ul>
<li>Finally click <strong>Finish</strong></li>
</ul>
<div id="attachment_495" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/7.gif" rel="lightbox[463]"><img class="size-medium wp-image-495" title="Almost done, click 'Finish'" src="http://www.fivenumber.com/wp-content/uploads/2009/07/7-300x243.gif" alt="Almost done, click 'Finish'" width="300" height="243" /></a><p class="wp-caption-text">Almost done, click &#39;Finish&#39;</p></div>
<p>you can see Sharepoint site in windows explorer</p>
<div id="attachment_496" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/8.gif" rel="lightbox[463]"><img class="size-medium wp-image-496" title="Sharepoint site in windows explorer" src="http://www.fivenumber.com/wp-content/uploads/2009/07/8-300x234.gif" alt="Sharepoint site in windows explorer" width="300" height="234" /></a><p class="wp-caption-text">Sharepoint site in windows explorer</p></div>
<div id="attachment_497" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/9.gif" rel="lightbox[463]"><img class="size-medium wp-image-497" title="Copy document library files to another Sharepoint site" src="http://www.fivenumber.com/wp-content/uploads/2009/07/9-300x206.gif" alt="Copy document library files to another Sharepoint site" width="300" height="206" /></a><p class="wp-caption-text">Copy document library files to another Sharepoint site</p></div>
<p>Now, you are done, you can see all the file(s)/folder(s), subsite(s), list(s), document librarie(s) etc, in the windows explorer</p>
<p>If you want to copy the files of document library, double click on the particular document library then you can see all the files which are already existed, just select the file to copy and paste where ever you want, even you can copy and paste to the file system.</p>
<p>If you want to copy the document library files to another Sharepoint site, you should follow the above steps to open the another Sharepoint site in windows explorer, so that you can easily copy and paste files from one Sharepoint site to another.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/copy-sharepoint-document-library-files-to-another-sharepoint-site-very-easily/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WSS and MOSS Service Pack 2 released</title>
		<link>http://www.fivenumber.com/wss-and-moss-service-pack-2-released/</link>
		<comments>http://www.fivenumber.com/wss-and-moss-service-pack-2-released/#comments</comments>
		<pubDate>Tue, 26 May 2009 09:01:06 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=476</guid>
		<description><![CDATA[Microsoft released WSS and MOSS Service Pack 2
Download WSS SP2
Download MOSS SP2
]]></description>
			<content:encoded><![CDATA[<p>Microsoft released WSS and MOSS Service Pack 2</p>
<p><a title="WSS SP2" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=79bada82-c13f-44c1-bdc1-d0447337051b" target="_blank">Download WSS SP2</a></p>
<p><a title="MOSS SP2" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b7816d90-5fc6-4347-89b0-a80deb27a082" target="_blank">Download MOSS SP2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/wss-and-moss-service-pack-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing SharePoint Server 2010 Preliminary System Requirements</title>
		<link>http://www.fivenumber.com/announcing-sharepoint-server-2010-preliminary-system-requirements/</link>
		<comments>http://www.fivenumber.com/announcing-sharepoint-server-2010-preliminary-system-requirements/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:54:48 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=472</guid>
		<description><![CDATA[On May 11th, 2009 early morning Microsoft Sharepoint Team Blog announced the preliminary system requirements of Sharepoint Server 2010
To enjoy reading, please follow the link http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx
]]></description>
			<content:encoded><![CDATA[<p>On May 11th, 2009 early morning <strong>Microsoft Sharepoint Team Blog</strong> announced the preliminary system requirements of Sharepoint Server 2010</p>
<p>To enjoy reading, please follow the link <a title="Sharepoint Server 2010 Preliminary system requirements" href="http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx" target="_blank">http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/announcing-sharepoint-server-2010-preliminary-system-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Document template by using site content type in moss</title>
		<link>http://www.fivenumber.com/document-template-by-using-site-content-type-in-moss/</link>
		<comments>http://www.fivenumber.com/document-template-by-using-site-content-type-in-moss/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:41:28 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Content Types]]></category>
		<category><![CDATA[Document Library]]></category>
		<category><![CDATA[Document Templates]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=303</guid>
		<description><![CDATA[Go to Site Actions &#62; Site Settings, under Galleries section click Site content types
On Site Content Type Gallery page click on Create, then redirects to new site content type page.
In the Name and Description section, fill the text boxes Name and Description.
From the drop down list Select parent content type from: select Document Content Types [...]]]></description>
			<content:encoded><![CDATA[<p>Go to <strong>Site Actions</strong> &gt; <strong>Site Settings</strong>, under <strong>Galleries </strong>section click <strong>Site content types</strong></p>
<p>On Site Content Type Gallery page click on <strong>Create</strong>, then redirects to new site content type page.</p>
<p>In the <strong>Name and Description</strong> section, fill the text boxes <strong>Name</strong> and <strong>Description</strong>.</p>
<p>From the drop down list <strong>Select parent content type from</strong>: select <strong>Document Content Types</strong> option</p>
<p>From the drop down list <strong>Parent Content type</strong>: select <strong>Document</strong> option</p>
<p>Under <strong>Group </strong>Section:<br />
From the <strong>Existing group</strong>: select any one of the group (I prefer to select <strong>Custom Content Types</strong> becuase it is easy to identify the custom content types)</p>
<p>else we can create a new group by selecting the &#8216;New group: radio button option and give the name to the group</p>
<p>Click <strong>OK</strong></p>
<div id="attachment_304" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/15.gif" rel="lightbox[303]"><img class="size-medium wp-image-304" title="Creating Content Type" src="http://www.fivenumber.com/wp-content/uploads/2008/09/15-300x172.gif" alt="Creating Content Type" width="300" height="172" /></a><p class="wp-caption-text">Creating Content Type</p></div>
<p>Now the Content Type is created and ready to use.</p>
<p>Go to document library, where you want to use the newly created content type.</p>
<p>Click <strong>Settings </strong>&gt; <strong>Document Library Settings</strong></p>
<p>Under <strong>General Settings</strong> Section click <strong>Advanced settings</strong></p>
<p>Make sure <strong>Allow management of content types</strong> is selected to <strong>Yes</strong>, if not select <strong>Yes </strong>option and click <strong>OK</strong></p>
<div id="attachment_305" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/23.gif" rel="lightbox[303]"><img class="size-medium wp-image-305" title="Allow management of content types" src="http://www.fivenumber.com/wp-content/uploads/2008/09/23-300x172.gif" alt="Allow management of content types" width="300" height="172" /></a><p class="wp-caption-text">Allow management of content types</p></div>
<p>You will be redirected to the document library settings page, there under <strong>Content Types</strong> section, Click on the link <strong>Add from existing site content types</strong>, so that we can add the newly created content type to make use in the document library.</p>
<p>In the Add content types page select the newly created content type from the list box and click on <strong>Add</strong> button which will be populates in the right side list box, then click <strong>OK</strong></p>
<p>Again, you will be redirected to document library settings page, there under <strong>Content Types</strong> section click on the newly added content type</p>
<p>In the content type page, under <strong>Settings </strong>section click on <strong>Advanced Settings</strong>, in Advanced Settings page, Enter the URL of an existing document template or upload a new document template by selecting option <strong>Upload a new document template</strong> and click <strong>Browse </strong>button locate the file.</p>
<p>Note: If you want to upload a document template you should have a template before (Example: word template files like .dot or word document files .doc)</p>
<p>Click <strong>OK</strong></p>
<div id="attachment_306" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/42.gif" rel="lightbox[303]"><img class="size-medium wp-image-306" title="Set the template location" src="http://www.fivenumber.com/wp-content/uploads/2008/09/42-300x112.gif" alt="Set the template location" width="300" height="112" /></a><p class="wp-caption-text">Set the template location</p></div>
<p>We are almost done, go to document library Click on <strong>New </strong>menu, now you can see the newly document template as a menu item.</p>
<div id="attachment_307" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/51.gif" rel="lightbox[303]"><img class="size-medium wp-image-307" title="Word, Excel, Powerpoint template by using site content types" src="http://www.fivenumber.com/wp-content/uploads/2008/09/51-300x253.gif" alt="Word, Excel, Powerpoint template by using site content types" width="300" height="253" /></a><p class="wp-caption-text">Word, Excel, Powerpoint template by using site content types</p></div>
<p>Repeat the above steps if you want to show the templates like Excel, Powerpoint, Infopath etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/document-template-by-using-site-content-type-in-moss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Based Authentication in Sharepoint 2007</title>
		<link>http://www.fivenumber.com/form-based-authentication-in-sharepoint-2007/</link>
		<comments>http://www.fivenumber.com/form-based-authentication-in-sharepoint-2007/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 12:06:05 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Central Admin]]></category>
		<category><![CDATA[FBA]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=129</guid>
		<description><![CDATA[Steps to configure Form based authentication in MOSS 2007:

Creating the SQL database
Creating the users in SQL database
Creating two sharepoint sites (one is web application and other extending the web application)
Configure membership, role provider and connection string in both web.config files of the Sharepoint site
Configure authentication type in central administration

We will discuss all the above point [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Steps to configure Form based authentication in MOSS 2007:</strong></p>
<ul>
<li>Creating the SQL database</li>
<li>Creating the users in SQL database</li>
<li>Creating two sharepoint sites (one is web application and other extending the web application)</li>
<li>Configure membership, role provider and connection string in both web.config files of the Sharepoint site</li>
<li>Configure authentication type in central administration</li>
</ul>
<p>We will discuss all the above point in detail</p>
<p><strong>Creating the SQL database</strong></p>
<p>To create SQL database Microsoft has provided a utility called  aspnet_regsql.exe, browse to the location C:WINDOWSMicrosoft.NETFrameworkv2.0.50727</p>
<div id="attachment_131" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/aspnet_regsql1.gif" rel="lightbox[129]"><img class="size-medium wp-image-131" title="aspnet_regsql utility for creating SQL database" src="http://www.fivenumber.com/wp-content/uploads/2008/08/aspnet_regsql1-300x253.gif" alt="aspnet_regsql utility for creating SQL database" width="300" height="253" /></a><p class="wp-caption-text">aspnet_regsql utility for creating SQL database</p></div>
<div id="attachment_132" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-fba-database.jpg" rel="lightbox[129]"><img class="size-medium wp-image-132" title="Creating SQL database" src="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-fba-database-300x232.jpg" alt="Creating SQL database" width="300" height="232" /></a><p class="wp-caption-text">Creating SQL database</p></div>
<div id="attachment_135" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-fba-database22.jpg" rel="lightbox[129]"><img class="size-medium wp-image-135" title="Creating SQL database" src="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-fba-database22-300x232.jpg" alt="Creating SQL database" width="300" height="232" /></a><p class="wp-caption-text">Creating SQL database</p></div>
<div id="attachment_136" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-fba-database3.jpg" rel="lightbox[129]"><img class="size-medium wp-image-136" title="Creating SQL database" src="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-fba-database3-300x232.jpg" alt="Creating SQL database" width="300" height="232" /></a><p class="wp-caption-text">Creating SQL database</p></div>
<p><strong>Creating the users in SQL database</strong></p>
<p>To create users in SQL database first of all create one ASP.NET web application using Visual Studio 2005, open Visual Studio 2005, then click on.</p>
<p>File &gt; New &gt; Website</p>
<p>Select the ASP.NET website and click OK</p>
<div id="attachment_139" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/aspnetwebapplication2.jpg" rel="lightbox[129]"><img class="size-medium wp-image-139" title="Creating ASP.NET web application" src="http://www.fivenumber.com/wp-content/uploads/2008/08/aspnetwebapplication2-300x195.jpg" alt="Creating ASP.NET web application" width="300" height="195" /></a><p class="wp-caption-text">Creating ASP.NET web application</p></div>
<p>To add the web.config file, right click on the project name in solution explorer select add new item, select web configuration file and then Add</p>
<p>or</p>
<p>Press F5 to automatically adding the web.config file to the project</p>
<p>Add the connection string in the web.config file</p>
<p>&lt;!&#8211;Connection String Starts&#8211;&gt;<br />
&lt;connectionStrings&gt;<br />
&lt;add name=&#8221;Fbadb_sqlConnectionString&#8221;<br />
connectionString=&#8221;uid=sa;pwd=sa;<br />
Initial Catalog=FBADB;<br />
Data Source=fivenumber&#8221; /&gt;<br />
&lt;/connectionStrings&gt;<br />
&lt;!&#8211;Connection String Ends&#8211;&gt;</p>
<p>&lt;system.web&gt;</p>
<p>&lt;!&#8211;Membership Provider Starts&#8211;&gt;<br />
&lt;membership defaultProvider=&#8221;Fbadb_ASPNETSqlMembershipProvider&#8221;&gt;<br />
&lt;providers&gt;<br />
&lt;add name=&#8221;Fbadb_ASPNETSqlMembershipProvider&#8221;<br />
type=&#8221;System.Web.Security.SqlMembershipProvider,<br />
System.Web, Version=2.0.0.0,<br />
Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&#8221;<br />
connectionStringName=&#8221;Fbadb_sqlConnectionString&#8221;<br />
enablePasswordRetrieval=&#8221;false&#8221;<br />
enablePasswordReset=&#8221;true&#8221;<br />
requiresQuestionAndAnswer=&#8221;true&#8221;<br />
applicationName=&#8221;/&#8221;<br />
requiresUniqueEmail=&#8221;false&#8221;<br />
passwordFormat=&#8221;Hashed&#8221;<br />
maxInvalidPasswordAttempts=&#8221;5&#8243;<br />
minRequiredPasswordLength=&#8221;1&#8243;<br />
minRequiredNonalphanumericCharacters=&#8221;0&#8243;<br />
passwordAttemptWindow=&#8221;10&#8243;<br />
passwordStrengthRegularExpression=&#8221;"/&gt;<br />
&lt;/providers&gt;<br />
&lt;/membership&gt;<br />
&lt;!&#8211;Membership Provider Ends&#8211;&gt;</p>
<p>&lt;!&#8211;Role Provider Starts&#8211;&gt;<br />
&lt;roleManager enabled=&#8221;true&#8221; defaultProvider=&#8221;Fbadb_ASPNETSqlRoleProvider&#8221;&gt;<br />
&lt;providers&gt;<br />
&lt;add name=&#8221;Fbadb_ASPNETSqlRoleProvider&#8221;<br />
connectionStringName=&#8221;Fbadb_sqlConnectionString&#8221;<br />
applicationName=&#8221;/&#8221;<br />
type=&#8221;System.Web.Security.SqlRoleProvider,<br />
System.Web,Version=2.0.0.0,<br />
Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&#8221;/&gt;<br />
&lt;/providers&gt;<br />
&lt;/roleManager&gt;<br />
&lt;!&#8211;Role Provider Ends&#8211;&gt;</p>
<p>As show in the below image</p>
<div id="attachment_142" class="wp-caption aligncenter" style="width: 239px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/webconfig-file1.jpg" rel="lightbox[129]"><img class="size-medium wp-image-142" title="Web configuration file" src="http://www.fivenumber.com/wp-content/uploads/2008/08/webconfig-file1-229x300.jpg" alt="Web configuration file" width="229" height="300" /></a><p class="wp-caption-text">Web configuration file</p></div>
<p>Save the web.config file and run ASP.NET configuration wizard by clicking on Website menu and click ASP.NET Configuration</p>
<div id="attachment_143" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/user-configuration.jpg" rel="lightbox[129]"><img class="size-medium wp-image-143" title="ASP.NET Configuration wizard" src="http://www.fivenumber.com/wp-content/uploads/2008/08/user-configuration-300x291.jpg" alt="ASP.NET Configuration wizard" width="300" height="291" /></a><p class="wp-caption-text">ASP.NET Configuration wizard</p></div>
<div id="attachment_145" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/user-configuration3.jpg" rel="lightbox[129]"><img class="size-medium wp-image-145" title="ASP.NET Configuration wizard" src="http://www.fivenumber.com/wp-content/uploads/2008/08/user-configuration3-300x210.jpg" alt="ASP.NET Configuration wizard" width="300" height="210" /></a><p class="wp-caption-text">ASP.NET Configuration wizard</p></div>
<p>To test the Membership and Role provider click provider tab and then click on <strong>Select a different provider for each feature (advanced)</strong></p>
<p>Select your Membership provider name and click on <strong>Test </strong>link</p>
<div id="attachment_146" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/user-configuration4.jpg" rel="lightbox[129]"><img class="size-medium wp-image-146" title="ASP.NET Configuration wizard - Testing the Membership and Role Provider" src="http://www.fivenumber.com/wp-content/uploads/2008/08/user-configuration4-300x265.jpg" alt="ASP.NET Configuration wizard - Testing the Membership and Role Provider" width="300" height="265" /></a><p class="wp-caption-text">ASP.NET Configuration wizard - Testing the Membership and Role Provider</p></div>
<p>If you can see the message like &#8216;Successfully established a connection to the database&#8217; think that the communication between the interface and database is successfull</p>
<p>Now go on to <strong>create the user</strong></p>
<p>Click on the <strong>Security</strong> tab of ASP.NET web site administration tool, under Users section click the link <strong>Select authentication type </strong>and select the radio button <strong>From the internet </strong>click <strong>Done</strong></p>
<p>Then, again click on <strong>Security </strong>tab click on<strong> Create user </strong>fill the appropriate fields</p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 280px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-the-user.jpg" rel="lightbox[129]"><img class="size-medium wp-image-149" title="Creating the user" src="http://www.fivenumber.com/wp-content/uploads/2008/08/creating-the-user-270x300.jpg" alt="Creating the user" width="270" height="300" /></a><p class="wp-caption-text">Creating the user</p></div>
<p><strong>Creating two sharepoint sites (one is web application and other extending the web application)</strong></p>
<p>Go to Central Administration &gt; Application Management &gt; Create or Extend Web Application &gt; Create New Web Application</p>
<p>Fill the appropriate fields</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 171px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/create-web-app.gif" rel="lightbox[129]"><img class="size-medium wp-image-150" title="Creating the web application" src="http://www.fivenumber.com/wp-content/uploads/2008/08/create-web-app-161x300.gif" alt="Creating the web application" width="161" height="300" /></a><p class="wp-caption-text">Creating the web application</p></div>
<p>Create a site collection by choosing a template (team site, collaboration portal etc)</p>
<p>After creating the Top Level Site Successfully</p>
<p>Now, Extend the web application</p>
<p>Go to Central Administration &gt; Application Management &gt; Create or Extend Web Application &gt; Extend Web Application to Another IIS Web Site</p>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 193px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/extending-web-app.gif" rel="lightbox[129]"><img class="size-medium wp-image-151" title="Extending web application" src="http://www.fivenumber.com/wp-content/uploads/2008/08/extending-web-app-183x300.gif" alt="Extending web application" width="183" height="300" /></a><p class="wp-caption-text">Extending web application</p></div>
<p>After Extending the web application, now we should configure connection string in web.config file’s of sharepoint site (web application and extended application) by adding the connecton string tag exactly below the &lt;/configSections&gt; tag and above the &lt;sharepoint&gt; tag (Note: Change the Data Source name according to your database servername)</p>
<p>&lt;connectionStrings&gt;<br />
&lt;add name=&#8221;FBA_sqlConnectionString&#8221; connectionString=&#8221;uid=sa;pwd=sa;Initial Catalog=FBADB;Data Source=fivenumber&#8221; /&gt;<br />
&lt;/connectionStrings&gt;</p>
<p>See the image below:</p>
<div id="attachment_154" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/webconfig-file-of-fba1.gif" rel="lightbox[129]"><img class="size-medium wp-image-154" title="Web Configuration File of web application 1" src="http://www.fivenumber.com/wp-content/uploads/2008/08/webconfig-file-of-fba1-300x127.gif" alt="Web Configuration File of web application 1" width="300" height="127" /></a><p class="wp-caption-text">Web Configuration File of web application</p></div>
<p>Confiure Membership and Role provider in both the sharepoint sites (web application and extended application)</p>
<p>Search for the machinekey tag (&lt;machineKey validationKey=&#8221;79DDCD075B91C0B088FA25244D65D0745641F91E8A823392&#8243;<br />
decryptionKey=&#8221;C855BB4C77B455A6706638B8A9D1439B5BB0F3612F2F9DCA&#8221; validation=&#8221;SHA1&#8243; /&gt;)</p>
<p>Copy and paste the below tags exactly after the machinekey tag</p>
<p>&lt;!&#8211;Membership provider starts&#8211;&gt;<br />
&lt;membership defaultProvider=&#8221;Fbadb_ASPNETSqlMembershipProvider&#8221;&gt;<br />
&lt;providers&gt;<br />
&lt;add name=&#8221;Fbadb_ASPNETSqlMembershipProvider&#8221;<br />
type=&#8221;System.Web.Security.SqlMembershipProvider,<br />
System.Web, Version=2.0.0.0, Culture=neutral,<br />
PublicKeyToken=b03f5f7f11d50a3a&#8221;<br />
connectionStringName=&#8221;FBA_sqlConnectionString&#8221;<br />
enablePasswordRetrieval=&#8221;false&#8221;<br />
enablePasswordReset=&#8221;true&#8221;<br />
requiresQuestionAndAnswer=&#8221;true&#8221;<br />
applicationName=&#8221;/&#8221;<br />
requiresUniqueEmail=&#8221;false&#8221;<br />
passwordFormat=&#8221;Hashed&#8221;<br />
maxInvalidPasswordAttempts=&#8221;5&#8243;<br />
minRequiredPasswordLength=&#8221;1&#8243;<br />
minRequiredNonalphanumericCharacters=&#8221;0&#8243;<br />
passwordAttemptWindow=&#8221;10&#8243;<br />
passwordStrengthRegularExpression=&#8221;" /&gt;<br />
&lt;/providers&gt;<br />
&lt;/membership&gt;<br />
&lt;!&#8211;Membership provider starts&#8211;&gt;<br />
&lt;!&#8211;Role provider starts&#8211;&gt;<br />
&lt;roleManager enabled=&#8221;true&#8221; defaultProvider=&#8221;Fbadb_ASPNETSqlRoleProvider&#8221;&gt;<br />
&lt;providers&gt;<br />
&lt;add name=&#8221;Fbadb_ASPNETSqlRoleProvider&#8221;<br />
connectionStringName=&#8221;FBA_sqlConnectionString&#8221;<br />
applicationName=&#8221;/&#8221;<br />
type=&#8221;System.Web.Security.SqlRoleProvider,<br />
System.Web,Version=2.0.0.0,<br />
Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&#8221; /&gt;<br />
&lt;/providers&gt;<br />
&lt;/roleManager&gt;<br />
&lt;!&#8211;Role provider ends&#8211;&gt;</p>
<p>See the below image:</p>
<div id="attachment_155" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/membershipprovider.gif" rel="lightbox[129]"><img class="size-medium wp-image-155" title="Configuring Membership and Role Provider" src="http://www.fivenumber.com/wp-content/uploads/2008/08/membershipprovider-300x208.gif" alt="Configuring Membership and Role Provider" width="300" height="208" /></a><p class="wp-caption-text">Configuring Membership and Role Provider</p></div>
<p><strong>Configure the authentication type in central administration</strong></p>
<p>Go to Central Administration &gt; Application Management &gt; Authentication Providers</p>
<p>Click on the extended web application (2nd in the row) enter the Membership provider name and Role provider name as shown in the below image:</p>
<div id="attachment_158" class="wp-caption aligncenter" style="width: 199px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/configuring-the-authentication-type1.jpg" rel="lightbox[129]"><img class="size-medium wp-image-158" title="Configuring Authentication Type" src="http://www.fivenumber.com/wp-content/uploads/2008/08/configuring-the-authentication-type1-189x300.jpg" alt="Configuring Authentication Type" width="189" height="300" /></a><p class="wp-caption-text">Configuring Authentication Type</p></div>
<p>Now, add the user in the web application  (which you have created in SQL database) in Site Settings &gt; Permissions &gt; Add Users</p>
<p>Try to access the extended form based authentic web application</p>
<div id="attachment_159" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/sql-login.gif" rel="lightbox[129]"><img class="size-medium wp-image-159" title="Form based authentication - SQL login" src="http://www.fivenumber.com/wp-content/uploads/2008/08/sql-login-300x100.gif" alt="Form based authentication - SQL login" width="300" height="100" /></a><p class="wp-caption-text">Form based authentication - SQL login</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/form-based-authentication-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Install language packs for Microsoft Office SharePoint Server (MOSS) 2007</title>
		<link>http://www.fivenumber.com/install-language-packs-for-microsoft-office-sharepoint-server-moss-2007/</link>
		<comments>http://www.fivenumber.com/install-language-packs-for-microsoft-office-sharepoint-server-moss-2007/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 12:35:01 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Central Admin]]></category>
		<category><![CDATA[Language Packs]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=97</guid>
		<description><![CDATA[Click Start &#62; Settings &#62; Control Panel, then click Regional and Language Options.
In Regional and Language Options box, under Supplemental language support section, check both check boxes
Install files for complex script and right-to-left languages
and
Install for East Asian languages
Click OK to install
Download language packs for Microsoft Office SharePoint Server (MOSS) 2007:
Select the language from Change Language [...]]]></description>
			<content:encoded><![CDATA[<p>Click <strong>Start </strong>&gt; <strong>Settings </strong>&gt; <strong>Control Panel</strong>, then click <strong>Regional and Language Options</strong>.</p>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 262px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/1.gif" rel="lightbox[97]"><img class="size-medium wp-image-99" title="Regional and Language Options" src="http://www.fivenumber.com/wp-content/uploads/2008/08/1-252x300.gif" alt="Regional and Language Options" width="252" height="300" /></a><p class="wp-caption-text">Regional and Language Options</p></div>
<p>In <strong>Regional and Language Options</strong> box, under <strong>Supplemental language support</strong> section, check both check boxes<br />
<strong>Install files for complex script and right-to-left languages</strong><br />
and<br />
<strong>Install for East Asian languages</strong><br />
Click <strong>OK </strong>to install<br />
<a title="Language packs for Microsoft Office Sharepoint Server 2007" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2447426b-8689-4768-bff0-cbb511599a45&amp;displaylang=en" target="_blank">Download</a> language packs for Microsoft Office SharePoint Server (MOSS) 2007:</p>
<p>Select the language from <strong>Change Language</strong> dropdownlist</p>
<p><strong>Available language packs</strong>:</p>
<p>Arabic<br />
Bulgarian<br />
Catalan<br />
Chinese (Simplified)<br />
Chinese (Traditional)<br />
Croatian<br />
Czech<br />
Danish<br />
Dutch<br />
English<br />
Estonian<br />
Finnish<br />
French<br />
German<br />
Greek<br />
Hebrew<br />
Hindi<br />
Hungarian<br />
Italian<br />
Japanese<br />
Korean<br />
Latvian<br />
Lithuanian<br />
Norwegian (Bokmal)<br />
Polish<br />
Portuguese (Brazil)<br />
Portuguese (Portugal)<br />
Romanian<br />
Russian<br />
Serbian (Latin)<br />
Slovak<br />
Slovenian<br />
Spanish<br />
Swedish<br />
Thai<br />
Turkish<br />
Ukrainian</p>
<p>After downloading the Server Language Pack.img</p>
<p>Extract the ServerLanguagePack.img file (I prefer to extract using <a title="Iso Edit" href="http://www.isoedit.com/" target="_blank">ISO Edit</a>)</p>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/2.gif" rel="lightbox[97]"><img class="size-medium wp-image-100" title="Extract the ServerLanguagePack.img" src="http://www.fivenumber.com/wp-content/uploads/2008/08/2-300x234.gif" alt="Extract the ServerLanguagePack.img" width="300" height="234" /></a><p class="wp-caption-text">Extract the ServerLanguagePack.img</p></div>
<p>Run Setup</p>
<p>After installing the language pack</p>
<p>Rerun the <strong>Sharepoint Products and Technologies Configuration Wizard </strong>using default settings.(If you don&#8217;t run the language pack will not be installed properly)</p>
<p><strong>To run the Sharepoint Products and Technologies Configuration Wizard</strong>:</p>
<p>Click <strong>Start </strong>&gt; <strong>Programs </strong>&gt; <strong>Administration Tools</strong> click <strong>sharepoint Products and Technologies Configuration Wizard</strong></p>
<p>then click <strong>Next</strong></p>
<p>Click <strong>Yes </strong>in the dialog box.</p>
<p>On the modify server farm settings, click <strong>Do not disconnect from this server farm</strong>, then <strong>Next</strong></p>
<p>After configuration successful click <strong>Finish</strong></p>
<p>After success installation, you will be find the language pack which you installed before in the dropdownlist while creating the site collection</p>
<div id="attachment_101" class="wp-caption aligncenter" style="width: 237px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/3.gif" rel="lightbox[97]"><img class="size-medium wp-image-101" title="Creating site collection" src="http://www.fivenumber.com/wp-content/uploads/2008/08/3-227x300.gif" alt="Creating site collection" width="227" height="300" /></a><p class="wp-caption-text">Creating site collection</p></div>
<p><strong>Result:</strong></p>
<div id="attachment_102" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/4.gif" rel="lightbox[97]"><img class="size-medium wp-image-102" title="Sharepoint collaboration portal in German language" src="http://www.fivenumber.com/wp-content/uploads/2008/08/4-300x162.gif" alt="Sharepoint collaboration portal in German language" width="300" height="162" /></a><p class="wp-caption-text">Sharepoint collaboration portal in German language</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/install-language-packs-for-microsoft-office-sharepoint-server-moss-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configure advanced search in sharepoint</title>
		<link>http://www.fivenumber.com/configure-advanced-search-in-sharepoint/</link>
		<comments>http://www.fivenumber.com/configure-advanced-search-in-sharepoint/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 09:52:06 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Advanced Search]]></category>
		<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=24</guid>
		<description><![CDATA[


Go site action &#62; Site Settings
Click on Sites and Workspaces
Create Search site using &#8216;Search Center&#8217; template (which is under Enterprise tab)
After creating the &#8216;Search Center&#8217; site, browse to the site and copy the url
Return back the main home page, then go to &#8216;Site Action&#8217; &#62; Site Settings
Under &#8216;Site Collection Administration&#8217; section click on &#8216;Search settings&#8217;
Select [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_27" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch11.gif" rel="lightbox[24]"><img class="size-medium wp-image-27" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch11-300x56.gif" alt="Configure advanced search in sharepoint" width="300" height="56" /></a><p class="wp-caption-text">Figure 1</p></div>
<div id="attachment_28" class="wp-caption aligncenter" style="width: 166px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch21.gif" rel="lightbox[24]"><img class="size-medium wp-image-28" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch21-156x300.gif" alt="Configure advanced search in sharepoint" width="156" height="300" /></a><p class="wp-caption-text">Figure 2 </p></div>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 218px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch3.gif" rel="lightbox[24]"><img class="size-medium wp-image-29" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch3-208x300.gif" alt="Configure advanced search in sharepoint" width="208" height="300" /></a><p class="wp-caption-text">Figure 3 </p></div>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch4.gif" rel="lightbox[24]"><img class="size-medium wp-image-30" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch4-300x48.gif" alt="Configure advanced search in sharepoint" width="300" height="48" /></a><p class="wp-caption-text">Figure 4 </p></div>
<div id="attachment_31" class="wp-caption aligncenter" style="width: 201px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch5.gif" rel="lightbox[24]"><img class="size-medium wp-image-31" title="Advanced Search" src="http://fivenumber.com/wp-content/uploads/2008/07/advancedsearch5.gif" alt="Configure advanced search in sharepoint" width="191" height="181" /></a><p class="wp-caption-text">Figure 5 </p></div>
<div class="mceTemp mceIEcenter">
<div id="attachment_86" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/08/advancedsearch6.gif" rel="lightbox[24]"><img class="size-medium wp-image-86" title="Figure 6" src="http://fivenumber.com/wp-content/uploads/2008/08/advancedsearch6-300x101.gif" alt="Configure Advanced Search" width="300" height="101" /></a><p class="wp-caption-text">Figure 6</p></div>
</div>
<ul>
<li>Go site action &gt; Site Settings</li>
<li>Click on Sites and Workspaces</li>
<li>Create Search site using &#8216;Search Center&#8217; template (which is under Enterprise tab)</li>
<li>After creating the &#8216;Search Center&#8217; site, browse to the site and copy the url</li>
<li>Return back the main home page, then go to &#8216;Site Action&#8217; &gt; Site Settings</li>
<li>Under &#8216;Site Collection Administration&#8217; section click on &#8216;Search settings&#8217;</li>
<li>Select the radio button &#8216;Use custom scopes&#8217; and paste the url of &#8216;Search Center&#8217; which should end with &#8216;/&#8217; (slash) (for example: if the Search Center url is like http://fivenumber/searchcenter/default.aspx, you should write only /searchcenter/) in the custom scopes textbox and then click &#8216;OK&#8217;</li>
<li>The search control acts dynamically depends upon the user input, when user want to search the content the results will be shown in results.aspx, when the user clicks on advanced search link it will redirects to advanced.aspx</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/configure-advanced-search-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Date Format of Site Column</title>
		<link>http://www.fivenumber.com/change-date-format-of-site-column/</link>
		<comments>http://www.fivenumber.com/change-date-format-of-site-column/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 12:30:30 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=18</guid>
		<description><![CDATA[First of all create a column with Date and Time column type, choose Date Only radio button under Date and Time Format provide the column name as &#8216;Date&#8217;
Then Create one more column with Calculated (calculation based on other columns) column type, provide the below said formulas in formula input fields and name the column as [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_21" class="wp-caption aligncenter" style="width: 302px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/date12.gif" rel="lightbox[18]"><img class="size-medium wp-image-21" title="date12" src="http://fivenumber.com/wp-content/uploads/2008/07/date12.gif" alt="Formatted date in sharepoint list" width="292" height="88" /></a><p class="wp-caption-text">Formatted date in sharepoint list</p></div>
<div id="attachment_22" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/date2.gif" rel="lightbox[18]"><img class="size-medium wp-image-22" title="date2" src="http://fivenumber.com/wp-content/uploads/2008/07/date2-300x99.gif" alt="Formatted date in sharepoint list" width="300" height="99" /></a><p class="wp-caption-text">Formatted date in sharepoint list</p></div>
<p>First of all create a column with <strong><label for="onetidTypeDateTime">Date and Time </label></strong>column type, choose <strong>Date Only</strong> radio button under <strong>Date and Time Format</strong> provide the column name as &#8216;Date&#8217;</p>
<p>Then Create one more column with <strong>Calculated (calculation based on other columns) </strong>column type, provide the below said formulas in formula input fields and name the column as &#8216;Custom Date&#8217;</p>
<p>After creating the columns try to enter date from new item form and submit, then you can view the date formatted as shown in Output column below</p>
<table style="height: 98px;" border="1" width="100%">
<tbody>
<tr>
<td style="text-align: center;" width="50%"><strong>Formula</strong> (calculation based on other columns)</td>
<td style="text-align: center;" width="50%"><strong>Output</strong></td>
</tr>
<tr>
<td style="text-align: center;" width="50%"></td>
<td style="text-align: center;" width="50%"></td>
</tr>
<tr>
<td style="text-align: center;" width="50%">=TEXT(Date,&#8221;dd Mmm, yyyy&#8221;)</td>
<td style="text-align: center;" width="50%">27 Mar, 2008</td>
</tr>
<tr>
<td style="text-align: center;" width="50%">=TEXT(Date,&#8221;d/m/yyyy&#8221;)</td>
<td style="text-align: center;" width="50%">21/7/2008</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/change-date-format-of-site-column/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
