<?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>Stephen Lacy &#187; Troubleshooting</title>
	<atom:link href="http://www.lacy.ie/category/troubleshooting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lacy.ie</link>
	<description>Impressions as an ASP.Net Developer</description>
	<lastBuildDate>Thu, 25 Feb 2010 16:56:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom Control won&#8217;t trigger Update Panel</title>
		<link>http://www.lacy.ie/custom-control-wont-trigger-update-panel</link>
		<comments>http://www.lacy.ie/custom-control-wont-trigger-update-panel#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[asp.net ajax.net javascript]]></category>

		<guid isPermaLink="false">http://www.lacy.ie/?p=241</guid>
		<description><![CDATA[I was using the __dopostback  function in asp.net to cause a postback that would trigger an update in an updatepanel where relevant.
If you come across this problem make sure that your custom control implements the INamingContainer as well as the IPostBackEventHandler interfaces
Also make sure that your first argument to the __dopostback function is the unique [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was using the __dopostback  function in asp.net to cause a postback that would trigger an update in an updatepanel where relevant.</p>
<p>If you come across this problem make sure that your custom control implements the INamingContainer as well as the IPostBackEventHandler interfaces</p>
<p>Also make sure that your first argument to the __dopostback function is the unique id of your custom control (this.UniqueId)</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fcustom-control-wont-trigger-update-panel&amp;linkname=Custom%20Control%20won%26%238217%3Bt%20trigger%20Update%20Panel"><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/custom-control-wont-trigger-update-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calendar Extender arrows in IE8 bug</title>
		<link>http://www.lacy.ie/calendar-extender-arrows-in-ie8-bug</link>
		<comments>http://www.lacy.ie/calendar-extender-arrows-in-ie8-bug#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ajax.Net]]></category>
		<category><![CDATA[AjaxControlToolkit]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://lacy.ie/?p=185</guid>
		<description><![CDATA[.ajax__calendar_title
{width:150px; margin:auto; padding:3px;}
Taken from here: http://forums.asp.net/p/1395899/3000757.aspx
If you are finding that you can&#8217;t click on the arrows on the Calendar Extender in IE 8 try using the following css.
.ajax__calendar_title{width:150px; margin:auto; padding:3px;}
It stops the calendar title from extending over the arrows.


Related posts:ASP.net Ajax Calendar Extender If you are using the Ajax Calendar Extender it might...
How to (Successfully) Install [...]


Related posts:<ol><li><a href='http://www.lacy.ie/aspnet-ajax-calendar-extender' rel='bookmark' title='Permanent Link: ASP.net Ajax Calendar Extender'>ASP.net Ajax Calendar Extender</a> <small>If you are using the Ajax Calendar Extender it might...</small></li>
<li><a href='http://www.lacy.ie/how-to-successfully-install-cisco-vpn-client-on-windows-7' rel='bookmark' title='Permanent Link: How to (Successfully) Install Cisco VPN Client on Windows 7'>How to (Successfully) Install Cisco VPN Client on Windows 7</a> <small>I&#8217;ve been having trouble connecting to h365 using the cisco...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">.ajax__calendar_title</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">{width:150px; margin:auto; padding:3px;}</div>
<p>Taken from here: <a href="http://forums.asp.net/p/1395899/3000757.aspx">http://forums.asp.net/p/1395899/3000757.aspx</a></p>
<p>If you are finding that you can&#8217;t click on the arrows on the Calendar Extender in IE 8 try using the following css.</p>
<p>.ajax__calendar_title{width:150px; margin:auto; padding:3px;}</p>
<p>It stops the calendar title from extending over the arrows.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fcalendar-extender-arrows-in-ie8-bug&amp;linkname=Calendar%20Extender%20arrows%20in%20IE8%20bug"><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://www.lacy.ie/aspnet-ajax-calendar-extender' rel='bookmark' title='Permanent Link: ASP.net Ajax Calendar Extender'>ASP.net Ajax Calendar Extender</a> <small>If you are using the Ajax Calendar Extender it might...</small></li>
<li><a href='http://www.lacy.ie/how-to-successfully-install-cisco-vpn-client-on-windows-7' rel='bookmark' title='Permanent Link: How to (Successfully) Install Cisco VPN Client on Windows 7'>How to (Successfully) Install Cisco VPN Client on Windows 7</a> <small>I&#8217;ve been having trouble connecting to h365 using the cisco...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/calendar-extender-arrows-in-ie8-bug/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Can&#039;t Register Javascript for Invisible Control</title>
		<link>http://www.lacy.ie/cant-register-javascript-for-invisible-control</link>
		<comments>http://www.lacy.ie/cant-register-javascript-for-invisible-control#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:04:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Control Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Forms]]></category>

		<guid isPermaLink="false">http://lacy.ie/?p=157</guid>
		<description><![CDATA[I was writing an ASP.Net Dialog Control and I overwrote the Visible property to mean does the Dialog Control get displayed on the page initally, this defaulted to false.
Later on I discovered that I couldn&#8217;t seem to register any javascript from the control. Turns out that it wasn&#8217;t being registered because of the lack of [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was writing an ASP.Net Dialog Control and I overwrote the Visible property to mean does the Dialog Control get displayed on the page initally, this defaulted to false.</p>
<p>Later on I discovered that I couldn&#8217;t seem to register any javascript from the control. Turns out that it wasn&#8217;t being registered because of the lack of visibility. .Net was treating it like an on/off switch even though I&#8217;d told it not to. It&#8217;s things like this that make me want to use ASP.Net MVC.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fcant-register-javascript-for-invisible-control&amp;linkname=Can%26%23039%3Bt%20Register%20Javascript%20for%20Invisible%20Control"><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/cant-register-javascript-for-invisible-control/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Deployment Project IIS Deploy error on Team Foundation Server</title>
		<link>http://www.lacy.ie/web-deployment-project-iis-deploy-error-on-team-foundation-server</link>
		<comments>http://www.lacy.ie/web-deployment-project-iis-deploy-error-on-team-foundation-server#comments</comments>
		<pubDate>Mon, 30 Mar 2009 10:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Web Deployment Projects]]></category>

		<guid isPermaLink="false">http://lacy.ie/?p=129</guid>
		<description><![CDATA[I got the following on build until recently.
Initializing IIS Web Server...
Successfully created virtual directory 'ycmbuild'.
Granting IIS read access to the folder 'C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release'.
C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(676,5): error : Some or all identity references could not be translated.
Warning: Unable to grant IIS access to folder 'C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release'.
Done building project "WebSite_deploy.wdproj".
========== Rebuild All: 7 succeeded, 0 failed, 0 skipped ==========
The solution [...]


Related posts:<ol><li><a href='http://www.lacy.ie/first-impressions-of-team-foundation-server' rel='bookmark' title='Permanent Link: First Impressions of Team Foundation Server'>First Impressions of Team Foundation Server</a> <small>Up until recently I had been using trac and svn...</small></li>
<li><a href='http://www.lacy.ie/redirecting-using-strong-types-in-an-asp-net-web-application-project' rel='bookmark' title='Permanent Link: Redirecting using strong types in an asp.net web application project'>Redirecting using strong types in an asp.net web application project</a> <small>It recently began to annoy me that every time I...</small></li>
<li><a href='http://www.lacy.ie/handling-relative-paths-and-debug-mode-with-jquery-in-asp-net-web-forms' rel='bookmark' title='Permanent Link: Handling Relative Paths and debug mode with Jquery in ASP.Net Web Forms'>Handling Relative Paths and debug mode with Jquery in ASP.Net Web Forms</a> <small>I had a problem where I wanted to use the...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I got the following on build until recently.</p>
<p><code>Initializing IIS Web Server...<br />
Successfully created virtual directory 'ycmbuild'.<br />
<strong>Granting IIS read access to the folder 'C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release'.<br />
C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(676,5): error : Some or all identity references could not be translated.<br />
Warning: Unable to grant IIS access to folder 'C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release'.</strong><br />
Done building project "WebSite_deploy.wdproj".<br />
========== Rebuild All: 7 succeeded, 0 failed, 0 skipped ==========<span id="more-129"></span></code></p>
<p>The solution for me was to stop the web deployment project from creating the iis virtual directory, make a virtual directory pointing at say &#8220;c:\inetpub\vdir&#8221;, give the application pool it belongs to the same rights as the tfservice, edit team build project file adding a task that shuts down the parent website of the virtual directory, deletes all subdirectories and files in &#8220;c:\inetpub\vdir&#8221;, copies the published website that the deployment project creates to &#8220;c:\inetpub\vdir&#8221; and starts the parent website of the virtual directory.</p>
<p>I&#8217;m sure there are other solutions, I found that to be the simplest. Also, I used SDC Tasks to do all of this, very simple stuff.</p>
<p>What you add the the .proj file looks like this:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;Target</span> <span class="re0">Name</span>=<span class="st0">&quot;AfterCompile&quot;</span><span class="re2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;Web</span>.WebSite.Stop <span class="re0">Description</span>=<span class="st0">&quot;Default Website&quot;</span> <span class="re2">/&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;Folder</span>.CleanFolder <span class="re0">Path</span>=<span class="st0">&quot;c:\inetpub\vdir&quot;</span> <span class="re0">force</span>=<span class="st0">&quot;true&quot;</span><span class="re2">/&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;Folder</span>.CopyFolder <span class="re0">Source</span>=<span class="st0">&quot;$(SolutionRoot)\..\Binaries\Release\_PublishedWebsites\WebSite_Deploy&quot;</span> <span class="re0">Destination</span>=<span class="st0">&quot;c:\inetpub\vdir&quot;</span> <span class="re2">/&gt;</span></span></div>
</li>
<li class="li2">
<div class="de2"><span class="sc3"><span class="re1">&lt;Web</span>.WebSite.Start <span class="re0">Description</span>=<span class="st0">&quot;Default Website&quot;</span> <span class="re2">/&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1"><span class="sc3"><span class="re1">&lt;/Target<span class="re2">&gt;</span></span></span></div>
</li>
</ol>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fweb-deployment-project-iis-deploy-error-on-team-foundation-server&amp;linkname=Web%20Deployment%20Project%20IIS%20Deploy%20error%20on%20Team%20Foundation%20Server"><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://www.lacy.ie/first-impressions-of-team-foundation-server' rel='bookmark' title='Permanent Link: First Impressions of Team Foundation Server'>First Impressions of Team Foundation Server</a> <small>Up until recently I had been using trac and svn...</small></li>
<li><a href='http://www.lacy.ie/redirecting-using-strong-types-in-an-asp-net-web-application-project' rel='bookmark' title='Permanent Link: Redirecting using strong types in an asp.net web application project'>Redirecting using strong types in an asp.net web application project</a> <small>It recently began to annoy me that every time I...</small></li>
<li><a href='http://www.lacy.ie/handling-relative-paths-and-debug-mode-with-jquery-in-asp-net-web-forms' rel='bookmark' title='Permanent Link: Handling Relative Paths and debug mode with Jquery in ASP.Net Web Forms'>Handling Relative Paths and debug mode with Jquery in ASP.Net Web Forms</a> <small>I had a problem where I wanted to use the...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/web-deployment-project-iis-deploy-error-on-team-foundation-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Authoring Component fails to install</title>
		<link>http://www.lacy.ie/web-authoring-component-fails-to-install</link>
		<comments>http://www.lacy.ie/web-authoring-component-fails-to-install#comments</comments>
		<pubDate>Mon, 02 Mar 2009 13:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://lacy.ie/?p=109</guid>
		<description><![CDATA[If you come across this problem I suggest the First thing you try is to check the intall file integrity.
I came across this problem and couldn&#8217;t find any solution to it, turns out I only had the first half of the ISO. The Web Authoring Component is in the latter half.
I only noticed once I [...]


Related posts:<ol><li><a href='http://www.lacy.ie/web-deployment-project-iis-deploy-error-on-team-foundation-server' rel='bookmark' title='Permanent Link: Web Deployment Project IIS Deploy error on Team Foundation Server'>Web Deployment Project IIS Deploy error on Team Foundation Server</a> <small>I got the following on build until recently. Initializing IIS...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you come across this problem I suggest the <strong>First</strong> thing you try is to check the intall file integrity.</p>
<p>I came across this problem and couldn&#8217;t find any solution to it, turns out I only had the first half of the ISO. The Web Authoring Component is in the latter half.</p>
<p>I only noticed once I tried to extract the ISO using <a href="http://sourceforge.net/projects/sevenzip/">7-zip</a> (Free, Open Source, No Nag Screen) and only one file came out.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fweb-authoring-component-fails-to-install&amp;linkname=Web%20Authoring%20Component%20fails%20to%20install"><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://www.lacy.ie/web-deployment-project-iis-deploy-error-on-team-foundation-server' rel='bookmark' title='Permanent Link: Web Deployment Project IIS Deploy error on Team Foundation Server'>Web Deployment Project IIS Deploy error on Team Foundation Server</a> <small>I got the following on build until recently. Initializing IIS...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/web-authoring-component-fails-to-install/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Directory Listing on Windows 2003 server FTP</title>
		<link>http://www.lacy.ie/no-directory-listing-on-windows-2003-server-ftp</link>
		<comments>http://www.lacy.ie/no-directory-listing-on-windows-2003-server-ftp#comments</comments>
		<pubDate>Sun, 01 Mar 2009 23:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://lacy.ie/?p=106</guid>
		<description><![CDATA[Was trying to get windows ftp to work yesterday for an hour or so. I could connect to the server but could not get a directory listing. I narrowed down the problem to the firewall, I could get a directory listing locally but nothing externally. Turns out its not just sufficient to open port 21 [...]


Related posts:<ol><li><a href='http://www.lacy.ie/searching-in-a-property-listing-web-application' rel='bookmark' title='Permanent Link: Searching in a Property Listing Web Application'>Searching in a Property Listing Web Application</a> <small>Over the past few months I&#8217;ve had to make frequent...</small></li>
<li><a href='http://www.lacy.ie/first-impressions-of-team-foundation-server' rel='bookmark' title='Permanent Link: First Impressions of Team Foundation Server'>First Impressions of Team Foundation Server</a> <small>Up until recently I had been using trac and svn...</small></li>
<li><a href='http://www.lacy.ie/how-to-successfully-install-cisco-vpn-client-on-windows-7' rel='bookmark' title='Permanent Link: How to (Successfully) Install Cisco VPN Client on Windows 7'>How to (Successfully) Install Cisco VPN Client on Windows 7</a> <small>I&#8217;ve been having trouble connecting to h365 using the cisco...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Was trying to get windows ftp to work yesterday for an hour or so. I could connect to the server but could not get a directory listing. I narrowed down the problem to the firewall, I could get a directory listing locally but nothing externally. Turns out its not just sufficient to open port 21 on the firewall. You have to do the following</p>
<ol>
<li>Open the Windows firewall settings</li>
<li>Click the Advanced tab</li>
<li>Click the top settings button</li>
<li>Check the box that says FTP Server</li>
<li>Click OK</li>
<li>Click OK</li>
</ol>
<p>That should work then.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fno-directory-listing-on-windows-2003-server-ftp&amp;linkname=No%20Directory%20Listing%20on%20Windows%202003%20server%20FTP"><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://www.lacy.ie/searching-in-a-property-listing-web-application' rel='bookmark' title='Permanent Link: Searching in a Property Listing Web Application'>Searching in a Property Listing Web Application</a> <small>Over the past few months I&#8217;ve had to make frequent...</small></li>
<li><a href='http://www.lacy.ie/first-impressions-of-team-foundation-server' rel='bookmark' title='Permanent Link: First Impressions of Team Foundation Server'>First Impressions of Team Foundation Server</a> <small>Up until recently I had been using trac and svn...</small></li>
<li><a href='http://www.lacy.ie/how-to-successfully-install-cisco-vpn-client-on-windows-7' rel='bookmark' title='Permanent Link: How to (Successfully) Install Cisco VPN Client on Windows 7'>How to (Successfully) Install Cisco VPN Client on Windows 7</a> <small>I&#8217;ve been having trouble connecting to h365 using the cisco...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/no-directory-listing-on-windows-2003-server-ftp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->