<?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>Connexeon Blog &#187; .NET</title>
	<atom:link href="http://blog.connexeon.com/topics/sysadmin/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.connexeon.com</link>
	<description>Connexeon Blog</description>
	<lastBuildDate>Fri, 20 Aug 2010 07:43:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PFDAVadmin on Exchange 2007: Could not expand&#8230;</title>
		<link>http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:28:18 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/</guid>
		<description><![CDATA[You might want to use PFDAVAdmin on Exchange 2007 (to set public folder user rights for example) and run into this error; Could not expand https://yourexchange.yourdomain.local/ExAdmin/Admin/&#8230;. Name cannot begin with the &#8217;0&#8242; character, hexadecimal value 0&#215;30. Line 1, position 399. You should either install .NET Framework 1.1 or run the tool from a server or [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version control for .NET with Subversion and AnkhSVN</title>
		<link>http://blog.connexeon.com/sysadmin/windows/version-control-for-net-with-subversion-and-ankhsvn/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/version-control-for-net-with-subversion-and-ankhsvn/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 21:05:27 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/2008/version-control-for-net-with-subversion-and-ankhsvn/</guid>
		<description><![CDATA[Requires a Linux server (CentOS in this case, Subversion also runs on Windows if you want) and Visual Studio (2008 in this case) Install subversion and xinetd yum install subversion xinetd Create the following file /etc/xinetd.d/svnserve # default: on # Subversion server service svn &#123; socket_type = stream protocol = tcp user = root wait [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/version-control-for-net-with-subversion-and-ankhsvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install 32-bit Reporting Services on a 64-bit Windows 2003</title>
		<link>http://blog.connexeon.com/sysadmin/windows/install-32-bit-reporting-services-on-a-64-bit-windows-2003/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/install-32-bit-reporting-services-on-a-64-bit-windows-2003/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 21:31:47 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/2008/install-32-bit-reporting-services-on-a-64-bit-windows-2003/</guid>
		<description><![CDATA[I followed a MS how-to: http://msdn.microsoft.com/en-us/library/ms143293(SQL.90).aspx However, the last step (allowing 32-bit .NET) was not possible because the 32-bit Web Server Extension was not there. I ran the following to register it; C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i Refresh the Web Server Extensions and Allow “ASP.NET v2.0.50727 (32-bit)”. MS procedure; If necessary, uninstall the 64-bit version of Reporting Services. [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/install-32-bit-reporting-services-on-a-64-bit-windows-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NET 3.5 framework: Child nodes are not allowed</title>
		<link>http://blog.connexeon.com/sysadmin/windows/net-35-framework-child-nodes-are-not-allowed/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/net-35-framework-child-nodes-are-not-allowed/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 08:26:54 +0000</pubDate>
		<dc:creator>Tom Van den Berg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/2007/net-35-framework-child-nodes-are-not-allowed/</guid>
		<description><![CDATA[After installing the new .net framework (i need it because I’m creating my project in Visual Studio 2008) the website wouldn’t run. It gave following error: ”parse Error: Child nodes are not allowed” This error occurs when you attempt to run an application using .NET framework 2.0 or 3.0 and your Microsoft IIS webserver defaults [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/net-35-framework-child-nodes-are-not-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
