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

前端 未结 6 2666
清歌不尽
清歌不尽 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 18:54

    In visual studio 2015, the "~" keyword has no longer worked. You can now use :

    value="folder\subfoler"
    

    "folder" has the same level with .exe file

提交回复
热议问题