<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://scottholden.name/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>Scott Holden's Personal Blog : Technology</title><link>http://scottholden.name/archive/tags/Technology/default.aspx</link><description>Tags: Technology</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>Lightroom web galleries and IIS7</title><link>http://scottholden.name/archive/2008/03/19/lightroom-web-galleries-and-iis7.aspx</link><pubDate>Thu, 20 Mar 2008 04:42:31 GMT</pubDate><guid isPermaLink="false">b9eea908-4a60-4fb4-8ee8-dc68b05b7b9a:285</guid><dc:creator>scottholden</dc:creator><slash:comments>3</slash:comments><comments>http://scottholden.name/comments/285.aspx</comments><wfw:commentRss>http://scottholden.name/commentrss.aspx?PostID=285</wfw:commentRss><description>&lt;p&gt;I recently upgraded my web server for &lt;a href="http://airjockeys.com"&gt;AirJockeys.com&lt;/a&gt; to be Windows Server 2008 running IIS7 (where previously I was running IIS6). The main reason for doing this was to be able to play around with new features, including ASP.NET 3.5 and hoping to get better manageability and diagnostics of the server.&lt;/p&gt;  &lt;p&gt;Instead I found that my my photo galleries were busted. Time to debug. What I could determine was that I couldn't even load any of the images from the server. Huh? Unfortunately as exposed by my hosting provider, I don't seem to get any better manageability or diagnostics from the server. I needed to phone my hosting provider (GoDaddy) to see if they could help. They debugged it and indicated that it was because I was trying to load files from a 'bin' folder and that is not allowed. However they did not have a fix for me.&lt;/p&gt;  &lt;p&gt;This is where my Microsoft connections came to the rescue. I know the Product Unit Manager for IIS and after a quick email, I had a fix. Here is the fix for everybody who doesn't know the PUM of the team. Thanks Bill!&lt;/p&gt;  &lt;p&gt;You can remove the bin folder restriction by adding/updating the web.config in the root of your web server with the following:&lt;/p&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;lt;configuration&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;system.webServer&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;security&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;requestFiltering&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;hiddenSegments&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;remove segment=&amp;quot;bin&amp;quot; /&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/hiddenSegments&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/requestFiltering&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/security&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/system.webServer&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;h1&gt;&lt;font face="Courier New" size="2"&gt;&amp;lt;/configuration&amp;gt;&lt;/font&gt;&lt;/h1&gt;  &lt;p&gt;Now this is where IIS7 pays off! The distributed config system easily allows this override.&lt;/p&gt;  &lt;p&gt;Scott.&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;This posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://scottholden.name/aggbug.aspx?PostID=285" width="1" height="1"&gt;</description><category domain="http://scottholden.name/archive/tags/Software/default.aspx">Software</category><category domain="http://scottholden.name/archive/tags/Hosting/default.aspx">Hosting</category><category domain="http://scottholden.name/archive/tags/Technology/default.aspx">Technology</category><category domain="http://scottholden.name/archive/tags/AirJockeys.com/default.aspx">AirJockeys.com</category><category domain="http://scottholden.name/archive/tags/IIS7/default.aspx">IIS7</category></item><item><title>Updating Web Site http://airjockeys.com</title><link>http://scottholden.name/archive/2008/03/16/updating-web-site-http-airjockeys-com.aspx</link><pubDate>Sun, 16 Mar 2008 15:40:49 GMT</pubDate><guid isPermaLink="false">b9eea908-4a60-4fb4-8ee8-dc68b05b7b9a:283</guid><dc:creator>scottholden</dc:creator><slash:comments>2</slash:comments><comments>http://scottholden.name/comments/283.aspx</comments><wfw:commentRss>http://scottholden.name/commentrss.aspx?PostID=283</wfw:commentRss><description>&lt;p&gt;Well, I finally figure it's time to give my site an overhaul. I tend to do some changes on a yearly basis, but really do a major overhaul once every 3 years or so. This time, I am going to re-write most of my site in Silverlight 2. This is a technology that I have been on the periphery at Microsoft--and help start down the mobile path. It is very cool. I can use my .NET coding skills and use the Expression tool suite to design.&lt;/p&gt;  &lt;p&gt;Any ways, as of today, all I have updated is my home page on &lt;a href="http://AirJockeys.com"&gt;http://AirJockeys.com&lt;/a&gt;. Stay tuned for more.&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Scott.&lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;This posting is provided &amp;quot;AS IS&amp;quot; with no warranties, and confers no rights.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://scottholden.name/aggbug.aspx?PostID=283" width="1" height="1"&gt;</description><category domain="http://scottholden.name/archive/tags/Software/default.aspx">Software</category><category domain="http://scottholden.name/archive/tags/Hosting/default.aspx">Hosting</category><category domain="http://scottholden.name/archive/tags/Technology/default.aspx">Technology</category><category domain="http://scottholden.name/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://scottholden.name/archive/tags/AirJockeys.com/default.aspx">AirJockeys.com</category></item><item><title>memjet printer technologies</title><link>http://scottholden.name/archive/2007/03/26/memjet-printer-technologies.aspx</link><pubDate>Mon, 26 Mar 2007 19:35:03 GMT</pubDate><guid isPermaLink="false">b9eea908-4a60-4fb4-8ee8-dc68b05b7b9a:60</guid><dc:creator>scottholden</dc:creator><slash:comments>0</slash:comments><comments>http://scottholden.name/comments/60.aspx</comments><wfw:commentRss>http://scottholden.name/commentrss.aspx?PostID=60</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.memjet.com"&gt;www.memjet.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;This new printer technology could be a real boon. I have been using an Epson R1800 for a year or two and prior to that I had another Epson. They have been great printers and the quality of the R1800 has been excellent (definitely such that I don't get anything printed at a lab!)&lt;/p&gt; &lt;p&gt;Scott.&lt;/p&gt; &lt;p&gt;&lt;font size="1"&gt;This posting is provided "AS IS" with no warranties, and confers no rights.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://scottholden.name/aggbug.aspx?PostID=60" width="1" height="1"&gt;</description><category domain="http://scottholden.name/archive/tags/Technology/default.aspx">Technology</category></item></channel></rss>