API server - change app server URL

Hello

Is there a way to add or change appserver URL in apiserver configuration after the first setup?

thanks

Massimo

Parents
  • Hi ,

    I've never tried it. 
    Those settings are encrypted in the Apiserver's web.config under the <connectionStrings> paragraph. 

    You can decrypt the web.config file running:

    .\aspnet_regiis -pd "connectionStrings" -app "/ApiServer" 

    you can find the utility in c:\windows\Microsoft.Net\Framework\V4.xxxx  of the server running the IIS with the Apiserver.

    Make a backup before trying your settings.

    After modification remember to encrypt the values changing -pd by -pe 

    HtH

Reply
  • Hi ,

    I've never tried it. 
    Those settings are encrypted in the Apiserver's web.config under the <connectionStrings> paragraph. 

    You can decrypt the web.config file running:

    .\aspnet_regiis -pd "connectionStrings" -app "/ApiServer" 

    you can find the utility in c:\windows\Microsoft.Net\Framework\V4.xxxx  of the server running the IIS with the Apiserver.

    Make a backup before trying your settings.

    After modification remember to encrypt the values changing -pd by -pe 

    HtH

Children