Callixte wrote: can WebMatrix use an existing ASP.NET project made by Visual Studio ? One of the key design goals for WebMatrix was to make the whole concept of a "project" disappear. The ASP.NET team's reasearch showed that a good number of developers found the project system a barrier to adoption. WebMatrix simply uses the concept of a folder to represent a project, so to add a file to a project, you simply copy the file into the folder. Once a project reaches a certain level of complexity, a full, robust project system is pretty beneficial, but for small scale stuff, a file based system works very nicely. To answer your question however, no, there's know way I know of you use a VS.NET project in WebMatrix, you will simply have to point WebMatrix at the folder holding all the files. David