To access the administration page, you need at least one ASP.NET web page file on your site, that is, at least one * .cshtml or * .vbhtml file in the root site directory.
This is because WebMatrix detects these files and only includes the required ASP.NET web page libraries if these files are found.
After adding one of these files, try returning to http: // localhost : / _ Admin again.
source share