Setting up local development environment for Umbraco

前端 未结 1 1474
时光取名叫无心
时光取名叫无心 2021-01-02 15:48

I have inherited an Umbraco CMS project, the Umbraco instance and custom user controls exist on our test server as the initial build has been demo-ed to the client already.

相关标签:
1条回答
  • 2021-01-02 16:10

    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.

    0 讨论(0)
提交回复
热议问题