dotnetcore / AgileConfig

基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server
MIT License
1.46k stars 296 forks source link

事件查看器中经常报这种错误,有影响吗? #148

Closed hao15239129517 closed 8 months ago

hao15239129517 commented 8 months ago

System.UnauthorizedAccessException: Access to the path 'C:\Api\xx.agileconfig.client.configs.cache' is denied

kklldog commented 8 months ago

没大关系,写本地缓存的时候你的程序没有写文件的权限。影响到的就是 agileconfig 服务器挂掉的时候读不到这个备份。