|
|
ASP.NET Tutorial 0: Getting ready for ASP.NET development
by Matt on 2009/10/27 at 12:48 pm
Windows 7 kicks serious ass… and actually runs better on my pansy little netbook than XP does. I highly recommend it. Just some food for thought. New additions to WPI, including beta releases.
IIS add-ons, server features, etc.
Content management systems (Drupal, Umbraco), blog platforms (WordPress, BlogEngine), etc.
URL Rewrite is one of those big features I mentioned that isn’t available for Windows XP or Windows Server 2003 systems, as it requires IIS7 or newer. URL Rewriting allows you to take a URL like www.mattvanandel.com/index.php?article=1234567 and turn it into something like www.mattvanandel.com/setting _up_your_computer_for_dotnet/ which is more user-friendly, search-engine friendly, and just plain friendly. It’s a feature supported by nearly every major PHP application out there but not by IIS6 (there are premium ISAPI filters available for IIS6, but you’d be better off using the money you’d have to spend to upgrade Windows instead, as the 3rd party IIS6 ISAPI filter doesn’t come cheap).
In the screenshot, I have already installed just about everything under the sun. You don’t need all that. Not yet, anyway (you can keep wpilauncher.exe handy to install any features you need later on). If you follow the directions you should be peachy keen.
SQL Server Management Studio (including the free Express version) is an user-friendly program for managing and administrating MSSQL databases. Understandably, it only works with Microsoft’s SQL Server software. It does not work with MySQL.
…but if you want to install it anyway, it certainly won’t hurt anything. If you want to run PHP and .NET, then leave it checked and read my PHP Setup Tutorial when you’re done with this one… just skip Step 1 of the PHP tutorial as it will be redundant after you finish here.
Prerequisites: Windows Vista, Windows 7, or Windows Server 2008 Operating System
So you want to get into ASP.NET web development, but don’t know what you need to get started. Don’t panic, I’m here to help! This in-depth article contains detailed instructions for setting up your Windows Vista, Windows 7, or Windows Server 2008 computer for full-on ASP.NET web development in C# including installation of IIS, Visual Web Developer Express, and SQL Server Express. This does not cover any actual use of those tools (those posts will come later), but covers in great detail what you will need and how to install everything. This article has been divided into sections, by topic. For the main article, just scroll down to the section marked “Microsoft Web Platform Installer” and click on it to expand it’s contents. To see the overview or to read the special note, simply click on the title to expand it. As far as setup is concerned, that really is all there is to it. Microsoft has made it as easy as conceivably possible to get everything you need or want installed and running automagically. I’ll be posting overview tutorials for each of the specific tools mentioned on this page soon (IIS, Visual Web Developer/Visual Studio, etc) – but don’t wait for me. Go ahead and play around with them. I’ve always found that the best way to learn something is to just do it (even if you don’t exactly know what it is you’re doing). I’m sure you’re smart enough to learn a bit on your own in the mean time (you can to this site, after all)
• Posted under Tutorials and tagged with @Complexity: Beginner, ASP.NET, C#, IIS, Visual Studio, Visual Web Developer
|
One Comment on ASP.NET Tutorial 0: Getting ready for ASP.NET development
Neato.