Skip to content

Enable development in FileSystem Mode

Kyryl Krylov, CPA edited this page May 11, 2020 · 2 revisions

Step 1

To enable development in the file system, edit Web.config file (located in the root folder of the installed application) and set the attributes as following

Update [AppPath]\web.config

<fileDesignMode enabled="true"/>
<add key="UseStaticFileContent" value="false" />

Screenshot

Step 2

  • Navigate to http(s)://[your_instance]/0/dev and click on Download packages to file system This will find Training package.

![Download Packages To FileSystem](https://github.com/Academy-Creatio/TrainingProgramm/wiki/Img/confguration_buttons.png)
  • Browse to C:\inetpub\wwwroot\[Your_Install_Folder]\Terrasoft.WebApp\Terrasoft.Configuration\Autogenerated\Src to find downloaded content

Step 3

Enable Debugging mode for client side source code. Change SystemSetting Debug mode (code: IsDebug) to true
EnableDebug
Once configured, you will see additional optopions under profile
IsDebug

Academy Related Articles