Environment.GetEnvironmentVariable won't find variable value

后端 未结 4 1415
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 22:26

Why won\'t Environment.GetEnvironmentVariable(\"variableName\") get a variable\'s value if the call is made from within a webMethod hosted on IIS and it will wo

4条回答
  •  离开以前
    2020-12-05 23:16

    Restarting Visual Studio fixed it for me (guessing IIS Express also caches these values).

提交回复
热议问题