webmatrix

webmatrixwebmatrix
  1. WebMatrix keeps all site-related information , including database data , in files , so it can be easily modified by hand or migrated .

    WebMatrix会维护与站点相关的所有信息,包括数据库数据、文件,这样就可以手工或迁移的方式修改了。

  2. WebMatrix projects can be opened with Visual Studio , and its data can be easily converted to SQL Server in case SQL Server CE is reaching its limits .

    可以使用VisualStudio打开WebMatrix项目,如果SQLServerCE达到了极限,还可以将数据轻松转换到SQLServer上。

  3. WebMatrix is used to create and test websites locally , but it can also be used to publish the site to a hosting provider via FTP , SSL or MSDeploy .

    WebMatrix用于在本地创建与测试Web站点,但它也可以通过FTP、SSL或MSDeploy将站点发布到托管主机上。

  4. WebMatrix is for simple websites that are done quickly , including simple testing / diagnostics tools , analytics , SEO , and the possibility to create the site from already predefined templates .

    WebMatrix用于快速开发简单的站点,包含了简单的测试/诊断工具、分析工具、SEO,并且可以根据已有的预定义模板创建站点。