How to specify path in .config file relative to the file?

前端 未结 6 2664
清歌不尽
清歌不尽 2021-02-19 18:44

An app I use interprets a .NET .config file. I added a line specifying the path to a certificate it needs



        
6条回答
  •  后悔当初
    2021-02-19 19:02

    ..\ goes up a folder level. Repeat as many times as needed e.g. ..\..\ to get to your bin folder.

提交回复
热议问题