WebMatrix allows you to easily create websites. You can start with an open-source application (such as WordPress, Joomla, DotNetNuke, or Orchard) and WebMatrix will process the tasks of downloading, installing, and configuring these applications for you. Alternatively, you can use many built-in templates to write your own code. These templates help you get started quickly. No matter what you choose, WebMatrix provides everything you need to run your website, including Web servers, databases, and frameworks. By using the same stack on your development desktop as that on your Web host, you can easily and smoothly launch your website.
You can download a token from http://web.ms/webmatrix.
Now you only need a few hours to learn about WebMatrix, CSS, HTML, HTML5, ASP. NET, SQL, database, and how to write simple Web applications. The content is as follows:
In this series of articles, you will learn how to develop a simple Web application to manage your favorite movie lists. Although it is simple, it will show many functions of the complete Web application, including using the database to store data, this section describes how to add, edit, and delete data to a database. (You may have heard of CRUD-creation, retrieval, update, and deletion. Now you will learn how to implement these operations in WebMatrix !)
You will also learn how to deploy applications through the Web deploy and web matrix host providers!
Use the Web Platform Installer
From this website, you will download the Microsoft Web platform installer, a free tool for installing a variety of Microsoft products, including WebMatrix. When you start the Web Platform installer, you will see the following screen:
To find WebMatrix, select the Spotlight link on the top of the screen and the All or Products link on the left.
Press the Add button next to WebMatrix, and then press the Install button at the bottom of the screen. You will be required to accept the WebMatrix license and any licenses for any dependent applications to be installed. According to the content installed on your machine, the interface you see is similar:
If you see other necessary dependent applications, don't worry, just press "I Accept ". After accepting the license, WebMatrix will start to install:
After WebMatrix is installed, you will see the "Congratulations" screen, indicating that you have the required content and you can start working! As before, the list you see here may be slightly different, indicating that you have different dependent applications to install.
Run WebMatrix
WebMatrix can be found in the Microsoft WebMatrix folder in your Start Menu. This is the appearance in Windows 7.
Select the Microsoft WebMatrix icon to start WebMatrix. You will see this welcome screen:
The options on the welcome screen support the following website construction methods:
Site From Web Gallery (website From Web Library): Web application library (WAG) is a collection of open-source Web applications written using various technologies, including PHP and ASP. NET. The applications in WAG provide you with a good starting point-others have compiled a lot of code for you, and you can use them on your website for free. WebMatrix simplifies the process of downloading, installing, and configuring this code.
Site From Template: If you want to write your own code instead of using open-source applications From WAG, this option provides a good way to start development from an empty website or many simple templates that you can customize and modify.
Site From Folder: If you already have a collection of websites and want to edit them quickly and run them on the Web server, WebMatrix will allow you to do so, you only need to point it to this folder.