Setting up local development environment for Umbraco

心已入冬 提交于 2019-11-30 13:26:51

If you have IIS Express installed, what I have found easiest is to:

  1. Copy the filesystem of the site from the server to a folder in the Inetpub of your local machine.
  2. Create a site in IIS and point to those files.
  3. In Visual Studio, click File, Open, Website, and then choose the site.

If you have the MVC Framework installed, syntax highlighting will work for razor (.cshtml) scripts.

One step further would be to make a copy of the database and point the connection string to that copy. The copy could be restored to another database server, or if you have SQL Server Express installed, you can run the copy locally as well.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!