var filename = Environment.ExpandEnvironmentVariables(@"%LOCALAPPDATA%\Dropbox\info.json");
当我在 vs 中运行它时,我得到了我需要的路径
C:\Users\User-pc\AppData\Local\Dropbox\info.json
当发布到 IIS 时,我得到
C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\Dropbox\info.json