<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for (slightly) Behind the Curve</title>
	<atom:link href="http://slightlybehindthecurve.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://slightlybehindthecurve.wordpress.com</link>
	<description>web and Windows development</description>
	<lastBuildDate>Wed, 19 Aug 2009 14:39:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Asp.Net MVC template problem by commonov</title>
		<link>http://slightlybehindthecurve.wordpress.com/2009/07/06/asp-net-mvc-template-problem/#comment-20</link>
		<dc:creator>commonov</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://slightlybehindthecurve.wordpress.com/?p=112#comment-20</guid>
		<description>I&#039;ll try
tx</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try<br />
tx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to force timeouts in a Sharepoint intranet site when using Windows Authentication by Anoop</title>
		<link>http://slightlybehindthecurve.wordpress.com/2008/02/29/how-to-force-timeouts-in-a-sharepoint-intranet-site-when-using-windows-authentication/#comment-15</link>
		<dc:creator>Anoop</dc:creator>
		<pubDate>Fri, 26 Jun 2009 07:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://slightlybehindthecurve.wordpress.com/?p=3#comment-15</guid>
		<description>We can also check for IsNewSession property of the sesson and check for cookie to see if the timeout occured and redirect to the login page</description>
		<content:encoded><![CDATA[<p>We can also check for IsNewSession property of the sesson and check for cookie to see if the timeout occured and redirect to the login page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to force timeouts in a Sharepoint intranet site when using Windows Authentication by RP</title>
		<link>http://slightlybehindthecurve.wordpress.com/2008/02/29/how-to-force-timeouts-in-a-sharepoint-intranet-site-when-using-windows-authentication/#comment-8</link>
		<dc:creator>RP</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://slightlybehindthecurve.wordpress.com/?p=3#comment-8</guid>
		<description>I am unable to get this to work.  As indicated I made changes to the web.config file and added the code to the master page of the referenced site.  I added it before the  tag

First I get that runat attribute must be &quot;Server&quot;, so I change the case of &quot;s&quot; in server and then I get a Unexpected error occurred and the sharepoint log does not show any errors.  Also the error continues even when I take away the code from the master page until I restore back to the original format.  

Any help is appreciated</description>
		<content:encoded><![CDATA[<p>I am unable to get this to work.  As indicated I made changes to the web.config file and added the code to the master page of the referenced site.  I added it before the  tag</p>
<p>First I get that runat attribute must be &#8220;Server&#8221;, so I change the case of &#8220;s&#8221; in server and then I get a Unexpected error occurred and the sharepoint log does not show any errors.  Also the error continues even when I take away the code from the master page until I restore back to the original format.  </p>
<p>Any help is appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to force timeouts in a Sharepoint intranet site when using Windows Authentication by &#187; Session Timeouts, Windows Authentication, and SharePoint mylifeinaminute.com: You can learn a lot in a minute</title>
		<link>http://slightlybehindthecurve.wordpress.com/2008/02/29/how-to-force-timeouts-in-a-sharepoint-intranet-site-when-using-windows-authentication/#comment-7</link>
		<dc:creator>&#187; Session Timeouts, Windows Authentication, and SharePoint mylifeinaminute.com: You can learn a lot in a minute</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://slightlybehindthecurve.wordpress.com/?p=3#comment-7</guid>
		<description>[...] Visual Studio 2008, Windows SharePoint Services Over at (slightly) Behind the Curve, there is a posting on modifying your master page to allow for Session based timeouts for an integrated Windows [...]</description>
		<content:encoded><![CDATA[<p>[...] Visual Studio 2008, Windows SharePoint Services Over at (slightly) Behind the Curve, there is a posting on modifying your master page to allow for Session based timeouts for an integrated Windows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to force timeouts in a Sharepoint intranet site when using Windows Authentication by Adam</title>
		<link>http://slightlybehindthecurve.wordpress.com/2008/02/29/how-to-force-timeouts-in-a-sharepoint-intranet-site-when-using-windows-authentication/#comment-3</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 07 May 2008 22:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://slightlybehindthecurve.wordpress.com/?p=3#comment-3</guid>
		<description>Have you ever gotten an &quot;Object reference not set to an instance of an object.&quot; error from your code?  I copied it into a test solution I have here, and didn&#039;t get it.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Have you ever gotten an &#8220;Object reference not set to an instance of an object.&#8221; error from your code?  I copied it into a test solution I have here, and didn&#8217;t get it.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to force timeouts in a Sharepoint intranet site when using Windows Authentication by Tim</title>
		<link>http://slightlybehindthecurve.wordpress.com/2008/02/29/how-to-force-timeouts-in-a-sharepoint-intranet-site-when-using-windows-authentication/#comment-2</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 29 Feb 2008 23:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://slightlybehindthecurve.wordpress.com/?p=3#comment-2</guid>
		<description>Hi - thanks for the email.

I still had not got a chance to figure this out.....but it looks as though you have got it working.  Good job.

Thanks for the great information.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; thanks for the email.</p>
<p>I still had not got a chance to figure this out&#8230;..but it looks as though you have got it working.  Good job.</p>
<p>Thanks for the great information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
