<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.softteq.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Alastair Waddell</title><link>http://community.softteq.com/blogs/alastair/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Search Site for .NET developers</title><link>http://community.softteq.com/blogs/alastair/archive/2007/04/03/seach-site-for-net-developers.aspx</link><pubDate>Wed, 04 Apr 2007 00:35:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:474</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=474</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/04/03/seach-site-for-net-developers.aspx#comments</comments><description>&lt;P class=MsoNormal&gt;&lt;FONT face="Times New Roman" color=navy size=3&gt;&lt;SPAN style="FONT-SIZE:12pt;COLOR:navy;"&gt;I just heard about this on &lt;A href="http://www.dotnetrocks.com/"&gt;DotNetRocks&lt;/A&gt;. &amp;nbsp;(This post is for those who don’t listen)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Times New Roman" color=navy size=3&gt;&lt;SPAN style="FONT-SIZE:12pt;COLOR:navy;"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Times New Roman" color=navy size=3&gt;&lt;SPAN style="FONT-SIZE:12pt;COLOR:navy;"&gt;&lt;A href="http://searchdotnet.com/"&gt;http://searchdotnet.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Times New Roman" color=navy size=3&gt;&lt;SPAN style="FONT-SIZE:12pt;COLOR:navy;"&gt;Alastair&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face="Times New Roman" color=navy size=3&gt;&lt;SPAN style="FONT-SIZE:12pt;COLOR:navy;"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=474" width="1" height="1"&gt;</description></item><item><title>"The server committed a protocol violation"</title><link>http://community.softteq.com/blogs/alastair/archive/2007/03/28/the-server-committed-a-protocol-violation.aspx</link><pubDate>Thu, 29 Mar 2007 00:56:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:463</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=463</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/03/28/the-server-committed-a-protocol-violation.aspx#comments</comments><description>&lt;P&gt;I had a very interesting problem to debug today.&lt;BR&gt;&lt;BR&gt;An external company who are doing some contract work for us has been getting the error "The server committed a protocol violation" whist trying to communicate to one of our web services. They have a permanent VPN link to us. I got the call after they had spent several days trying to get things working, and they emailed me various links to FAQ's from around the place. It seems as though there 000's of hits when searching, but nothing worked. We knew the header was being changed, but by what and why?&lt;/P&gt;
&lt;P&gt;I am very familiar with tools such as &lt;A class="" title=Fiddler href="http://www.fiddlertool.com/fiddler/" target=_blank&gt;Fiddler&lt;/A&gt; and &lt;A class="" title=ieHTTPHeaders href="http://www.blunck.se/iehttpheaders/iehttpheaders.html" target=_blank&gt;ieHTTPHeaders&lt;/A&gt; which are great for debugging and tweaking performance, but in this case they couldn’t help when the exception was thrown.&lt;/P&gt;
&lt;P&gt;Then as if a light was turned on... why don’t we use the logging that asp.net has build into it. I added the code below to my web.config ran the application, and voila - had a rather lengthy log file sitting in my temp directory. Closer inspection revealed there was a nasty proxy server in the way. By-passing it for this site has things running as they should be &lt;/P&gt;
&lt;P&gt;Now just need to find out what the proxy server is doing...but that goes to somebody else to resolve.&lt;/P&gt;
&lt;P&gt;Alastair&lt;/P&gt;
&lt;P&gt;&amp;lt;system.diagnostics&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sources&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;source name="System.Net"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;listeners&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="System.Net"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/listeners&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/source&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;source name="System.Net.Sockets"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;listeners&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="System.Net"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/listeners&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/source&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/sources&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;switches&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="System.Net" value="Verbose" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="System.Net.Sockets" value="Verbose" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/switches&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sharedListeners&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="System.Net"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="System.Diagnostics.TextWriterTraceListener"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initializeData="c:\temp\Webtraffic.log" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/sharedListeners&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;trace autoflush="true" /&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/system.diagnostics&amp;gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=463" width="1" height="1"&gt;</description></item><item><title>John W. Backus -  Fortran Developer Dies</title><link>http://community.softteq.com/blogs/alastair/archive/2007/03/20/john-w-backus-fortran-developer-dies.aspx</link><pubDate>Wed, 21 Mar 2007 00:05:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:441</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=441</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/03/20/john-w-backus-fortran-developer-dies.aspx#comments</comments><description>&lt;FONT size=3&gt;
&lt;P&gt;John W. Backus, who assembled and led the &lt;/FONT&gt;&lt;A href="http://www.nytimes.com/redirect/marketwatch/redirect.ctx?MW=http://custom.marketwatch.com/custom/nyt-com/html-companyprofile.asp&amp;amp;amp;symb=IBM"&gt;&lt;U&gt;&lt;FONT color=#336b81 size=3&gt;I.B.M.&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt; team that created Fortran has died at the age of 82.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Ahh... I remember Fortran...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;A&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=441" width="1" height="1"&gt;</description></item><item><title>Accessibility Counts</title><link>http://community.softteq.com/blogs/alastair/archive/2007/03/14/accessibility-counts.aspx</link><pubDate>Thu, 15 Mar 2007 04:42:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:427</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=427</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/03/14/accessibility-counts.aspx#comments</comments><description>&lt;P&gt;For the past few months I have been working exclusively with ASP.Net creating internal applications for the Disabilities Services Commission here in Perth. &lt;BR&gt;&lt;BR&gt;I asked around the development team, and it appeared that whilst everybody was aware of accessibility most had never seen any of the accessible tools in play like Screen readers and simple input devices.So I had somebody organise a developer briefing where we got a couple of users to show how they actually use assistive technologies.&lt;/P&gt;
&lt;P&gt;We got to see 2 technologies used - on screen keyboard accessed by index finger movement on a single switch and a screen reader (JAWS).&lt;/P&gt;
&lt;P&gt;Some big points came across that we can all benefit from&lt;/P&gt;
&lt;P&gt;TAB order - Learn it – Use it &lt;BR&gt;Put Alt text in your images where appropriate &lt;BR&gt;For data tables – Identify row and column headers&lt;BR&gt;Title frames (if you must use them) &lt;BR&gt;Try to keep menus in the top left &lt;BR&gt;Never have the title of you page “…..My Page.….!” Screen readers actually say” dot dot dot dot dot dot dot&amp;nbsp; My Page dot dot dot dot dot dot dot&amp;nbsp; exclamation mark”&lt;BR&gt;There are many more, but I just want to point our some that will benefit ALL users.&lt;BR&gt;&lt;BR&gt;4 million Australians have some form of disability and 39% have and use the internet. And for some that is their gateway to interaction, online shopping, bill paying etc.&lt;BR&gt;&lt;BR&gt;So by making your site better and more accessible, you may have just increased your traffic.&lt;BR&gt;&lt;BR&gt;Some tools that I have discovered that help are the &lt;BR&gt;&lt;BR&gt;Developer toolbar (&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;DisplayLang=en&lt;/A&gt;)&lt;BR&gt;&lt;BR&gt;Web Accessibility Toolbar (&lt;A href="http://www.visionaustralia.org.au/ais/toolbar/"&gt;http://www.visionaustralia.org.au/ais/toolbar/&lt;/A&gt;) very usefull for color contrasts.&lt;BR&gt;&lt;BR&gt;And I have just seen this article on MSDN&amp;nbsp;&amp;nbsp;Enforce Web Standards For Better Accessibility (&lt;A href="http://msdn.microsoft.com/msdnmag/issues/07/04/ASPNET20/"&gt;http://msdn.microsoft.com/msdnmag/issues/07/04/ASPNET20/&lt;/A&gt;)&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Alastair&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=427" width="1" height="1"&gt;</description></item><item><title>Sandcastle - March 2007 CTP</title><link>http://community.softteq.com/blogs/alastair/archive/2007/03/06/sandcastle-march-2007-ctp.aspx</link><pubDate>Tue, 06 Mar 2007 22:52:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:402</guid><dc:creator>alastair</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=402</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/03/06/sandcastle-march-2007-ctp.aspx#comments</comments><description>&lt;P&gt;Lots happening with Sandcastle &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e82ea71d-da89-42ee-a715-696e3a4873b2&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=e82ea71d-da89-42ee-a715-696e3a4873b2&amp;amp;displaylang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Al&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=402" width="1" height="1"&gt;</description></item><item><title>An Inconvenient Truth</title><link>http://community.softteq.com/blogs/alastair/archive/2007/03/03/an-inconvenient-truth.aspx</link><pubDate>Sun, 04 Mar 2007 03:45:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:398</guid><dc:creator>alastair</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=398</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/03/03/an-inconvenient-truth.aspx#comments</comments><description>&lt;P&gt;I have just watched 'An &lt;SPAN class=red&gt;Inconvenient&lt;/SPAN&gt; Truth' by Al Gore and I have to say this&amp;nbsp;is a must watch. It raises some very shocking truths about global warming.&lt;/P&gt;
&lt;P&gt;It is available for free via many sources including &lt;A href="http://www.sharethetruth.us/"&gt;sharethetruth.us&lt;/A&gt; or can burn a copy for anybody interested.&lt;/P&gt;
&lt;P&gt;"A waterfall starts with just 1 drop of water" I will be doing my bit when&amp;nbsp;I can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Al&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=398" width="1" height="1"&gt;</description></item><item><title>User Group meeting - Microsoft Sync Services </title><link>http://community.softteq.com/blogs/alastair/archive/2007/03/01/user-group-meeting-microsoft-sync-services.aspx</link><pubDate>Fri, 02 Mar 2007 05:22:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:397</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=397</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/03/01/user-group-meeting-microsoft-sync-services.aspx#comments</comments><description>&lt;P&gt;Yesterday saw &lt;A class="" title="Nick Randolph" href="http://community.softteq.com/blogs/nick" target=_blank&gt;Nick Randolph&lt;/A&gt; give a fantastic presentation on Microsoft Sync Services to our &lt;A class="" title="User Group" href="http://www.perthdotnet.org/" target=_blank&gt;user group&lt;/A&gt;. I counted 24 people and with&amp;nbsp;a few new faces it looks as though word is getting around. A big thaks&amp;nbsp;to Nick.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking forward, we have next months meeting topic set. So update your calendar. 2nd April 5:30 where Dave Gardner from &lt;A class="" title=Intilecta href="http://www.intilecta.com/" target=_blank&gt;Intilecta&lt;/A&gt; will be giving us a talk on AJAX.&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=397" width="1" height="1"&gt;</description></item><item><title>Install SQL Server 2005 (IIS Feature Requirement) on Vista</title><link>http://community.softteq.com/blogs/alastair/archive/2007/02/21/install-sql-server-2005-iis-feature-requirement-on-vista.aspx</link><pubDate>Thu, 22 Feb 2007 04:45:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:385</guid><dc:creator>alastair</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=385</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2007/02/21/install-sql-server-2005-iis-feature-requirement-on-vista.aspx#comments</comments><description>&lt;P&gt;I have had a couple people ask me lately what are the requirements to get SQL server 2005 (in particular IIS components)&amp;nbsp;running on Vista&lt;/P&gt;
&lt;P&gt;Go to control panel - Programs - Select Turn On or Off Windows Features - Double Click on Internet Information Services and select the following&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=table cellSpacing=1 class="table"&gt;

&lt;TR&gt;
&lt;TH class=""&gt;Component&lt;/TH&gt;
&lt;TH class=""&gt;Folder&lt;/TH&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;Static Content&lt;/TD&gt;
&lt;TD class=""&gt;Common HTTP Features&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;Default Document&lt;/TD&gt;
&lt;TD class=""&gt;Common HTTP Features&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;HTTP Redirection&lt;/TD&gt;
&lt;TD class=""&gt;Common HTTP Features&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;Directory Browsing&lt;/TD&gt;
&lt;TD class=""&gt;Common HTTP Features&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;ASP.Net&lt;/TD&gt;
&lt;TD class=""&gt;Application Development&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;ISAPI Extension&lt;/TD&gt;
&lt;TD class=""&gt;Application Development&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;ISAPI Filters&lt;/TD&gt;
&lt;TD class=""&gt;Application Development&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;Windows Authentication&lt;/TD&gt;
&lt;TD class=""&gt;Security&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;IIS Metabase&lt;/TD&gt;
&lt;TD class=""&gt;Management Tools&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;IIS 6 WMI&lt;/TD&gt;
&lt;TD class=""&gt;Management Tools&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;Source: &lt;A href="http://support.microsoft.com/kb/920201"&gt;http://support.microsoft.com/kb/920201&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alastair&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=385" width="1" height="1"&gt;</description></item><item><title>Encrypting the identity section of Web.config</title><link>http://community.softteq.com/blogs/alastair/archive/2006/10/05/150.aspx</link><pubDate>Fri, 06 Oct 2006 04:26:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:150</guid><dc:creator>alastair</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=150</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2006/10/05/150.aspx#comments</comments><description>I have had a couple questions regarding encrypting the identity section of the web.config file, so here’s how.

&lt;br&gt;&lt;br&gt;In my example, I use identity impersonate in my web.config file and the physical path is “c:\sourcecode\BigWebApplication\web.config”


	
&lt;br&gt;&lt;br&gt;&amp;lt;system.web&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identity impersonate="true" userName="Alastair" password="password" /&amp;gt;&lt;br&gt;&amp;lt;/system.web&amp;gt;&lt;br&gt;&lt;br&gt;aspnet_regiis –pef system.web/identity c:\sourcecode\BigWebApplication

&lt;br&gt;&lt;br&gt;and to decrypt 

&lt;br&gt;&lt;br&gt;aspnet_regiis –pdf system.web/identity c:\sourcecode\BigWebApplication&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=150" width="1" height="1"&gt;</description><enclosure url="http://community.softteq.com/blogs/alastair/attachment/150.ashx" length="38811" type="image/jpeg" /></item><item><title>User group Session - Greg Linwood</title><link>http://community.softteq.com/blogs/alastair/archive/2006/10/05/148.aspx</link><pubDate>Thu, 05 Oct 2006 07:46:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:148</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=148</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2006/10/05/148.aspx#comments</comments><description>&lt;P&gt;Last night we saw Greg Linwood from &lt;A href="http://www.solidqualitylearning.com.au/"&gt;Solid Quality Learning&lt;/A&gt; deliver his presentation on "Indexing for Developers" to around 40 of our user group members. Both &lt;A href="http://mitch-wheat.blogspot.com/2006/10/indexing-for-developers.html"&gt;Mitch Wheat &lt;/A&gt;and &lt;A href="http://msmvps.com/blogs/brianmadsen/Default.aspx"&gt;Brian Masden&lt;/A&gt; have blogged about the session, so I won't repeat what they had to say except that it was fantastic.&lt;/P&gt;
&lt;P&gt;A huge thankyou to Greg for an excellent presentation and for making the time to come over.&lt;/P&gt;
&lt;P&gt;In my introductory comments to the &lt;A href="http://www.perthdotnet.org"&gt;User group&lt;/A&gt;&amp;nbsp;I mentioned a PDF reader that I have found called &lt;A href="http://www.foxitsoftware.com"&gt;FoxItReader&lt;/A&gt;.&amp;nbsp;It's free, requires no installation and is less than 3Mb, so for those interested, check it out.&lt;/P&gt;
&lt;P&gt;Alastair&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=148" width="1" height="1"&gt;</description></item><item><title>VS2005 Exported template problem</title><link>http://community.softteq.com/blogs/alastair/archive/2006/09/28/139.aspx</link><pubDate>Thu, 28 Sep 2006 13:20:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:139</guid><dc:creator>alastair</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=139</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2006/09/28/139.aspx#comments</comments><description>So I just spent the last few days developing a web template that I plan to distribute to all the developers in the organisation.&lt;br&gt;&lt;br&gt;-&amp;gt; Create the solution -&amp;gt; Select the export template wizard -&amp;gt; Voila&lt;br&gt;&lt;br&gt;Then I put it onto the first developers PC - select file, new web site - click on the newly installed template, but I notice the location textbox is greyed. WTF?&lt;br&gt;&lt;br&gt;Searching the web returned a big Nothing (null if your into c#) &lt;br&gt;&lt;br&gt;The fix (workaround?) I discovered is to reset your environment settings to anything BUT "Visual Basic Development Settings"&lt;br&gt;&lt;br&gt;Go figure....&lt;br&gt;&lt;br&gt;Alastair&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=139" width="1" height="1"&gt;</description></item><item><title>VS 2005 SP1 Beta Released today</title><link>http://community.softteq.com/blogs/alastair/archive/2006/09/26/133.aspx</link><pubDate>Tue, 26 Sep 2006 23:22:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:133</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=133</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2006/09/26/133.aspx#comments</comments><description>&lt;P&gt;Read more at Somasegar's blog.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/somasegar/archive/2006/09/26/772250.aspx"&gt;http://blogs.msdn.com/somasegar/archive/2006/09/26/772250.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Alastair&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=133" width="1" height="1"&gt;</description></item><item><title>SQL 2005 Reporting services User Group presentation</title><link>http://community.softteq.com/blogs/alastair/archive/2006/06/20/70.aspx</link><pubDate>Tue, 20 Jun 2006 14:03:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:70</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=70</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2006/06/20/70.aspx#comments</comments><description>&lt;P&gt;So the presenter we had lined up for our &lt;A href="http://www.perthdotnet.org/"&gt;.Net user group &lt;/A&gt;session last Wednesday got too busy, so I had to quickly come up with a session to deliver.&amp;nbsp;I chose SQL 2005 reporting services as I have just finished&amp;nbsp;a large implementation with great results.&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;The session I put together generated great interest from our members, so much so that I am now going to put together a part 2.&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;
&lt;P&gt;Stay tuned....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=70" width="1" height="1"&gt;</description></item><item><title>Installer Class - What variables do i have available?</title><link>http://community.softteq.com/blogs/alastair/archive/2006/05/30/60.aspx</link><pubDate>Wed, 31 May 2006 02:41:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:60</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=60</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2006/05/30/60.aspx#comments</comments><description>&lt;P&gt;I was creating a custom installer for an application I was writing, when I needed the answer to "How do I get the install path from within my Installer class.&lt;/P&gt;
&lt;P&gt;Well...&amp;nbsp;&amp;nbsp; In the installer class, you have access to "Me.Context.Parameters" This is a ReadOnly property which returns a System.Collections.Specialized.StringDictionary&lt;/P&gt;
&lt;P&gt;It Contains 4 keys:&amp;nbsp;&amp;nbsp;&amp;nbsp; "action", "installtype", "assemblypath", "logfile".&lt;/P&gt;
&lt;P&gt;So to get the path to your assembly, then&amp;nbsp; try Me.Context.Parameters("assemblypath")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;Alastair&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=60" width="1" height="1"&gt;</description></item><item><title>Great User Goup Sessions</title><link>http://community.softteq.com/blogs/alastair/archive/2006/05/21/58.aspx</link><pubDate>Mon, 22 May 2006 06:44:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:58</guid><dc:creator>alastair</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://community.softteq.com/blogs/alastair/rsscomments.aspx?PostID=58</wfw:commentRss><comments>http://community.softteq.com/blogs/alastair/archive/2006/05/21/58.aspx#comments</comments><description>&lt;P&gt;Our last &lt;A href="http://www.perthdotnet.org/"&gt;User group&lt;/A&gt; session saw some great content from some great presenters.&lt;/P&gt;
&lt;P&gt;We started with &lt;A href="http://blogs.msdn.com/davidlem/rss.aspx"&gt;Dave Lemphers&lt;/A&gt; presenting “Developing Multi-threaded Applications using Microsoft Visual Studio 2005 and .NET 2.0”&lt;/P&gt;
&lt;P&gt;This session was extremely valuable for anybody, from Architects to developers, providing a glimpse into the future with respect to where hardware is going. &lt;/P&gt;
&lt;P&gt;I would like to reinforce that just because we have more grunt available, don’t use it as an excuse to write non &lt;A href="http://boulter.com/blog/2004/08/19/performant-is-not-a-word/"&gt;performant &lt;/A&gt;code.&lt;/P&gt;
&lt;P&gt;Dave took us through many examples of multithreading, and there was some fantastic discussion amongst the room as to “Best Practices” and I know a couple of members got an opportunity to clear some misunderstanding they had about this advanced topic. &lt;/P&gt;
&lt;P&gt;A really good example of some of the value you get being a member of a &lt;A href="http://www.ineta.org/DesktopDefault.aspx"&gt;user group&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.ssw.com.au/ssw/employees/employeesprofile.aspx?EmpID=AC"&gt;Adam Cogan&lt;/A&gt; from &lt;A href="http://www.ssw.com.au/"&gt;SSW&lt;/A&gt; delivered the afternoon session “Making VSTS integrate into your current systems”&lt;/P&gt;
&lt;P&gt;Adam kept the packed room on the edge of their seats delivering a topic with the enthusiasm of a kid with a new toy that a lot of us (judging by the numbers) are going to become very familiar with over the coming months. &lt;/P&gt;
&lt;P&gt;For those who are just about to embark on implementing VSTS he not only highlighted some of the hurdles that we may encounter, but demonstrated some solutions to these. We saw how we could extend / customize the environment to suit OUR needs and he showed us some third party products to fill gaps in the product. Finally he also demonstrated the data warehouse created from the install and showed the ease at which you can get good reporting data.&lt;/P&gt;
&lt;P&gt;If you are interested in VSTS and could not make it, then grab the slide decks &lt;A href="http://www.aususergroups.org/Default.aspx?tabid=345"&gt;HERE&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;A big thanks to both Dave and Adam.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alastair&lt;/P&gt;&lt;img src="http://community.softteq.com/aggbug.aspx?PostID=58" width="1" height="1"&gt;</description></item></channel></rss>