Question

Debug with VS with cloud

Hi,

I'm looking for a way to dubug my script tasks and more, all posts I found are bringing me to https://academy.creatio.com/documents/technic-sdk/7-10/working-server-side-source-code-visual-studio (GENERAL PROCEDURES FOR DEVELOPING BPM'ONLINE SOLUTIONS IN VISUAL STUDIO)

There, the first step takes you to 

APPLICATION SETTINGS FOR DEVELOPMENT IN THE FILE SYSTEM (https://academy.creatio.com/documents/technic-sdk/7-10/development-file-system)

To enable development in the file system, edit the Web.config file (located in the root folder with the installed application) and set the enabled attribute of the fileDesignMode element to true.

This looks like it is only good for onSite applications. 

What do I do if use have cloud??

Can I still use this articles with cloud? If so, what are the changes, how do I get to the Web.config? If not, is there any other way to debug with cloud?

Any detail would help.

Thanks,

Chani

Like 0

Like

3 comments
Best reply

No, those instructions do not apply to cloud sites. In order to debug C# code, you'll need a local copy of the site. You can request a copy of the cloud site's database from support and also get the installation files. Then you can setup your own local copy of the cloud system to debug there. There's no option for debugging server-side code of a cloud system.

Ryan

 

Chani Karel writes:

Can just tell me if those instructions are good for cloud sites too?

Hello Chani,



If you need to apply cheches to the web.config file, please contact our support team (support@creatio.com) and we will assist you on this matter.



Best regards,

Bogdan

Bogdan,

Thank you! Will do

Can just tell me if those instructions are good for cloud sites too?

No, those instructions do not apply to cloud sites. In order to debug C# code, you'll need a local copy of the site. You can request a copy of the cloud site's database from support and also get the installation files. Then you can setup your own local copy of the cloud system to debug there. There's no option for debugging server-side code of a cloud system.

Ryan

 

Chani Karel writes:

Can just tell me if those instructions are good for cloud sites too?

Show all comments