<?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>Shawson&#039;s Code Blog &#187; Windows</title>
	<atom:link href="http://www.shawson.co.uk/codeblog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawson.co.uk/codeblog</link>
	<description>development notes for my failing memory</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:08:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Vista, Visual Studio 2003/5 and Front Page Extensions!</title>
		<link>http://www.shawson.co.uk/codeblog/windows-vista-visual-studio-20035-and-front-page-extensions/</link>
		<comments>http://www.shawson.co.uk/codeblog/windows-vista-visual-studio-20035-and-front-page-extensions/#comments</comments>
		<pubDate>Fri, 22 May 2009 10:54:14 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=175</guid>
		<description><![CDATA[We recently got new machines at work with Vista installed, allowing us to use IIS7, which has the added benefit of being able to run more than one site on the local IIS (unlike our previous IIS6 Win XP boxes)
When installing the various incarnations of visual studio to enable me to support some of our [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/runaway-sharepoint-2003-indexing/' rel='bookmark' title='Permanent Link: Runaway Sharepoint 2003 Indexing!'>Runaway Sharepoint 2003 Indexing!</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/2-tabs-fresh/' rel='bookmark' title='Permanent Link: 2 tabs fresh!'>2 tabs fresh!</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/wcf-404-3-errors/' rel='bookmark' title='Permanent Link: WCF 404.3 Errors'>WCF 404.3 Errors</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>We recently got new machines at work with Vista installed, allowing us to use IIS7, which has the added benefit of being able to run more than one site on the local IIS (unlike our previous IIS6 Win XP boxes)</p>
<p>When installing the various incarnations of visual studio to enable me to support some of our legacy app&#8217;s I came across a problem when installing Visual Studio 2003.  One of the pre-requisites is front page extensions which are no longer shipped with Windows in Vista- the solution was a version of the extensions made by ready to run software which is actually linked to from the <a href="http://www.iis.net/downloads/default.aspx?tabid=34&#038;g=6&#038;i=1630" target="_blank">Official IIS Site</a> (the article is named &#8220;FrontPage 2002 Server Extensions for IIS 7.0&#8243; incase you have to use the site search, after another of microsoft&#8217;s random url switch around&#8217;s they&#8217;re so fond of) -you can grab the install from here : <a href="http://www.rtr.com/fpse/" target="_blank">http://www.rtr.com/fpse/</a></p>
<p>Once you&#8217;ve run the installer, make sure you execute the following from the command line to activate them for your default website otherwise the .net installer still won&#8217;t recognise that you have them installed;</p>
<pre> owsadm.exe –o install </pre>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/runaway-sharepoint-2003-indexing/' rel='bookmark' title='Permanent Link: Runaway Sharepoint 2003 Indexing!'>Runaway Sharepoint 2003 Indexing!</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/2-tabs-fresh/' rel='bookmark' title='Permanent Link: 2 tabs fresh!'>2 tabs fresh!</a></li>
<li><a href='http://www.shawson.co.uk/codeblog/wcf-404-3-errors/' rel='bookmark' title='Permanent Link: WCF 404.3 Errors'>WCF 404.3 Errors</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/windows-vista-visual-studio-20035-and-front-page-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing stored log in credentials for network shares in Windows XP</title>
		<link>http://www.shawson.co.uk/codeblog/removing-stored-log-in-credentials-for-network-shares-in-windows-xp/</link>
		<comments>http://www.shawson.co.uk/codeblog/removing-stored-log-in-credentials-for-network-shares-in-windows-xp/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 08:35:39 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=131</guid>
		<description><![CDATA[At work we run Windows XP and recently had a big security review where all the passwords were changed.  This complicated things for me as our Source Safe database is held on a central server which I access across the network.  When trying to access the share I was prompted for a password, [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/windows-vista-visual-studio-20035-and-front-page-extensions/' rel='bookmark' title='Permanent Link: Windows Vista, Visual Studio 2003/5 and Front Page Extensions!'>Windows Vista, Visual Studio 2003/5 and Front Page Extensions!</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>At work we run Windows XP and recently had a big security review where all the passwords were changed.  This complicated things for me as our Source Safe database is held on a central server which I access across the network.  When trying to access the share I was prompted for a password, so I entered the new one yet it refused to let me in.  It seems this is because even though Windows asks you for a password, it doesn;t actually bother using the value you enter as the credentials are all cached!</p>
<p>
A quick google later and it turns out you can force windows to clear this cache from the command line (but it also nocks out your network drives so you will need to re-map these!
</p>
<pre>net use /d *</pre>
<p>It will ask you if you&#8217;re sure- just say yes and it will wipe out your mapped drives and any saved credentials &#8211; so make sure you note down the list of drives you currently have mapped which it will show you, so you can set them up again!</p>


<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/windows-vista-visual-studio-20035-and-front-page-extensions/' rel='bookmark' title='Permanent Link: Windows Vista, Visual Studio 2003/5 and Front Page Extensions!'>Windows Vista, Visual Studio 2003/5 and Front Page Extensions!</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/removing-stored-log-in-credentials-for-network-shares-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
