<?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>Jaxidian Update &#187; ASP.NET</title>
	<atom:link href="http://www.jaxidian.org/update/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaxidian.org/update</link>
	<description>Shane Milton&#039;s Technology Update</description>
	<lastBuildDate>Tue, 29 Jun 2010 02:20:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Setting up an ASP.NET Service Account with Least-Privilege Permissions</title>
		<link>http://www.jaxidian.org/update/2010/06/02/162/</link>
		<comments>http://www.jaxidian.org/update/2010/06/02/162/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 16:08:30 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Least Privilege]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=162</guid>
		<description><![CDATA[I find myself rediscovering how to do this a lot, so I thought I&#8217;d post this here. Create your Account (let&#8217;s say it&#8217;s MyDomain.com\sa_MyMVCHostingUser in your company&#8217;s Active Directory server &#8211; it can also be a local Windows account as well) Open up an elevated command prompt (Start -> &#8220;command&#8221; -> [CTRL]+[SHIFT]+[ENTER]) Navigate to your [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2010/06/02/162/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rendering a Custom ASP.NET Control when Disabled by Parent Container</title>
		<link>http://www.jaxidian.org/update/2009/10/01/107/</link>
		<comments>http://www.jaxidian.org/update/2009/10/01/107/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 18:27:18 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Custom Controls]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=107</guid>
		<description><![CDATA[So I was performing some maintenance work on some webform stuff in an application and ran into a problem where an existing custom control, which I have the source for so I can fix it (yay!), wasn&#8217;t properly disabling itself when it was in a container that became disabled. The way it works, it overrides [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2009/10/01/107/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to identify the user your ASP.NET app uses to authenticate as</title>
		<link>http://www.jaxidian.org/update/2009/04/09/46/</link>
		<comments>http://www.jaxidian.org/update/2009/04/09/46/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:00:47 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/?p=46</guid>
		<description><![CDATA[I was recently asked how to identify the user your ASP.NET application uses to authenticate as. This can be a simple question or a bit more involved. Let&#8217;s start with the simple answers first. Default Accounts: Windows XP, Windows 2000, and earlier (you should NOT be caring about earlier!): ASPNET &#8211; this is created automatically [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2009/04/09/46/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Visual Studio 2005 ASP.NET apps on Vista Home Premium</title>
		<link>http://www.jaxidian.org/update/2007/10/10/11/</link>
		<comments>http://www.jaxidian.org/update/2007/10/10/11/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 14:09:09 +0000</pubDate>
		<dc:creator>Shane Milton</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.jaxidian.org/update/2007/10/10/11/</guid>
		<description><![CDATA[If you have an ASP.NET app hosted by IIS7 on any Vista Home edition (though I&#8217;ve only used Home Premium), it fails because Vista Home Premium lacks Windows Authentication. Fortunately, Microsoft is aware of this and has issued a fix. Unfortunately, it&#8217;s not part of Windows Updates so you&#8217;ll have to go get it yourself. [...]]]></description>
		<wfw:commentRss>http://www.jaxidian.org/update/2007/10/10/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
