<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Windows CardSpace: FAQ for ASP.NET Developers</title>
	<link>http://ankitjain.info/ankit/2007/06/19/windows-infocard-faq-developers</link>
	<description>(ये मेरी लाईफ है)  »  It's all about Ankit ń Code ! «</description>
	<pubDate>Fri, 25 Jul 2008 07:48:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: barryd</title>
		<link>http://ankitjain.info/ankit/2007/06/19/windows-infocard-faq-developers#comment-31108</link>
		<pubDate>Sun, 01 Jul 2007 15:19:37 +0000</pubDate>
		<guid>http://ankitjain.info/ankit/2007/06/19/windows-infocard-faq-developers#comment-31108</guid>
					<description>On point 4; no. Never ever do this. ASP.NET is not run as LocalSystem for very good reasons, it's as high in the security context as you can get, and should IIS be compromised your entire machine is then wide open.

Instead run your process as normal (Network Service or a custom account) and grant read access to the SSL certificate instead.

I've put together the steps you need to take on my blog this afternoon; http://idunno.org/archive/2007/07/01/giving-your-web-site-process-access-to-your-ssl-certificate.aspx</description>
		<content:encoded><![CDATA[<p>On point 4; no. Never ever do this. ASP.NET is not run as LocalSystem for very good reasons, it&#8217;s as high in the security context as you can get, and should IIS be compromised your entire machine is then wide open.</p>
<p>Instead run your process as normal (Network Service or a custom account) and grant read access to the SSL certificate instead.</p>
<p>I&#8217;ve put together the steps you need to take on my blog this afternoon; <a href='http://idunno.org/archive/2007/07/01/giving-your-web-site-process-access-to-your-ssl-certificate.aspx' rel='nofollow'>http://idunno.org/archive/2007/07/01/giving-your-web-site-process-access-to-your-ssl-certificate.aspx</a>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
