<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Deven Kampenhout&amp;#39;s Tech Blog</title><subtitle type="html">Experiences of a Web Infrastructure Architect in the Hosting Industry</subtitle><id>http://blogs.msdn.com/b/devenkamp/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/devenkamp/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2007-06-05T10:06:00Z</updated><entry><title>Microsoft Web Deployment Tool Sandbox</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2008/10/29/microsoft-web-deployment-tool-sandbox.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2008/10/29/microsoft-web-deployment-tool-sandbox.aspx</id><published>2008-10-30T03:40:29Z</published><updated>2008-10-30T03:40:29Z</updated><content type="html">&lt;p&gt;At the Microsoft PDC today, I attended a talk entitled, "Web Application Packaging and Deployment". It went into detail about how the &lt;a href="http://blogs.iis.net/msdeploy/archive/2008/10/29/the-web-deployment-tool-beta-2-is-now-available.aspx"&gt;Microsoft Web Deployment Tool&lt;/a&gt; can significantly ease deployment for ASP.net applications onto a supporting Windows platform. The idea is that the tool will programmatically enable one to deploy all aspects of their application, which addresses some typical challenges of these deployment scenarios, such as configuration modifcations, GAC entries, etc. It will integrate into Visual Studio 2010, and as of Beta 2, now has the ability to create and manage application packaging, and integrates into the IIS7 manager.&lt;/p&gt; &lt;p&gt;During the presentation, Takeshi Eto from &lt;a href="http://www.discountasp.net/"&gt;DiscountASP.net&lt;/a&gt; showed how they have created a developer sandbox for people to try out the new Microsoft Web Deployment tool. This is a great way to see how this technology will work, especially since it is deployed in a shared hosting environment. Anyone can sign up for the sandbox for free, but it is limited to the first 2000 participants. You can sign up at &lt;a href="http://labs.discountasp.net" target="_blank"&gt;http://labs.discountasp.net&lt;/a&gt;. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9023343" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="Hosting" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/Hosting/" /><category term="IIS7" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/IIS7/" /><category term="MicrosoftWebExperience" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/MicrosoftWebExperience/" /></entry><entry><title>Microsoft PDC 2008</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2008/10/27/microsoft-pdc-2008.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2008/10/27/microsoft-pdc-2008.aspx</id><published>2008-10-27T20:47:43Z</published><updated>2008-10-27T20:47:43Z</updated><content type="html">&lt;p&gt;I'm attending the Microsoft Professional Developer Conference this week. If you're at the PDC or in the LA area, give me a shout out!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9018625" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="About the Author" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/About+the+Author/" /></entry><entry><title>IIS7 URL-Rewrite Module go-live release</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2008/09/23/iis7-url-rewrite-module-go-live-release.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2008/09/23/iis7-url-rewrite-module-go-live-release.aspx</id><published>2008-09-23T23:50:34Z</published><updated>2008-09-23T23:50:34Z</updated><content type="html">&lt;p&gt;As a Web Platform evangelist at Microsoft, I've had many conversations with individuals about the how we could improve Microsoft's IIS Web Server. I've often touted the modular architecture implementation of IIS7, and how it allows both Microsoft and other parties to easily enhance, tweak, and improve the functionality of the web server to meet the specific requirements of the job at hand. To date, many IIS7 modules have been released, both by Microsoft as well as third parties. When examining what kinds of functionality the Microsoft IIS product team should be spending cycles developing modules for, one of the most commonly requested modules was one implementing functionality similar to Apache's Mod-Rewrite. &lt;/p&gt; &lt;p&gt;Last week, the IIS7 team announced a go-live version of an IIS7 module to give this functionality. It's called URL-Rewrite, and you can find more information about it at &lt;a href="http://blogs.iis.net/ruslany/archive/2008/09/11/url-rewrite-module-go-live-release.aspx" target="_blank"&gt;http://blogs.iis.net/ruslany/archive/2008/09/11/url-rewrite-module-go-live-release.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;At a high level, the Microsoft URL Rewrite Module for IIS 7.0 provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks, including, but not limited to:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Enabling user friendly and search engine friendly URL with dynamic web applications;  &lt;li&gt;Rewriting URL’s based on HTTP headers and server variables;  &lt;li&gt;Web site content handling;  &lt;li&gt;Controlling access to web site content based on URL segments or request metadata.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;For a full list of features, usage scenarios, and download locations check out:&amp;nbsp; &lt;a href="http://learn.iis.net/page.aspx/460/using-url-rewrite-module/" target="_blank"&gt;http://learn.iis.net/page.aspx/460/using-url-rewrite-module/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8962719" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="IIS7" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/IIS7/" /></entry><entry><title>CSS Editing is SOOO Much easier now!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2008/09/22/css-editing-is-sooo-much-easier-now.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2008/09/22/css-editing-is-sooo-much-easier-now.aspx</id><published>2008-09-23T03:37:06Z</published><updated>2008-09-23T03:37:06Z</updated><content type="html">&lt;p&gt;Any of my regular blog readers may note that I recently updated my blog design. I know it was long overdue.&lt;/p&gt; &lt;p&gt;I couldn't pass up the opportunity to voice my opinion on how much easier it is to modify CSS settings now! Community Server (which is the software which powers MSDN blogs) gives me the ability to choose a CSS theme, but also to provide my own custom CSS overrides. Using Microsoft Expressions Web 2, I was easily able to suck in the code for my blog. I had to manually change the code from relative to absolute links for the CSS style-sheets that are provided with the MSDN blog site, but once that was done, all of the appearance within the tool looked exactly how it should. Then it was an easy matter to figure out what styles were applying to which piece of code. I could easily detect which rules were being applied and in what order. I'm so happy I didn't have to waste tons of time playing the "I wonder if I can guess which rule is being applied to this area" game. Kudo's to the Expression team for making a great web design product!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8961753" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="MicrosoftWebExperience" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/MicrosoftWebExperience/" /></entry><entry><title>Hosting Transformation Summit, Part 2</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2008/09/18/hosting-transformation-summit-part-2.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2008/09/18/hosting-transformation-summit-part-2.aspx</id><published>2008-09-19T00:23:00Z</published><updated>2008-09-19T00:23:00Z</updated><content type="html">&lt;P&gt;Today we're wrapping up the Tier1/451 Group Hosting Transformation Summit.&lt;/P&gt;
&lt;P&gt;Here are my thoughts after attending the talks yesterday. Ultimately, it was a good way to get a financial analyst's perspective on concepts such as data center efficiency/real estate concerns, cloud computing, virtualization, and financial capitalization. I was disappointed that the virtualization talks were very vmware centric. In the virtualization panel, they had a rep from vmware, but didn't invite any representation from Microsoft. Perhaps this was because vmworld conference was in town this week. It would have been a much more interesting panel to have a different point of view. Furthermore, there seemed to be some confusion among some in the industry between cloud computing services and virtualization. Another blog to discuss the differences will be forthcoming.&lt;/P&gt;
&lt;P&gt;I also felt that that the focus of the talks and panels was too narrow. While concepts such as capitalization and real estate are interesting, it shouldn't dominate the conference. Even the virtualization talks were very watered down. It was a 10,000 ft view of the topics, which is great way to start, but it would have been nice to follow it up with a bit more depth. Basically, they stated that virtualization will continue in importance of helping hosters to move their customers up the value chain as well as begin to attract enterprise business through cloud computing concepts. Data center efficiency is of importance, yet we face slowing of supply for data centers as the credit crunch makes building more difficult. Ultimately the conference talks should have been consolidated into 6 hours. &lt;/P&gt;
&lt;P&gt;On a lighter note, Shaun Hirschman won the poker tournament last night, defeating the best that the Hosting Industry executives had to offer. Props to my fellow Web Platform Architect!!!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8961588" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Hosting Transformation Summit 2008</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2008/09/16/hosting-transformation-summit-2008.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2008/09/16/hosting-transformation-summit-2008.aspx</id><published>2008-09-16T19:59:15Z</published><updated>2008-09-16T19:59:15Z</updated><content type="html">&lt;p&gt;I'm in Las Vegas for the 2008 Hosting Transformation Summit, which is the 451 Group / Tier1 Research executive hosting summit. Here are some initial observations:&lt;/p&gt; &lt;p&gt;1. The summit has grown! Seems like there are twice as many attendees this year.&lt;/p&gt; &lt;p&gt;2. Still very much an executive level event. &lt;/p&gt; &lt;p&gt;3. I'm interested to see some of the more enterprise-focused hosters in attendance this year (i.e. Verizon and AT&amp;amp;T hosting have booths)&lt;/p&gt; &lt;p&gt;4. Broad, yet relevant topic set on the agenda. It should be interesting to see many of the thought leaders of the Hosting industry presenting over the next two days.&lt;/p&gt; &lt;p&gt;5. The conference is continuing the green conference trend. There was literally no paper handed out with event materials... conference badge is a USB stick with agenda and conference materials.&lt;/p&gt; &lt;p&gt;Stay tuned for more observations.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8954128" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>What would you like to do with Windows Server 2008 Core?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2007/08/29/what-would-you-like-to-do-with-windows-server-2008-core.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2007/08/29/what-would-you-like-to-do-with-windows-server-2008-core.aspx</id><published>2007-08-29T18:04:00Z</published><updated>2007-08-29T18:04:00Z</updated><content type="html">&amp;nbsp; 
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Lately there has been a great deal of discussion about WS2008 Core amongst the Web Platform Architect Evangelists and several of the great people in the IIS and Commerce/Hosting product teams. Ever since I first learned of LongHorn Core (now Windows Server 2008 Core), I was very excited about the possibilities that such a concept presented in a web hosting scenario. &lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;For any not familiar with Server Core, it is designed to be minimal environment, or in other words, only running exactly what is needed in order to support a specified server function. One of the most visible manifestations of this concept shows itself in the lack of a Graphical User Interface. If you log into a Server Core box, your session will just look like a command prompt.&amp;nbsp;Beyond the lack of a GUI, the minimalist approach of Server Core limits installed binaries to&amp;nbsp;only the subset of the binaries that are required by the supported server roles.&amp;nbsp;Sound familiar to anyone?&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;My question is, why do you really need a GUI for a web server? Apart from a manual initial configuration, how often do you really need the GUI elements to manage your web server? And even then, it is so easy to automate a build/install of a server, you shouldn't even need a GUI for that. Most people use some kind of web-based control panel anyway, by which the GUI portions of administrations are accomplished via a web site. In my opinion, that is where the GUI belongs, on the Web. Most administrative tasks that you want to do should be programatic, scripted, and automated. In my years of running and administering Unix and Linux-based web servers, I can honestly tell you that I never once used a console/terminal based GUI to manage anything about that environment. I'm glad that Microsoft has finally created a product that fits this model.&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Almost.&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;You see, the current thinking for Server Core is that it will only support specific, pre-defined, server roles. While there are a variety of roles that can be utilized, there are a number of scenarios that aren't supported in server core. For example, as of today, you can implement Server Core with a Web Server role (IIS). Unfortunately not all of the features of IIS are supported on Server Core. Most prominent among these unsupported features is the .Net CLR. Whoops! &lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;There have been many among the IIS product team and hosting focused folks at Microsoft that have been pushing hard to have this fixed. I can't say for sure that we'll be successful, but I have good hopes here :) As I've had some interesting internal discussions about how something like the .Net CLR could be left out of Server Core, I've certainly made my opinion about the matter known. Now I'm sharing it with you, my readers so that I can garner your comments on this matter. I am one voice, but I hope that I can hear from those of you who feel similarly so that we can really draw attention to the importance of this. &lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Basically, my opinion is that if Server Core is truly a minimalistic install, it should support ANY role that can be run independently of a GUI. A GUI should depend on the platform, not the other way around. There isn't any reason that something running on a server should require a graphic interface to configure something. As long as there is an API or script-based way to accomplish a task, I should be able to push the administration for such a service to a centralized, off-server approach that wouldn't require any type of GUI-based shell on the server itself. &lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Don't get me wrong, I'm not a pessimist. I believe that we'll get there some day. But we need to broaden the definition of Server Core. &lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;I'm really curious what you think. Here is a list of all of the supported roles for Server Core as of today. Check it &lt;A class="" title="Windows Server 2008 Server Core" href="http://www.microsoft.com/windowsserver2008/servercore.mspx" target=_blank mce_href="http://www.microsoft.com/windowsserver2008/servercore.mspx"&gt;here&lt;/A&gt; to see updates.&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="DIRECTION: ltr"&gt;
&lt;TABLE class="" style="BORDER-RIGHT: #a3a3a3 0pt solid; BORDER-TOP: #a3a3a3 0pt solid; BORDER-LEFT: #a3a3a3 0pt solid; DIRECTION: ltr; BORDER-BOTTOM: #a3a3a3 0pt solid; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 border=0 valign="top"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Active Directory Domain Services &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Active Directory Lightweight Directory Services (AD LDS) &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Dynamic Host Configuration Protocol (DHCP) Server &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;DNS Server &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;File Services &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Print Server &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Streaming Media Services &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.815in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Web Server (IIS) &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;The following optional features are also supported:&lt;/P&gt;
&lt;DIV style="DIRECTION: ltr"&gt;
&lt;TABLE class="" style="BORDER-RIGHT: #a3a3a3 0pt solid; BORDER-TOP: #a3a3a3 0pt solid; BORDER-LEFT: #a3a3a3 0pt solid; DIRECTION: ltr; BORDER-BOTTOM: #a3a3a3 0pt solid; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 border=0 valign="top"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Microsoft Failover Cluster &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Network Load Balancing &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Subsystem for UNIX-based Applications &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Windows Backup &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Multipath I/O &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Removable Storage Management &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Windows Bitlocker Drive Encryption &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Simple Network Management Protocol (SNMP) &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Windows Internet Naming Service (WINS) &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Telnet client &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 0.667in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; COLOR: #a6a6a6; FONT-FAMILY: Arial"&gt;•&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-TOP-WIDTH: 0pt; PADDING-RIGHT: 4pt; PADDING-LEFT: 4pt; BORDER-LEFT-WIDTH: 0pt; BORDER-BOTTOM-WIDTH: 0pt; PADDING-BOTTOM: 4pt; VERTICAL-ALIGN: top; WIDTH: 3.206in; PADDING-TOP: 4pt; BORDER-RIGHT-WIDTH: 0pt"&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Arial"&gt;Quality of Service (QoS) &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;So my question to you all is this. What is missing from this list? Are there any other glaring holes that will affect the hosting industry?&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4630407" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="Technical Musings" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/Technical+Musings/" /><category term="Hosting" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/Hosting/" /><category term="IIS7" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/IIS7/" /></entry><entry><title>Coming to a City Near You!!! Windows Server 2008 Hosting Roadshow</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2007/08/02/coming-to-a-city-near-you-windows-server-2008-hosting-roadshow.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2007/08/02/coming-to-a-city-near-you-windows-server-2008-hosting-roadshow.aspx</id><published>2007-08-02T17:46:00Z</published><updated>2007-08-02T17:46:00Z</updated><content type="html">&lt;P&gt;Many of you know that I've been talking about IIS7 in road shows, talks, demonstrations, and training labs since I first started working as a Hosting Evangelist in January 2005. This fall, for the first time I'll not be talking about "this cool up-coming technology for you to preview", but delivering labs on how to be prepared for the actual product launch of Windows Server 2008 (with IIS7), which occurs in February 2008. I'm really excited for this opportunity to help you prepare for the most compellig web platform Microsoft has ever created. There are so many benefits of WS2008/IIS7 that directly benefit Hosters, I believe that it will quickly be the de-facto platform for web site hosting.&lt;/P&gt;
&lt;P&gt;What does this mean to you? We're going to be launching a 40 city road show to get you ready to launch Windows Server 2008. We've created over&amp;nbsp;7 technical labs which will train you on the different aspects of Windows Server 2008 and IIS7. If you are a Windows Sysadmin, Engineer, Architect, or just want to be, you won't want to miss us as we're near your city. This is a golden opportunity for Hosting companies to get their tech people ready. Even if you're not hosting Windows today, send your technical people so they can see what Windows Server 2008 is all about. It doesn't matter if your technical background is in Unix, Open Source, or the MS platform, you will find this technology compelling for Hosting.&lt;/P&gt;
&lt;P&gt;You can find more information about the Windows Server 2008 Hosting roadshow from our &lt;A class="" title="Windows Server 2008 Hosting Roadshow Registration" href="http://www.eztrackz.com/tracking.aspx?id=71127" target=_blank mce_href="http://www.eztrackz.com/tracking.aspx?id=71127"&gt;Registration Site&lt;/A&gt;. Hope to see you there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A class="" title="Hosting Roadshow" href="http://www.eztrackz.com/tracking.aspx?id=71127" target=_blank mce_href="http://www.eztrackz.com/tracking.aspx?id=71127"&gt;&lt;IMG style="WIDTH: 120px; HEIGHT: 90px" height=90 src="http://www.adguys.com/clients/microsoft/msft_1150_images/IISNET_Featured_120X90.gif" width=120 border=0 mce_src="http://www.adguys.com/clients/microsoft/msft_1150_images/IISNET_Featured_120X90.gif"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4189956" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="Hosting" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/Hosting/" /><category term="IIS7" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/IIS7/" /></entry><entry><title>One more time: Come to the Microsoft Web Experience events in LA and Denver!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2007/06/05/one-more-time-come-to-the-microsoft-web-experience-events-in-la-and-denver.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2007/06/05/one-more-time-come-to-the-microsoft-web-experience-events-in-la-and-denver.aspx</id><published>2007-06-05T22:36:00Z</published><updated>2007-06-05T22:36:00Z</updated><content type="html">&lt;P&gt;Microsoft is hosting free Microsoft Web Experience events at the Los Angeles Microsoft office&lt;BR&gt;on June 8th and the Denver Microsoft office on June 15th.&amp;nbsp; They will be presenting information &lt;BR&gt;on building the next generation user experience on the web. &lt;/P&gt;
&lt;P&gt;They are providing breakfast and lunch, hosting a reception with beer and wine, and attendees are &lt;BR&gt;automatically registered in a drawing for an XBox 360 and a Zune that will be given away at&lt;BR&gt;each event.&amp;nbsp; For more information, visit &lt;BR&gt;&lt;A class="" href="http://kaevans.sts.winisp.net/Shared%20Documents/webexperience.aspx" target=_blank mce_href="http://kaevans.sts.winisp.net/Shared%20Documents/webexperience.aspx"&gt;http://kaevans.sts.winisp.net/Shared%20Documents/webexperience.aspx&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3102297" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="MicrosoftWebExperience" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/MicrosoftWebExperience/" /></entry><entry><title>IIS7 now part of Windows Server 2008 "server core"</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/devenkamp/archive/2007/06/05/iis7-now-part-of-windows-server-2008-server-core.aspx" /><id>http://blogs.msdn.com/b/devenkamp/archive/2007/06/05/iis7-now-part-of-windows-server-2008-server-core.aspx</id><published>2007-06-05T18:06:00Z</published><updated>2007-06-05T18:06:00Z</updated><content type="html">&lt;P&gt;I'm really excited that Microsoft announced yesterday that &lt;A class="" title="IIS7 Server Core announcement" href="http://www.microsoft.com/presspass/features/2007/jun07/06-04IIS7.mspx" target=_blank mce_href="http://www.microsoft.com/presspass/features/2007/jun07/06-04IIS7.mspx"&gt;IIS7 will now be a server role option as part of Windows Server 2008 (formerly known as longhorn) "server core".&lt;/A&gt; This means that you'll be able to install a minimalistic footprint for your server (i.e. without a gui shell) and run IIS7. In the past, it was deemed that IIS7 was too large to be put into server core due to its dependence on the .NET CLR, mainly because of the integrated pipeline with ASP.Net.&lt;/P&gt;
&lt;P&gt;I'm still trying to figure out exactly what this means now that IIS7 will be part of server core, but I can tell you that I'm really excited that we've taken this step. Stay tuned for more info about this.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3098686" width="1" height="1"&gt;</content><author><name>MSDNArchive</name><uri>http://blogs.msdn.com/MSDNArchive/ProfileUrlRedirect.ashx</uri></author><category term="IIS7" scheme="http://blogs.msdn.com/b/devenkamp/archive/tags/IIS7/" /></entry></feed>