<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'app:weblogs' matching tag 'SPPS03_Tips'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=SPPS03_Tips&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tag 'SPPS03_Tips'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Sorting the default listing </title><link>http://msmvps.com/blogs/obts/archive/2007/07/21/1046342.aspx</link><pubDate>Sat, 21 Jul 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1046342</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;Stephen discussions microsoft com&amp;gt;&lt;br /&gt;Subject: Sorting the default listing SiteDirectory/Pages/categoryresults.as&lt;br /&gt;Date: Tue, 26 Jun 2007 10:23:01 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I have a site directory and the listing has been customized. I have added additional sorting criteria which can be clicked on after the initial load but i would like the first load of the list to be sorted by title.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I have tried editing the XSL with the editor and chaning the following in the correct locations but it is still not working. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;dvt_adhocmode&amp;quot;&amp;gt;sort&amp;lt;/xsl:param&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;dvt_sortfield&amp;quot;&amp;gt;Title&amp;lt;/xsl:param&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;dvt_sortdir&amp;quot;&amp;gt;asc&amp;lt;/xsl:param&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Any ideas?&lt;br /&gt;Thank you ahead of time.&lt;br /&gt;-Stephen&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;Stephen&lt;br /&gt;Subject: RE: Sorting the default listing SiteDirectory/Pages/categoryresults.as&lt;br /&gt;Date: Tue, 26 Jun 2007 11:07:04 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I should also add when editing the webpart i only have the XSL editor and paramenters editor to modify the contents of the web part itself.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;-Stephen&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;Stephen&lt;br /&gt;Subject: RE: Sorting the default listing SiteDirectory/Pages/categoryresults.as&lt;br /&gt;Date: Tue, 26 Jun 2007 11:24:01 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Figured it out: Needed to add the following:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&amp;lt;xsl:sort select=&amp;quot;@Title&amp;quot; order=&amp;quot;ascending&amp;quot; /&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;into&amp;nbsp; the area:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:template name=&amp;quot;dvt_1.body&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;Rows&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;FirstRow&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;LastRow&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:for-each select=&amp;quot;$Rows&amp;quot;&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/...&amp;gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>Synchronising Sharepoint Folder With Offline Briefcase</title><link>http://msmvps.com/blogs/obts/archive/2007/07/21/1046162.aspx</link><pubDate>Sat, 21 Jul 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1046162</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;SamWardill discussions microsoft com&amp;gt;&lt;br /&gt;Subject: Synchronising Sharepoint Folder With Offline Briefcase&lt;br /&gt;Date: Thu, 10 May 2007 06:06:02 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Is there a good utility that you can use to syncronise a Sharepoint folder with an offline folder on a laptop&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Daniel Bugday&amp;quot; &amp;lt;itkonsultatgmaildotcom&amp;gt;&lt;br /&gt;Subject: Re: Synchronising Sharepoint Folder With Offline Briefcase&lt;br /&gt;Date: Thu, 10 May 2007 15:54:45 +0200&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You could use Microsoft groove..&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Check here for more info on groove:&lt;br /&gt;&lt;/font&gt;&lt;a href="http://office.microsoft.com/en-us/groove/HA101656331033.aspx"&gt;&lt;font color="#008080" size="4"&gt;http://office.microsoft.com/en-us/groove/HA101656331033.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Also check this webcast&lt;br /&gt;&lt;/font&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032327684&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;font color="#008080" size="4"&gt;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032327684&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;/Daniel Bugday&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;S.S. Ahmed&amp;quot; &amp;lt;ss_ahmed1athotmaildotcom&amp;gt;&lt;br /&gt;Subject: Re: Synchronising Sharepoint Folder With Offline Briefcase&lt;br /&gt;Date: Thu, 10 May 2007 09:12:51 -0500&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You could also use Colligo Reader to synchronize files on your computer. There are a bunch of free tools (with code) on my blog that you can use to synchronize files. See uploading and downloading utilities on my blog.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Regards,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;-- &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;S.S. Ahmed&lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.sharepointblogs.com/ssa"&gt;&lt;font color="#008080" size="4"&gt;http://www.sharepointblogs.com/ssa&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;UriNissani discussions microsoft com&amp;gt;&lt;br /&gt;Subject: RE: Synchronising Sharepoint Folder With Offline Briefcase&lt;br /&gt;Date: Fri, 6 Jul 2007 08:32:06 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;hi... our solution does exactly that... :) &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Hi, &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;please try our solution - ShareGO - offline sharepoint solution.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;KWizCom ShareGo is a solution providing seamless integration between&amp;nbsp; Microsoft SharePoint server and Microsoft Windows Desktop.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;ShareGo enables you to keep working in your familiar Windows environment, and be always in sync with your corporate SharePoint server/s. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;ShareGo - &amp;quot;SharePoint and Desktop Become OneTM&amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;This way, work with SharePoint is made much easier, and actually becomes the same as working in your windows desktop environment! &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.kwizcom.com/ProductPage.asp?ProductID=212&amp;amp;ProductSubNodeID=254"&gt;&lt;font color="#008080" size="4"&gt;http://www.kwizcom.com/ProductPage.asp?ProductID=212&amp;amp;ProductSubNodeID=254&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;-- &lt;br /&gt;Uri Nissani&lt;br /&gt;KWizCom Corp&lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.kwizcom.com/"&gt;&lt;font color="#008080" size="4"&gt;http://www.kwizcom.com&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/p&gt;</description></item><item><title>Authentication Question</title><link>http://msmvps.com/blogs/obts/archive/2007/07/21/1046151.aspx</link><pubDate>Sat, 21 Jul 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1046151</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;Date: Thu, 13 Apr 2006 17:32:46 -0400&lt;br /&gt;From: Don &amp;lt;donhollisteratadelphiadotnet&amp;gt;&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Authentication Question&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;We have a mixed environment were some users authenticate to AD and some don&amp;#39;t.&amp;nbsp; The users that don&amp;#39;t log on to there pc&amp;#39;s via a local account. One such user clicked his sharepoint link and was prompted to authenticate and did so using &amp;lt;domain&amp;gt;\&amp;lt;username&amp;gt; and then entered his password.&amp;nbsp; While doing so, he checked the box to remember username and password.&amp;nbsp; Since then, he has not been prompted again.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;My question, when you check this box, where is your username and password stored?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Engelbert&amp;quot; &amp;lt;Engelbertatdiscussionsdotnospamtodcom&amp;gt;&lt;br /&gt;Subject: Re: Authentication Question&lt;br /&gt;Date: Fri, 14 Apr 2006 11:26:23 +0300&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I would imagine that this user is (as his domain name) a member of an AD Group that has permissions to access the site (if he hasn&amp;#39;t been allocated as a domain user directly).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;So he has two ways to access the site (local user / domain name) and now that he has once accessed the site with his domain account, future accesses will use the same information.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;(Not answering the final question because I a) don&amp;#39;t know the answer and b) I think the reason for the present functionaliy lies elsewhere)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Engelbert&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Date: Fri, 14 Apr 2006 16:07:48 -0400&lt;br /&gt;From: Don&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Re: Authentication Question&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You are correct in that he has an ad account which he initially used to authenticate to sharepoint.&amp;nbsp; Since his workstation logon is not associated with ad, we are curious why he is no longer prompted for his ad credentials.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Chris Jones&amp;quot; &amp;lt;chrjonesatgmaildotcom&amp;gt;&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Re: Authentication Question&lt;br /&gt;Date: 18 Apr 2006 03:21:48 -0700&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;If you are using Internet Explorer then when you check the &amp;quot;remember username and password&amp;quot; checkbox IE encrypts the details are stores them on the local machine.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;(I don&amp;#39;t know exactly where IE stores the details, but Windows XP does have an area for securly storing passwords (e.g. for file shares) and I would expect IE would use this area).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;One thing to note is that if an administrator resets or changes the users password then the saved passwords will be deleted and the user will need to reenter them. This is because the encryption used to encrypt the username and password is partially based on the users password.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Hope this helps,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Chris&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>How to make a global calendar - show events from a set of sites in</title><link>http://msmvps.com/blogs/obts/archive/2007/07/06/1006046.aspx</link><pubDate>Fri, 06 Jul 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1006046</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;umit discussions microsoft com&amp;gt;&lt;br /&gt;Subject: RE: How to make a global calendar - show events from a set of sites in&lt;br /&gt;Date: Fri, 5 Jan 2007 10:47:00 -0800&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Could you find a solution to this question? I face with the same case, but don&amp;#39;t know what to do!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Best,&lt;br /&gt;Umit&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;RobertWCrouch discussions microsoft com&amp;gt;&lt;br /&gt;Subject: RE: How to make a global calendar - show events from a set of site&lt;br /&gt;Date: Mon, 19 Feb 2007 06:40:13 -0800&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You can use the Content Query Web part to rollup calendar items (see below)...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/belux/msdn/nl/community/columns/stevenvandecraen/contentquerywebpart.mspx"&gt;&lt;font color="#008080" size="4"&gt;http://www.microsoft.com/belux/msdn/nl/community/columns/stevenvandecraen/contentquerywebpart.mspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms497457.aspx"&gt;&lt;font color="#008080" size="4"&gt;http://msdn2.microsoft.com/en-us/library/ms497457.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/aa981241.aspx"&gt;&lt;font color="#008080" size="4"&gt;http://msdn2.microsoft.com/en-us/library/aa981241.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;BUT... &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I need help putting all of this information together so that I can format the result of the list so that it makes sense for calendar items (i.e. Title, Description, Start, End, Location). I have not found an example of anyone that has done this.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I would like to group by Date, then display start time, title, description location...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;February 19, 2007&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Meeting One Title&lt;br /&gt;This is the description of the first meeting of the night.&lt;br /&gt;7:00 PM at 123 Location Street&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Meeting Two Title&lt;br /&gt;This is the description of the second meeting of the night.&lt;br /&gt;9:00 PM at 456 Location Street&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;February 20, 2007&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Meeting Three Title&lt;br /&gt;This is the description of the first meeting of the night.&lt;br /&gt;8:00 PM at 789 Location Street&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Anyone have thoughts?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;GodzillaBorland discussions microsoft com&amp;gt;&lt;br /&gt;Subject: RE: How to make a global calendar - show events from a set of site&lt;br /&gt;Date: Thu, 15 Mar 2007 14:58:05 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I have the same need - for a global calendar with events from sub-sites. I created a new site column &amp;quot;roll-up&amp;quot; with a Yes/No to mark events that will be rolled-up to the &amp;#39;global&amp;#39; calendar.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;But I am stuck there. There are articles on CQWP but I need more specifics such as how to add the start date to the CQWP list - it only shows the &amp;#39;Title&amp;#39;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;regards&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Mike McNett&amp;quot; &amp;lt;michaeldotmcnettatusmadotedu&amp;gt;&lt;br /&gt;Subject: Re: How to make a global calendar - show events from a set of site&lt;br /&gt;Date: Wed, 16 May 2007 20:11:20 -0400&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I have a similar issue, but I am using WSS 3.0.&amp;nbsp; I want each sub-site to have its own calendar, but then allow a view of all sub-site calendar events on the &amp;quot;global&amp;quot; calendar as well.&amp;nbsp; So while the solution using Sharepoint 2007 sounds great, what are the options for WSS3.0?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks in advance.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Mike&lt;br /&gt;&lt;/font&gt;&lt;a href="mailto:michael.mcnett@usma.edu"&gt;&lt;font color="#008080" size="4"&gt;michael.mcnett@usma.edu&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Mike Walsh&amp;quot; &amp;lt;englantilainenathotmaildotcom&amp;gt;&lt;br /&gt;Followup-To: microsoft.public.sharepoint.setup_and_administration&lt;br /&gt;Subject: Re: How to make a global calendar - show events from a set of site&lt;br /&gt;Date: Thu, 17 May 2007 10:03:09 +0300&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;CorasWorks used to have cross-site list consolidation in their suite of programs for WSS 2.0 (and SPS 2003) and I presume this is still available in their present suite for the v3 SharePoint products. The suite of course costs quite a bit but it&amp;#39;s less than MOSS 2007.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Mike Walsh&lt;br /&gt;WSS FAQ &lt;/font&gt;&lt;a href="http://www.wssfaq.com/"&gt;&lt;font color="#008080" size="4"&gt;http://www.wssfaq.com&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;No private e-mail please.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;UriNissani discussions microsoft com&amp;gt;&lt;br /&gt;Subject: RE: How to make a global calendar - show events from a set of sites in&lt;br /&gt;Date: Fri, 6 Jul 2007 06:54:01 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Hi, &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;We have a solution for that - KWizCom Calendar web part - Calendar Plus it can do what you need - &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Support both MOSS 2007/WSS 3.0 and SPS 2003/WSS 2.0&lt;br /&gt;Support resizing the calendar to fit your web page&amp;#39;s design&lt;br /&gt;Aggregate events from multiple SharePoint sites&lt;br /&gt;Connect to any required list type (not only &amp;quot;Events&amp;quot;)&lt;br /&gt;Support viewing data from the user&amp;#39;s Outlook calendar&lt;br /&gt;Support viewing Microsoft Outlook shared calendars&lt;br /&gt;Aggregate data from any legacy application&lt;br /&gt;Event coloring according to event source&lt;br /&gt;Event coloring according to event type&lt;br /&gt;Support list views - enabling you to aggregate list items defined by custom SharePoint list views&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Printable calendar&lt;br /&gt;Support dynamic URL tokens ï&amp;iquest;&amp;frac12; tokens such as [current site] enable you to use the CalendarPlus web part in a site template using relative URL, eliminating the need to configure the web part after a site is created&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;No client installation needed ï&amp;iquest;&amp;frac12; fast &amp;amp; easy deployment&lt;br /&gt;Dynamic generated background colors for aggregated list levels&lt;br /&gt;Asynchronous calendar loading&lt;br /&gt;Support different user credentials for SharePoint and Exchange server&lt;br /&gt;Multi-lingual&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Product page - &lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.kwizcom.com/ProductPage.asp?ProductID=175&amp;amp;ProductSubNodeID=176"&gt;&lt;font color="#008080" size="4"&gt;http://www.kwizcom.com/ProductPage.asp?ProductID=175&amp;amp;ProductSubNodeID=176&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;thanks&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Uri &lt;br /&gt;-- &lt;br /&gt;Uri Nissani&lt;br /&gt;KWizCom Corp&lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.kwizcom.com/"&gt;&lt;font color="#008080" size="4"&gt;http://www.kwizcom.com&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/p&gt;</description></item><item><title>How do I set default page</title><link>http://msmvps.com/blogs/obts/archive/2007/07/04/1001068.aspx</link><pubDate>Wed, 04 Jul 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1001068</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From:&amp;nbsp; MoonLiver &amp;lt;moonliveratgmaildotcom&amp;gt;&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: How do I set default page&lt;br /&gt;Date: Fri, 08 Jun 2007 21:39:17 -0000&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;this is a silly question.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;how can I set a &amp;quot;Page&amp;quot; from &amp;quot;Pages&amp;quot; to be displayed at the root of the&lt;br /&gt;site. I was thinking it would be called &amp;quot;default page&amp;quot; or something,&lt;br /&gt;but I cant find it.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks&lt;br /&gt;B&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Steven Van de Craen&amp;quot; &amp;lt;vandestattelenetdotbe&amp;gt;&lt;br /&gt;Subject: Re: How do I set default page&lt;br /&gt;Date: Tue, 12 Jun 2007 13:01:17 +0200&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;It is called Welcome Page in Site Settings: /_Layouts/AreaWelcomePage.aspx&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Steven&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From:&amp;nbsp; MoonLiver&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Re: How do I set default page&lt;br /&gt;Date: Tue, 12 Jun 2007 20:18:10 -0000&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;That is perfect, thank you Steven.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;Madhur discussions microsoft com&amp;gt;&lt;br /&gt;Subject: Re: How do I set default page&lt;br /&gt;Date: Wed, 20 Jun 2007 14:54:17 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Hi&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;How can I do it programmatically ?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Madhur&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Steven Van de Craen&amp;quot; &lt;br /&gt;Subject: Re: How do I set default page&lt;br /&gt;Date: Wed, 27 Jun 2007 09:06:58 +0200&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;Microsoft.SharePoint.Publishing.PublishingWeb&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;HTH,&lt;br /&gt;Steven&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>SPS2003 Add Link to Site not working</title><link>http://msmvps.com/blogs/obts/archive/2007/07/04/1001062.aspx</link><pubDate>Wed, 04 Jul 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1001062</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From:&amp;nbsp; mtupker &amp;lt;mtupkeratgmaildotcom&amp;gt;&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: SPS2003 Add Link to Site not working&lt;br /&gt;Date: Thu, 07 Jun 2007 19:35:35 -0000&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Today something odd started happening. When the page comes up to Add a link to Site for the site creation process ,I can fill out the information but when I click Ok, the Ok button goes grey and the page does nothing. After that I can enter the URL for the new site and continue to setup the site template and eventually enter the site. However when I go back to the Site Directory the site is nowhere to be found.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;The only bit of information I&amp;#39;ve been able to find on this problem is this MS article: &lt;/font&gt;&lt;a href="http://support.microsoft.com/kb/934229"&gt;&lt;font color="#008080" size="4"&gt;http://support.microsoft.com/kb/934229&lt;/font&gt;&lt;/a&gt;&lt;font color="#008080" size="4"&gt;, which has no solution as of yet.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I did just change the login and password that the Configuration Database Administration Account, Default Content Access Account, and Portal Site Application Pool Identity were using. That is the only thing that has been changed recently though. Has anyone come across this before? Thanks.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;... time passes slowly,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;... Next day: &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Check to see if you have windows server 2003 sp2 installed. if so try removing it. That worked for me.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;&lt;/font&gt;&lt;font color="#008080" size="4"&gt;Neal discussions microsoft com&lt;/font&gt;&lt;font color="#008080" size="4"&gt;&amp;gt;&lt;br /&gt;Subject: Re: SPS2003 Add Link to Site not working&lt;br /&gt;Date: Tue, 19 Jun 2007 02:14:01 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;Hi,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I had the same problem and didn&amp;#39;t feel like removing SP2 so I came up with &lt;br /&gt;the following solution:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;1. Open this file in a text editor:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\[LCID]\SPSSITES\LISTS\SITESLST\NewForm.aspx&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;(Replace [LCID] with your locale identifier, 1033 for English)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;2. Find this code fragment:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&amp;lt;SPSWC:InputFormButtonSection runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;SPSWC:InputFormButtonAtBottom ID=&amp;quot;ButtonOk&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;TextLocId=&amp;quot;Page_OkButton_Text&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;SPSWC:InputFormButtonAtBottom ID=&amp;quot;ButtonCancel&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;TextLocId=&amp;quot;Page_CancelButton_Text&amp;quot; visible=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/SPSWC:InputFormButtonSection&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;3. Replace it with this code fragment:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&amp;lt;SPSWC:InputFormButtonSection runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!-- Workaround for WIN2003SP2 issue: &lt;/font&gt;&lt;a href="http://support.microsoft.com/kb/934229"&gt;&lt;font color="#008080" size="4"&gt;http://support.microsoft.com/kb/934229&lt;/font&gt;&lt;/a&gt;&lt;font color="#008080" size="4"&gt; &lt;br /&gt;--&amp;gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;button&amp;quot; value=&amp;quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot; &lt;br /&gt;onclick=&amp;quot;document.forms[0].submit()&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;!-- &amp;lt;SPSWC:InputFormButtonAtBottom ID=&amp;quot;ButtonOk&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;TextLocId=&amp;quot;Page_OkButton_Text&amp;quot;/&amp;gt; --&amp;gt;&lt;br /&gt;&amp;lt;!-- End workaround --&amp;gt;&lt;br /&gt;&amp;lt;SPSWC:InputFormButtonAtBottom ID=&amp;quot;ButtonCancel&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;TextLocId=&amp;quot;Page_CancelButton_Text&amp;quot; visible=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/SPSWC:InputFormButtonSection&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;4. Thats it;-)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Hope this helps...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Neal&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;John discussions microsoft com&amp;gt;&lt;br /&gt;Subject: Re: SPS2003 Add Link to Site not working&lt;br /&gt;Date: Tue, 19 Jun 2007 06:26:07 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Good afternoon,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;At last a fix / Work around for a problem that MS seems to be unwilling to resolve!!! :-)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;This needs to be highlighted to everyone else having the same problem.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks Neal, god job.... Lets just hope MS can now do something to resolve this with a hotfix!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Cheers&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;John.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>Sharepoint Portal limitations?</title><link>http://msmvps.com/blogs/obts/archive/2007/07/04/1000963.aspx</link><pubDate>Wed, 04 Jul 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1000963</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Bikini Browser&amp;quot; &amp;lt;removedotbikinitodbrowserdottthisattgmailttodcom&amp;gt;&lt;br /&gt;Subject: Sharepoint Portal limitations?&lt;br /&gt;Date: Sat, 9 Jun 2007 12:05:21 -0400&lt;br /&gt;Newsgroups: microsoft.public.windows.server.sbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Hello everyone...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Question..&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Is the Sharepoint Portal included with SBS 2003 R2 the same as the standalone product or is the SBS version limited in any way?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks in advance...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Bikini Browser&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Date: Sat, 09 Jun 2007 09:24:46 PST&lt;br /&gt;Subject: Re: Sharepoint Portal limitations?&lt;br /&gt;From: Hollis Paul &lt;br /&gt;Newsgroups: microsoft.public.windows.server.sbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Actually, you have never received Sharepoint Portal as part of Windows Server.&amp;nbsp; It has always been just WSS, first 2.0, and with R2, 3.0.&amp;nbsp; (SBS MVPs--Correct me if I am wrong on the version numbers--I haven&amp;#39;t been interested in R2.&amp;nbsp; I&amp;#39;m waiting for D2.&amp;nbsp; Or perhaps Go Dot.) You get the full Windows Sharepoint Services product, just not the Portal product, which should be on a separate member server.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;--&lt;br /&gt;Hollis Paul&lt;br /&gt;Mukilteo, WA&amp;nbsp; USA&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Bikini Browser&amp;quot; &lt;br /&gt;Subject: Re: Sharepoint Portal limitations?&lt;br /&gt;Date: Sat, 9 Jun 2007 12:40:59 -0400&lt;br /&gt;Newsgroups: microsoft.public.windows.server.sbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks for your promt reply...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I don&amp;#39;t know anything about SharePoint, so bare with me if I sound totally &lt;br /&gt;silly...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You said...&amp;nbsp; &amp;gt;&amp;gt;You get the full Windows Sharepoint Services product, just &lt;br /&gt;not the Portal&amp;nbsp; product,&amp;lt;,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I will be using SBS 2003 R2.&amp;nbsp; Does this mean I will get more than just the Portal?&amp;nbsp; Are you saying that I will get EVERYTHING I NEED in SBS 2003 R2 to setup a SharePoint customer?&amp;nbsp; I don&amp;#39;t need any more software, is that correct?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Additionally, If I am going to use SharePoint, do you think I should get the Premium Edition which includes SQL server? Do I need the SQL server for SharePoint?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Please be 100% clear for a Novice like me...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks so much for your answers...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Bikini Browser&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Date: Sat, 09 Jun 2007 11:38:11 PST&lt;br /&gt;Subject: Re: Sharepoint Portal limitations?&lt;br /&gt;From: Hollis Paul &lt;br /&gt;Newsgroups: microsoft.public.windows.server.sbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&lt;font color="#800080"&gt;In article , Bikini Browser wrote:&lt;br /&gt;&amp;gt; I will be using SBS 2003 R2.&amp;nbsp; Does this mean I will get more than just the &lt;br /&gt;&amp;gt; Portal?&amp;nbsp; Are you saying that I will get EVERYTHING I NEED in SBS 2003 R2 to &lt;br /&gt;&amp;gt; setup a SharePoint customer?&amp;nbsp; I don&amp;#39;t need any more software, is that &lt;br /&gt;&amp;gt; correct?&lt;br /&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;SharePoint is a product that allows non-IT personnel to set up web sites.&amp;nbsp; I have no idea what you might need to set up any customer.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&lt;font color="#800080"&gt;&amp;gt; Additionally, If I am going to use SharePoint, do you think I should get the &lt;br /&gt;&amp;gt; Premium Edition which includes SQL server? Do I need the SQL server for &lt;br /&gt;&amp;gt; SharePoint?&lt;br /&gt;&amp;gt; &lt;br /&gt;&lt;/font&gt;I believe that the WSS that comes with SBS is installed with some version of MSDE, or some such acronym.&amp;nbsp; It is not SQL server.&amp;nbsp; It also does not support searches.&amp;nbsp; If you have SQL server in your system somewhere, then you can use that rather than MSDE; but you have to convert your MSDE database to an instance of an SQL database.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;&lt;font color="#800080"&gt;&amp;gt; Please be 100% clear for a Novice like me...&lt;br /&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;Well, perhaps you should leave the beach where you would not be so distracted.&amp;nbsp; There is a Microsoft SharePoint website that presents the material at a level that even a manager can understand: &lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.microsoft.com/SharePoint/default.mspx"&gt;&lt;font color="#008080" size="4"&gt;http://www.microsoft.com/SharePoint/default.mspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;It has been a long time since I was a novice in SharePoint, so I am not very good at generating the kind of support you need.&amp;nbsp; If no one else joins this thread, make a new post.&amp;nbsp; But please, visit that web site first.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;--&lt;br /&gt;Hollis Paul&lt;br /&gt;Mukilteo, WA&amp;nbsp; USA&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Claus&amp;quot; &amp;lt;cjobesatnova-techdotorg&amp;gt;&lt;br /&gt;Subject: Re: Sharepoint Portal limitations?&lt;br /&gt;Date: Sat, 9 Jun 2007 15:38:34 -0400&lt;br /&gt;Newsgroups: microsoft.public.windows.server.sbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;There are 2 different products available: SharePoint Services and the Portal Server. SBS comes with SharePoint Services.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I must agree with Hollis. Go to the SharePoint website and read up on the differences and features for the 2 products.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;-- &lt;br /&gt;Claus&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Costas&amp;quot; &amp;lt;cpstechgroupatgmaildotcom&amp;gt;&lt;br /&gt;Subject: Re: Sharepoint Portal limitations?&lt;br /&gt;Date: Sat, 9 Jun 2007 19:17:38 -0400&lt;br /&gt;Newsgroups: microsoft.public.windows.server.sbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;SharePoint Services 3.0 (WSS 3.0) is a technology that runs on Windows Server 2003 (SBS 2003 included) and it is distributed for free. SharePoint Services 2.0 comes with SBS 2003 and if you want to install version 3.0 you have to download it from Microsoft&amp;#39;s web site and do a parallel install (there is a document that describes how to do that on the web site).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;SharePoint, as a technology component, needs SQL Server to function.&amp;nbsp; If you don&amp;#39;t have SQL Server on your server, the installation routine installs MSDE (for version 2.0) or SQL Server Express (for version 3.0) which is limited to 4GB of data.&amp;nbsp; If you develop a SharePoint site and your planning indicates higher amount of data over a period of time, then you&amp;#39;ll need to buy the SBS 2003 R2 Premium to take advantage of SQL Server Workgroup which has no data limit.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;SharePoint Server 2007 2007 is a server product that operates on top of SharePoint Services. Prior to this release, the name of the server was SharePoint Portal Server 2003.&amp;nbsp; The word &amp;quot;Portal&amp;quot; is not used anymore.&amp;nbsp; This product is not free, and it has specific CAL requirements, all of which you can find at the Microsoft web site.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You don&amp;#39;t need SharePoint Server 2007 to develop an application using this technology. WSS will do just fine.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Hope that helps&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Costas&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Bikini Browser&amp;quot;&lt;br /&gt;Subject: Re: Sharepoint Portal limitations?&lt;br /&gt;Date: Tue, 3 Jul 2007 11:53:41 -0400&lt;br /&gt;Newsgroups: microsoft.public.windows.server.sbs&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Your detailed information has been very helpful.&amp;nbsp; Thank you!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Bikini Browser&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>Add the .pdf file type to Sharepoint Server 2003</title><link>http://msmvps.com/blogs/obts/archive/2007/05/26/927229.aspx</link><pubDate>Sat, 26 May 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:927229</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;PMguy discussions microsoft com&amp;gt;&lt;br /&gt;Subject: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 06:15:00 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;How do I add the .pdf file type to Sharepoint Server 2003? Where would I get the file to register and then how do I go about activating it?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;-- &lt;br /&gt;PMguy&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;SICYD&amp;quot; &amp;lt;smunozEstOsObrA atjazzfreedotcom&amp;gt;&lt;br /&gt;Subject: Re: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 16:03:37 +0200&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You can download and install the Adobe PDF iFilter from the website of Adobe.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Regards. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;PMguy&lt;br /&gt;Subject: Re: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 07:14:00 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Ok, I got the answer but where can I get a .gif to associate the .pdf?&lt;br /&gt;-- &lt;br /&gt;PMguy&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Mike Walsh&amp;quot; &amp;lt;englantilainen athotmaildotcom&amp;gt;&lt;br /&gt;Subject: Re: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 17:46:33 +0300&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;Here&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.adobe.com/images/pdficon.gif"&gt;&lt;font color="#008080" size="4"&gt;http://www.adobe.com/images/pdficon.gif&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Mike Walsh&lt;br /&gt;WSS FAQ &lt;/font&gt;&lt;a href="http://www.wssfaq.com/"&gt;&lt;font color="#008080" size="4"&gt;http://www.wssfaq.com&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;No private e-mail please.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;SICYD&amp;quot; &lt;br /&gt;Subject: Re: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 17:12:53 +0200&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;You can associate the file extensions with their icons editing the file docicon.xml in c:\program files\common files\microsoft shared\web server extensions\60\template\xml.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Regards. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Mike Walsh&amp;quot;&lt;br /&gt;Subject: Re: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 18:25:34 +0300&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Not what I read &amp;quot;where do I get a .gif&amp;quot; to mean, but with our two answers combined he should be OK &amp;lt;grin&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;P.S. My gif is a bit big. That&amp;#39;s the way Adobe have it. There used to be a set of gifs on the web including a smaller one for pdf files (and one for zips etc) but that site is long gone.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Mike Walsh&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;PMguy&lt;br /&gt;Subject: Re: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 09:20:01 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I put both of your answers together, but you all forgot to mention to restart IIS, in order for the change to initialize. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thanks&lt;br /&gt;-- &lt;br /&gt;PMguy&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;Mike Walsh&amp;quot; &amp;lt;&lt;/font&gt;&lt;a href="mailto:englantilainen@hotmail.com"&gt;&lt;font color="#008080" size="4"&gt;englantilainen@hotmail.com&lt;/font&gt;&lt;/a&gt;&lt;font color="#008080" size="4"&gt;&amp;gt;&lt;br /&gt;Subject: Re: Add the .pdf file type to Sharepoint Server 2003&lt;br /&gt;Date: Thu, 24 May 2007 19:30:47 +0300&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;That, as they say, was &amp;quot;obvious&amp;quot;&amp;nbsp; (grin)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Glad you got it working anyway despite our &amp;quot;lapse&amp;quot;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Mike Walsh&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>Run a Web-based application from SharePoint</title><link>http://msmvps.com/blogs/obts/archive/2007/05/26/926949.aspx</link><pubDate>Sat, 26 May 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:926949</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;lt;tspink discussions microsoft com&amp;gt;&lt;br /&gt;Subject: Run a Web-based application from SharePoint&lt;br /&gt;Date: Tue, 8 May 2007 13:47:01 -0700&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;We have developed a Web based application using ASP.NET 2.0, and Server 2003 enabled with .Net Framework 2.2.&amp;nbsp; We have a client that would like to run this web application from SharePoint 2007.&amp;nbsp; Being new to SharePoint, can we do this?&amp;nbsp; Is there any &amp;quot;Tweaking&amp;quot; to the app required to run from SharePoint 2007?&amp;nbsp; Anything esle we should know about before we respond?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;-- &lt;br /&gt;tspink&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: &amp;quot;John Timney \(MVP\)&amp;quot; &lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Re: Run a Web-based application from SharePoint&lt;br /&gt;Date: Tue, 8 May 2007 22:26:40 +0100&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I&amp;#39;ve not tested this, but the wording here explains exactly what your t[r]ying to do&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/cjohnson/archive/2006/09/05/740498.aspx"&gt;&lt;font color="#008080" size="4"&gt;http://blogs.msdn.com/cjohnson/archive/2006/09/05/740498.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Regards&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;John Timney (MVP)&lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.johntimney.com/"&gt;&lt;font color="#008080" size="4"&gt;http://www.johntimney.com&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.johntimney.com/blog"&gt;&lt;font color="#008080" size="4"&gt;http://www.johntimney.com/blog&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: Sundher &amp;lt;sundher.ganesh atgmaildotcom&amp;gt;&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Re: Run a Web-based application from SharePoint&lt;br /&gt;Date: 8 May 2007 15:05:52 -0700&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;In the SPS 2007 all requests go through ASP.NET 2.0 before they are handled by WSS3.0. So build an asp.net 2.0 application in VS2005, copy the dll to sharepoint site bin directory, add the safecontrol entry in the web.config file. Finally import the .aspx pages in sharepoint designer.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item><item><title>change default column name 'Title ' in Item content type</title><link>http://msmvps.com/blogs/obts/archive/2007/05/25/926061.aspx</link><pubDate>Fri, 25 May 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:926061</guid><dc:creator>OBTS</dc:creator><description>&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: marinap atavanadedotcom&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: change default column name &amp;#39;Title &amp;#39; in Item content type&lt;br /&gt;Date: 8 May 2007 00:13:21 -0700&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I&amp;#39;ve changed the name of Title field on my new content type that inherits from Item.&lt;br /&gt;It effected the Item content type itself and everything that inherits from it ...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;When I try to change it back to &amp;#39;Title&amp;#39; , I&amp;nbsp; get an error: &amp;quot;...reserved column name... &amp;quot; , which&amp;nbsp; is logical ...in a way...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Any idea on how to reverse Item back to having default column names?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;grateful in advance,&lt;br /&gt;Marina Petersen&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: Sundher &amp;lt;sundher.ganesh atgmaildotcom&amp;gt;&lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Re: change default column name &amp;#39;Title &amp;#39; in Item content type&lt;br /&gt;Date: 8 May 2007 11:36:35 -0700&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;There is a file called FldEdit.aspx in layouts folder which contains a javascript function as shown below&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;function doesFieldNameConflict( strName )&lt;br /&gt;&amp;nbsp;{&lt;br /&gt;&amp;nbsp; if (g_FieldName[strName.toLowerCase()] &amp;amp;&amp;amp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strName.toLowerCase() != &amp;lt;&lt;br /&gt;%SPHttpUtility.AddQuote(SPHttpUtility.EcmaScriptStringLiteralEncode(spField.Title),Response.Output);&lt;br /&gt;%&amp;gt;.toLowerCase())&lt;br /&gt;&amp;nbsp;&amp;nbsp; return true;&lt;br /&gt;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp; return false;&lt;br /&gt;&amp;nbsp;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;g_FieldName : Its an array collection of all possible fields...&lt;br /&gt;Just modify the function to add your own logic and by passing the&lt;br /&gt;check for existence of &amp;quot;Title&amp;quot; field as shown below&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;function doesFieldNameConflict( strName )&lt;br /&gt;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( strName.toLowerCase()&amp;nbsp; == &amp;quot;title&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return true;&lt;br /&gt;&amp;nbsp; if (g_FieldName[strName.toLowerCase()] &amp;amp;&amp;amp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strName.toLowerCase() != &amp;lt;&lt;br /&gt;%SPHttpUtility.AddQuote(SPHttpUtility.EcmaScriptStringLiteralEncode(spField.Title),Response.Output);&lt;br /&gt;%&amp;gt;.toLowerCase())&lt;br /&gt;&amp;nbsp;&amp;nbsp; return true;&lt;br /&gt;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp; return false;&lt;br /&gt;&amp;nbsp;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;font color="#008080" size="4"&gt;I tried this method, but I do not how to save the file back to layouts folder and make use of the new one.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;From: Sundher &lt;br /&gt;Newsgroups: microsoft.public.sharepoint.portalserver&lt;br /&gt;Subject: Re: change default column name &amp;#39;Title &amp;#39; in Item content type&lt;br /&gt;Date: 8 May 2007 12:09:15 -0700&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;The other way to handle this is from Database, in wss content database there would be a table called &amp;quot; ContentTypes&amp;quot;, in that table you check the column called &amp;quot;Definition&amp;quot; that stores the actual content description. I updated that field and my problem is solved.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;**************************************&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Comment from: Ron on 12/14/2007&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Thank you for posting this.&amp;nbsp; It really saved my butt.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;I did however have to do some additional steps to complete the fix.&amp;nbsp; Here are the steps I had to do. &lt;/font&gt;&lt;font color="#008080" size="4"&gt;If someone altered the Title column and propogated it throughout the site collection then you have to do the following steps to bypass the Sealed content type issue. Additional Steps: &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Open Site Content Types on the root site&lt;br /&gt;&lt;/font&gt;&lt;font color="#008080" size="4"&gt;Open up the Item Content Type&lt;br /&gt;Click the Title Column&lt;br /&gt;In the Site Column Information section, click the &amp;quot;Edit site column in new window&amp;quot;&lt;br /&gt;&lt;/font&gt;&lt;font color="#008080" size="4"&gt;Scroll down and make sure Update Lists is set to YES&lt;br /&gt;Click OK&lt;br /&gt;This will go through ALL the content types and reset the column to Title&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Again, Thank you VERY much&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="4"&gt;Ron&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color="#008080" size="4"&gt;
&lt;p&gt;&lt;img alt="End slug" src="http://msmvps.com/photos/obts/images/original/End_5F00_of_5F00_Post.aspx" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="TEXT-ALIGN:right;"&gt;Posted using &lt;a href="http://www.blogjet.com/"&gt;&lt;img alt="BlogJet" src="http://msmvps.com/photos/obts/images/original/BlogJet1.aspx" border="0" /&gt;&lt;/a&gt;&lt;/b&gt; &lt;/font&gt;&lt;/p&gt;</description></item></channel></rss>