IIS Express in relation to Microsoft Webmatrix
IS Express (created by Microsoft and created using C# language) is a web server application which you can test websites created using asp.net or websites also that is written in PHP. IIS stands for Internet Information Server, while the Microsoft WebMatrix is free tool use to build websites. It is free which also created by Microsoft and it can run on windows or Linux platform. So if you will create websites in web matrix tool and want to test it, you can test it in your computer locally using IIS Express server on your windows computer. Hope this explanation helps you.
Hello Anne,
Microsoft Webmatrix comes with a lightweight version of IIS known as IIS express. IIS express has features similar to IIS 7 and has several advantages (listed below)
Below sequence is relevant when WebMatrix is used to create a Site
Thanks