asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search








Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Archive
Writers
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

A Quick Look at Windows Server 2008 Beta 3
By John Peterson
Rating: 3.6 out of 5
Rate this article


  • email this article to a colleague
  • suggest an article

    Microsoft Windows Server Code Name "Longhorn" is now Windows Server 2008, though you may not be able to tell from the latest Beta which is still branded as Code Name "Longhorn". Whatever you want to call it, the latest version of Microsoft's server platform is getting closer to shipping and I figured it was time I gave those of you who haven't seen it a sneak peek.

    Everything discussed and shown in this artcile is based on Windows Server 2008 Standard Beta 3. Some minor things may change before release, but for the most part, you can probably expect things in the Beta to be pretty close to what they'll look like in the release version due out early next year.

    Getting the Beta

    If you're interested in trying out the Beta version for yourself you can either download it from Microsoft's site or order it on DVD. The Windows Server 2008 TechCenter on TechNet is probably the best place to find the download. I don't link directly to the download page because the URL is likely to change, but if you click on the "Downloads" tab or look for something like "Evaluate Windows Server 2008" it shouldn't be too hard to find the order page.

    Setup

    Setup went off without a hitch and was similar to any other OS setup.

    Along with the standard license agreement and other familiar dialog boxes you'll find the "Select the operating system you want to install." screen. This screen lets you choose whether to perform a standard Windows Server installation or the new Server Core installation. The Server Core option installs a new command line only version of Windows Server designed to be configured for one of several basic roles. This feature is perhaps the most notable in Windows Server 2008, but it doesn't offer much to look at, so for now I'll be performing a standard install.

    First Boot

    After a few reboots, setup completes and Windows Server attempts it's first boot. You'll first be greeted by a blank yet familiar screen that you've probably seen countless times before.

    The lack of any branding seems a little weird, but before you know it you'll be faced with a screen listing initial configuration tasks that you need to perform.

    It wasn't until this point that I realized that I hadn't been asked the standard barrage of questions one is usually faced with during installation. It never asked for a machine name, timezone, or network setup. It never even asked for a password for the Administrator account! All this configuration is now performed after setup.

    This also meant that I never saw a login screen. Curious to see what it looked like, I added a password to the Administrator account and rebooted. I was greeted by a relatively stark bluish page that said simply "Press CTRL + ALT + DELETE to log on".

    Taking a quick look around, nothing seemed too out of place. It was pretty apparent that Beta 3 still thinks of itself as Code Name "Longhorn" as you'll find that branding throughout the OS.

    Configuration

    Following the initial configuration done on the "Initial Configuration Tasks" screen that greets you when you log in, most cofiguration is done via the "Server Manager" MMC console.

    Configuration is now a matter of managing Roles and Features. It'll take a little getting used to, but with the ever-present wizards you should be able to figure things out pretty quickly.

    IIS 7

    The last thing I'll mention really quickly is that it appears that Windows Server 2008 does indeed include the latest version of Microsoft's web server: IIS 7.

    If you'd like to learn more about IIS 7, you might want to take a look at my previous article: A Quick Look at IIS 7.

    Conclusion

    Hopefully this quick look at the Windows Server 2008 Beta 3 release has gotten you excited about this promising new platform. Not only does Windows Server 2008 promise to be more flexible and robust than previous versions, at the same time the reduced attack surface offered by it's modular design should offer increased security and the need to apply fewer patches.

    If you'd like more information about Windows Server 2008, there's plenty of it to be found. Perhaps the best place to start is at the source. Microsoft has a number of sites dedicated to covering the new product.

  • Rate This Article
    Not HelpfulMost Helpful
    1 2 3 4 5
    Other Articles
    Jul 21, 2005 - N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005 - Part 1
    While the .NET Framework made building ASP.NET applications easier then it had ever been in the past, .NET 2.0 builds on that foundation in order to take things to the next level. This article shows you to how to construct an N-Tier ASP.NET 2.0 Web application by leveraging the new features of ASP.NET 2.0 and SQL Server 2005.
    [Read This Article]  [Top]
    Apr 28, 2005 - New Files and Folders in ASP.NET 2.0
    With the release of ASP.NET 2.0, Microsoft has greatly increased the power of ASP.NET by introducing a suite of new features and functionalities. As part of this release, ASP.NET 2.0 also comes with a host of new special files and folders that are meant to be used to implement a specific functionality. This article examines these new files and folders in detail and provides examples that demonstrate how to utilize them to create ASP.NET 2.0 applications.
    [Read This Article]  [Top]
    Mar 10, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 2, Cont'd
    Alex Homer continues his detailed look at the major changes to the DataSet class. In this part, he looks at two features that allow developers to work with data in a more structured and efficient way when using the DataSet with a SQL Server 2005 database server.
    [Read This Article]  [Top]
    Mar 9, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 2
    Alex Homer continues his detailed look at the major changes to the DataSet class. In this part, he looks at two features that allow developers to work with data in a more structured and efficient way when using the DataSet with a SQL Server 2005 database server.
    [Read This Article]  [Top]
    Mar 3, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 1, Cont'd
    In this article, Alex Homer looks at the changes between the version 1.x and version 2.0 DataSet and their associated classes, showing you how you can take advantage of the new features to improve your applications' capabilities and performance.
    [Read This Article]  [Top]
    Mar 2, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 1
    In this article, Alex Homer looks at the changes between the version 1.x and version 2.0 DataSet and their associated classes, showing you how you can take advantage of the new features to improve your applications' capabilities and performance.
    [Read This Article]  [Top]
    Feb 16, 2005 - Writing a Custom Membership Provider for the Login Control in ASP.NET 2.0
    In ASP.NET 2.0 and Visual Studio 2005, you can quickly program custom authentication pages with the provided Membership Login controls. In this article, Dina Fleet Berry examines the steps involved in using the Login control with a custom SQL Server membership database.
    [Read This Article]  [Top]
    Dec 29, 2004 - ClickOnce Deployment in .NET Framework 2.0
    In this article, Thiru Thangarathinam examines .NET 2.0's new ClickOnce deployment technology that is designed to ease deployment of Windows forms applications. This new technology not only provides an easy application installation mechanism, it also eases deployment of upgrades to existing applications.
    [Read This Article]  [Top]
    Dec 15, 2004 - A Sneak Peek at ASP.NET 2.0's Administrative Tools
    With ASP.NET 2.0, Microsoft has made great strides in increasing developer productivity and has made implementing previously complex solutions relatively easy. Where this version of ASP.NET really shines, however, is in its new administrative tools that allow developers to spend less time managing the configuration of the servers and software and more time developing great code.
    [Read This Article]  [Top]
    Nov 17, 2004 - The ASP.NET 2.0 TreeView Control
    Thiru Thangarathinam introduces ASP.NET 2.0's new TreeView control which provides a seamless way to consume and display information from hierarchical data sources. The article discusses this new control in depth and explains how to use this feature rich control in your ASP.NET applications.
    [Read This Article]  [Top]
    Mailing List
    Want to receive email when the next article is published? Just Click Here to sign up.

    Support the Active Server Industry



    JupiterOnlineMedia

    internet.comearthweb.comDevx.commediabistro.comGraphics.com

    Search:

    Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

    Jupitermedia Corporate Info


    Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

    Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

    Solutions
    Whitepapers and eBooks
    Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
    Microsoft Article: 7.0, Microsoft's Lucky Version?
    Microsoft Article: Hyper-V--The Killer Feature in Windows Server 2008
    Avaya Article: How to Feed Data into the Avaya Event Processor
    Microsoft Article: Install What You Need with Windows Server 2008
    HP eBook: Putting the Green into IT
    Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
    Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
    Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
    Avaya Article: Setting Up a SIP A/S Development Environment
    IBM Article: How Cool Is Your Data Center?
    Microsoft Article: Managing Virtual Machines with Microsoft System Center
    HP eBook: Storage Networking , Part 1
    Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
    MORE WHITEPAPERS, EBOOKS, AND ARTICLES
    Webcasts
    Intel Video: Are Multi-core Processors Here to Stay?
    On-Demand Webcast: Five Virtualization Trends to Watch
    HP Video: Page Cost Calculator
    Intel Video: APIs for Parallel Programming
    HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
    Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
    MORE WEBCASTS, PODCASTS, AND VIDEOS
    Downloads and eKits
    Sun Download: Solaris 8 Migration Assistant
    Sybase Download: SQL Anywhere Developer Edition
    Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
    Red Gate Download: SQL Compare Pro 6
    Iron Speed Designer Application Generator
    MORE DOWNLOADS, EKITS, AND FREE TRIALS
    Tutorials and Demos
    How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
    eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
    IBM Article: Collaborating in the High-Performance Workplace
    HP Demo: StorageWorks EVA4400
    Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
    Microsoft How-to Article: Get Going with Silverlight and Windows Live
    MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES