Encrypting app.config File

前端 未结 7 1283
天命终不由人
天命终不由人 2020-11-28 08:56

I have an app.config file that I need to distribute with my application. It was created because of a Service Reference to an ASMX web service I added.

It isn\'t a h

7条回答
  •  遥遥无期
    2020-11-28 09:21

    Well the file will be read by the program when it is run so changing the file could be a bad idea, you could add checksums to each line to make sure it's valid by checking it in your application or checking for modifications since last run or something. I've never heard of encrypting an app.config before to be honest.

提交回复
热议问题