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

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

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

An Introduction to the Microsoft Web Platform Installer
By John Peterson
Rating: 4 out of 5
Rate this article


  • email this article to a colleague
  • suggest an article



    Introduction

    Getting a new ASP.NET Web development machine up and running isn't hard, but there are a lot of steps involved and it takes a fair amount of time. That's why Microsoft is working on a new tool called the Microsoft Web Platform Installer. It provides a single interface for installation of the tools needed to start developing Web applications on the Microsoft platform.

    I'll leave the rest of the introduction to Microsoft. From the Microsoft Web Platform Installer page:

    Overview

    The Web Platform Installer Beta (Web PI) provides a single, free package for installing and configuring Microsoft's entire Web Platform, including IIS7, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s simple user interface, you can select specific components or install the entire Microsoft Web Platform onto your computer. To help you stay up-to-date with product releases, the Web Platform Installer always contains the most current versions and new additions to the Microsoft Web Platform.

    System requirements

    • Supported Operating Systems are: Windows Vista RTM, Windows Vista SP1, Windows Server 2008
    • You must have administrator privileges on your computer to run Web Platform Installer Beta
    • .NET 2.0 Framework
    • Supported Architectures: x86 and 64-bit

    As I write this, the program is still in Beta so use it at your own risk. I downloaded and played with the Sept. 30, 2008 bits and didn't run into any problems but your results may vary.

    Microsoft Web Platform Installer

    You can get the Microsoft Web Platform Installer from the Microsoft Web Platform Installer page of the Microsoft /web site. While you're there, do yourself a favor and take a look around... you'll find a bunch of interesting articles and stuff.

    Installation of the Microsoft Web Platform Installer program itself is a simple matter of running the downloaded wpilauncher.exe file. There aren't any options and, aside from clicking on the User Account Control dialog box that appears if you're using Vista's User Account Control feature, you shouldn't need to so anything but sit back and wait.

    Once installed, the Microsoft Web Platform Installer runs automatically.

    The first screen prompts you to choose a type of installation. The "ASP.Net Developer" setting is probably the best choice for most users. It installs IIS7 (configured to run ASP.NET apps), .NET Framework 3.5 SP1, Visual Web Developer 2008 Express SP1, and SQL Express 2008.

    If you want to take a more hands-on approach, the program also includes the "Your Choice" option which lets you choose exactly what gets installed and what doesn't.

    Once you've selected a preset configuration or have tweaked your own you'll be presented with a page that lists everything you've chosen. Be sure to take a look at the the list and review your choices.

    Once you agree to the license terms for all the software being installed...

    ...the installation process begins.

    The installer seems pretty smart and appeared to download files in the background as other components were being installed.

    You may run into a situation where the installation is interrupted by a reboot or two. If you need to, you can simply re-run the Microsoft Web Platform Installer via it's Start Menu icon and re-select the same settings to continue where you left off.

    Conclusion

    While it's still in Beta and it doesn't always seem to resume after reboots, the Microsoft Web Platform Installer is a great little tool that can help you get Microsoft's Web server and development tools installed quicker then ever before. I can't wait to get a hold of the released version and am expecting to see some really great things from this tool as it matures.

    For program updates and more information, watch the Microsoft Web Platform Installer Web Page.

  • 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


    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers