<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">hosterposter</title><subtitle type="html" /><id>http://blogs.iis.net/hosterposter/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.iis.net/hosterposter/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2007-02-09T11:48:00Z</updated><entry><title>Windows Web Server 2008 and SQL Server 2005</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2008/04/16/windows-web-server-2008-and-sql-server-2005.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2008/04/16/windows-web-server-2008-and-sql-server-2005.aspx</id><published>2008-04-16T20:35:00Z</published><updated>2008-04-16T20:35:00Z</updated><content type="html">If you haven't heard, the new Web SKU is a special, low-priced version of Windows that is focused exclusively on Internet-based Web serving. We've added a lot of new features and support for hardware compared to the old Windows 2003 Web edition. For more details about the SKU, check out Bill Staples' blog post at http://blogs.iis.net/bills/archive/2008/04/15/windows-web-server-2008-and-sql-server-2005.aspx . One thing to note is if you want SQL Server 2005 on Web SKU. The installer blocks on Windows...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2008/04/16/windows-web-server-2008-and-sql-server-2005.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2302616" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="SQL Server" scheme="http://blogs.iis.net/hosterposter/archive/tags/SQL+Server/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /></entry><entry><title>Silverlight apps not working/downloading on IIS 6.0? Try your mime types...</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2008/03/22/silverlight-apps-not-working-downloading-on-iis-6-0-try-your-mime-types.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2008/03/22/silverlight-apps-not-working-downloading-on-iis-6-0-try-your-mime-types.aspx</id><published>2008-03-22T21:17:00Z</published><updated>2008-03-22T21:17:00Z</updated><content type="html">On IIS 6.0, there are no mime types for Silverlight by default (IIS6 was released a good deal prior to Silverlight and as with any type of content, you need to configure your web server to support it)... so you might experience that your app appears to be stuck waiting to download, but in reality it was not able to serve the request due to mime types. Here are instructions in http://learn.iis.net/page.aspx/262/silverlight/ , and a handy script, for configuring IIS 6.0 mime types to enable Silverlight...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2008/03/22/silverlight-apps-not-working-downloading-on-iis-6-0-try-your-mime-types.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2248902" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="Silverlight" scheme="http://blogs.iis.net/hosterposter/archive/tags/Silverlight/default.aspx" /></entry><entry><title>Delegating error messages in IIS 7.0</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2008/03/22/delegating-error-messages-in-iis-7-0.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2008/03/22/delegating-error-messages-in-iis-7-0.aspx</id><published>2008-03-22T21:07:00Z</published><updated>2008-03-22T21:07:00Z</updated><content type="html">There are two settings you should be aware of for hosting that relate to delegation of errors. 1. Delegating ASP's scriptErrorSentToBrowser setting: You should definitely turn on the ASP script errors, otherwise your customers won't see the useful errors from Classic ASP that IIS 6.0 showed. What your customers will see is the generic error, “An error occurred on the server when processing the URL. Please contact the system administrator.” This is because detailed ASP error messages are not sent...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2008/03/22/delegating-error-messages-in-iis-7-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2248903" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="asp" scheme="http://blogs.iis.net/hosterposter/archive/tags/asp/default.aspx" /><category term="errors" scheme="http://blogs.iis.net/hosterposter/archive/tags/errors/default.aspx" /></entry><entry><title>New web deployment tool is available</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2008/01/23/new-web-deployment-tool-is-available.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2008/01/23/new-web-deployment-tool-is-available.aspx</id><published>2008-01-23T21:46:00Z</published><updated>2008-01-23T21:46:00Z</updated><content type="html">Hey everyone, long time since the last blog post but we're still here and we have some great news to report. The IIS team just released the Microsoft Web Deployment Tool on www.iis.net . It is a command-line tool that provides support for deploying, synchronizing and migrating IIS 6.0 and 7.0. It supports moving configuration, content, SSL certificates and other types of data associated with a web server. You can choose to sync a single site or the entire web server. It's pretty flexible, as you...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2008/01/23/new-web-deployment-tool-is-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2128763" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Latest Technical News" scheme="http://blogs.iis.net/hosterposter/archive/tags/Latest+Technical+News/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="Windows Server 2008" scheme="http://blogs.iis.net/hosterposter/archive/tags/Windows+Server+2008/default.aspx" /></entry><entry><title>FastCGI makes PHP fast and reliable on IIS</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/10/03/fastcgi-makes-php-fast-and-reliable-on-iis.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/10/03/fastcgi-makes-php-fast-and-reliable-on-iis.aspx</id><published>2007-10-03T17:27:00Z</published><updated>2007-10-03T17:27:00Z</updated><content type="html">Microsoft has just announced the Go Live release of its FastCGI Extension for IIS 5.1/6.0 (FastCGI Extension). This FastCGI Extension release is supported on IIS 6.0 on Windows Server 2003 for a fully scalable production environment and IIS 5.1 on Windows XP in order to support developers who build their Web applications on Windows client machines. This provides developers easy access to build and deploy a broader range of Web applications on the Microsoft platform. Here's the full announcement for...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/10/03/fastcgi-makes-php-fast-and-reliable-on-iis.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1972519" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="PHP" scheme="http://blogs.iis.net/hosterposter/archive/tags/PHP/default.aspx" /></entry><entry><title>Hosting ASP.NET for .NET Framework 3.5 Beta 2 in Medium or Partial Trust</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/08/06/hosting-asp-net-for-net-framework-3-5-beta-2-in-medium-or-partial-trust.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/08/06/hosting-asp-net-for-net-framework-3-5-beta-2-in-medium-or-partial-trust.aspx</id><published>2007-08-06T18:26:00Z</published><updated>2007-08-06T18:26:00Z</updated><content type="html">If you're hosting the .NET Framework 3.5 (Beta 2) or planning on it, keep in mind there is some additional work required for the Beta 2 bits. The attached document describes two issues (and their corresponding workarounds) when hosting ASP.NET websites using .NET Framework 3.5 Beta 2 under Medium or partial trust. The issues and workarounds apply only to .NET Framework 3.5 Beta 2, and will be addressed in the final version of the product. The first issue is for developers and this section explains...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/08/06/hosting-asp-net-for-net-framework-3-5-beta-2-in-medium-or-partial-trust.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1972520" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Tips and Tricks" scheme="http://blogs.iis.net/hosterposter/archive/tags/Tips+and+Tricks/default.aspx" /><category term="Latest Technical News" scheme="http://blogs.iis.net/hosterposter/archive/tags/Latest+Technical+News/default.aspx" /><category term="ASP.NET" scheme="http://blogs.iis.net/hosterposter/archive/tags/ASP.NET/default.aspx" /><category term="LINQ" scheme="http://blogs.iis.net/hosterposter/archive/tags/LINQ/default.aspx" /><category term=".NET" scheme="http://blogs.iis.net/hosterposter/archive/tags/.NET/default.aspx" /></entry><entry><title>IIS 7 shared hosting guidance</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/05/28/iis-7-shared-hosting-guidance.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/05/28/iis-7-shared-hosting-guidance.aspx</id><published>2007-05-28T18:26:00Z</published><updated>2007-05-28T18:26:00Z</updated><content type="html">We're releasing a draft version of our shared hosting guidance for Windows Server 2008 and IIS 7.0. Currently it covers mainly IIS 7.0 and ASP.NET 2.0, but we will be adding more content for other components. Highlights for shared hosting on IIS 7.0 covered in this document: · Ability to share configuration between multiple servers · Centralized management for servers and web farms · Remote administration for non-administrators · Custom delegation of features for each site or application · Improved...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/05/28/iis-7-shared-hosting-guidance.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1972522" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://blogs.iis.net/hosterposter/archive/tags/ASP.NET/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="Windows Server 2008" scheme="http://blogs.iis.net/hosterposter/archive/tags/Windows+Server+2008/default.aspx" /></entry><entry><title>Go live with IIS 7 today!</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/04/26/go-live-with-iis-7-today.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/04/26/go-live-with-iis-7-today.aspx</id><published>2007-04-26T15:24:00Z</published><updated>2007-04-26T15:24:00Z</updated><content type="html">The IIS team has announced that Windows Server Codename &amp;quot;Longhorn&amp;quot; Server Beta 3 has reached a high level of quality and is ready for your testing. You can test awesome new hosting features in IIS 7 and roll it out for beta hosting. Find out how to get the bits!...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/04/26/go-live-with-iis-7-today.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1683865" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Latest Technical News" scheme="http://blogs.iis.net/hosterposter/archive/tags/Latest+Technical+News/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="Community News" scheme="http://blogs.iis.net/hosterposter/archive/tags/Community+News/default.aspx" /></entry><entry><title>ASP.NET applications running out of memory?</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/04/25/asp-net-applications-running-out-of-memory.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/04/25/asp-net-applications-running-out-of-memory.aspx</id><published>2007-04-25T19:40:00Z</published><updated>2007-04-25T19:40:00Z</updated><content type="html">One thing you can do to help save memory usage is to enable the WorkstationGC. The GC, or garbage collector, manages the memory for appDomains. http://support.microsoft.com/kb/911716...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/04/25/asp-net-applications-running-out-of-memory.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1682230" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Tips and Tricks" scheme="http://blogs.iis.net/hosterposter/archive/tags/Tips+and+Tricks/default.aspx" /><category term="ASP.NET" scheme="http://blogs.iis.net/hosterposter/archive/tags/ASP.NET/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /></entry><entry><title>Microsoft's Hosting Summit 2007 - Day 2</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/03/21/microsoft-s-hosting-summit-2007-day-2.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/03/21/microsoft-s-hosting-summit-2007-day-2.aspx</id><published>2007-03-21T15:29:00Z</published><updated>2007-03-21T15:29:00Z</updated><content type="html">Yesterday was the second day at the Hosting Summit. There are folks from around the world here. We started off with great keynotes from Michael O&amp;#39;Hara and John Zanni, and of course, a hilarious spoof of &amp;lt;a href=&amp;quot; http://www.microsoft.com/downloads/details.aspx?FamilyID=1cfb4779-b760-4884-8146-53997c802b65&amp;amp;DisplayLang=en &amp;quot;&amp;gt;Devil Wears Prada&amp;lt;/a&amp;gt; from the Exchange team. Highlights include &amp;lt;a href=&amp;quot;http://www.microsoft.com/downloads/details.aspx?familyid=D6EF5386...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/03/21/microsoft-s-hosting-summit-2007-day-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1630483" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="Hosting Summit" scheme="http://blogs.iis.net/hosterposter/archive/tags/Hosting+Summit/default.aspx" /></entry><entry><title>Using WMI to change the local administrator password for all servers in an OU or Container</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/02/20/using-wmi-to-change-the-local-administrator-password-for-all-servers-in-an-ou-or-container.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/02/20/using-wmi-to-change-the-local-administrator-password-for-all-servers-in-an-ou-or-container.aspx</id><published>2007-02-20T20:31:00Z</published><updated>2007-02-20T20:31:00Z</updated><content type="html">Just sharing a nice little script to query all the computers in an OU and change the local Administrator password for each one. One thing to note, if your computers happen to be in the default Computers container, you need to change the LDAP query from &amp;quot;OU=Finance&amp;quot; to &amp;quot;CN=Computers&amp;quot; (CN indicates container). http://www.microsoft.com/technet/scriptcenter/resources/qanda/oct04/hey1015.mspx...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/02/20/using-wmi-to-change-the-local-administrator-password-for-all-servers-in-an-ou-or-container.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1587270" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Tips and Tricks" scheme="http://blogs.iis.net/hosterposter/archive/tags/Tips+and+Tricks/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="Windows Server" scheme="http://blogs.iis.net/hosterposter/archive/tags/Windows+Server/default.aspx" /></entry><entry><title>IIS requests could be slower if your log file directory is invalid or offline</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/02/15/iis-requests-could-be-slower-if-your-log-file-directory-is-invalid-or-offline.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/02/15/iis-requests-could-be-slower-if-your-log-file-directory-is-invalid-or-offline.aspx</id><published>2007-02-16T02:14:00Z</published><updated>2007-02-16T02:14:00Z</updated><content type="html">If you are pointing your W3SVC log files to a location that is incorrect or goes offline, especially if it is a remote UNC share like \\server\logs &amp;ndash; your requests on IIS 6 could be slower. The reason is that HTTP.sys wants to write an entry for each request and there is a delay when it tries to write to an invalid location. This would be even slower if it is an invalid UNC share, since the timeout waiting for a response would be longer. Make sure that your log file directory is valid and that...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/02/15/iis-requests-could-be-slower-if-your-log-file-directory-is-invalid-or-offline.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1581397" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="Troubleshooting" scheme="http://blogs.iis.net/hosterposter/archive/tags/Troubleshooting/default.aspx" /></entry><entry><title>FPSE on IIS 7 Longhorn</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/02/13/fpse-on-iis-7-longhorn.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/02/13/fpse-on-iis-7-longhorn.aspx</id><published>2007-02-13T15:32:00Z</published><updated>2007-02-13T15:32:00Z</updated><content type="html">An update from Robert about FPSE: &amp;quot;Because Microsoft realizes that the FrontPage Server Extensions are essential to many web hosting companies, the Internet Information Services product team is researching the development of an updated version of FPSE 2002 that will work with Microsoft Windows codenamed &amp;quot;Longhorn&amp;quot; and Microsoft Windows Vista.&amp;quot; http://blogs.iis.net/robert_mcmurray/archive/2007/02/08/frontpage-server-extensions-on-vista-and-longhorn.aspx ....(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/02/13/fpse-on-iis-7-longhorn.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1576805" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Latest Technical News" scheme="http://blogs.iis.net/hosterposter/archive/tags/Latest+Technical+News/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="FPSE" scheme="http://blogs.iis.net/hosterposter/archive/tags/FPSE/default.aspx" /></entry><entry><title>Getting 64-bit or 32-bit applications working on IIS 6.0 x64</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/02/12/getting-64-bit-or-32-bit-applications-working-on-iis-6-0-x64.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/02/12/getting-64-bit-or-32-bit-applications-working-on-iis-6-0-x64.aspx</id><published>2007-02-12T18:28:00Z</published><updated>2007-02-12T18:28:00Z</updated><content type="html">When running on x64 hardware, you have two options. First, to run in native 64-bit mode. This means all the applications running need to be 64-bit. The second is to run worker processes in 32-bit mode, which means all applications need to be 32-bit. This gives you good compatibility and performance is really good too. Here&amp;#39;s how to install the 32-bit or 64-bit versions of ASP.NET, as well as the option you need to run for IIS to get them working. http://support.microsoft.com/kb/894435...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/02/12/getting-64-bit-or-32-bit-applications-working-on-iis-6-0-x64.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1575239" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Tips and Tricks" scheme="http://blogs.iis.net/hosterposter/archive/tags/Tips+and+Tricks/default.aspx" /><category term="IIS" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS/default.aspx" /><category term="x64" scheme="http://blogs.iis.net/hosterposter/archive/tags/x64/default.aspx" /></entry><entry><title>SharePoint v3 templates - the fantastic 40 </title><link rel="alternate" type="text/html" href="http://blogs.iis.net/hosterposter/archive/2007/02/09/sharepoint-v3-templates-the-fantastic-40.aspx" /><id>http://blogs.iis.net/hosterposter/archive/2007/02/09/sharepoint-v3-templates-the-fantastic-40.aspx</id><published>2007-02-09T19:48:00Z</published><updated>2007-02-09T19:48:00Z</updated><content type="html">The new SharePoint templates have arrived. To provide a complete solution, especially for small businesses, SharePoint v3 offers these pre-packaged templates. Each one solves a business problem and offers not only a fully functioning site out of the box, but also allows for customization so you can differentiate what you offer. If you don't have SharePoint in your environment yet, maybe it's time! To get the technical deployment details, read the whitepaper we just blogged about at http://office...(&lt;a href="http://blogs.iis.net/hosterposter/archive/2007/02/09/sharepoint-v3-templates-the-fantastic-40.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1572003" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.iis.net/members/Anonymous.aspx</uri></author><category term="Latest Technical News" scheme="http://blogs.iis.net/hosterposter/archive/tags/Latest+Technical+News/default.aspx" /><category term="SharePoint" scheme="http://blogs.iis.net/hosterposter/archive/tags/SharePoint/default.aspx" /><category term="Community News" scheme="http://blogs.iis.net/hosterposter/archive/tags/Community+News/default.aspx" /><category term="IIS News Item" scheme="http://blogs.iis.net/hosterposter/archive/tags/IIS+News+Item/default.aspx" /></entry></feed>