AppCmd command to change Environment Variable
From Logic Wiki
Revision as of 10:38, 19 November 2018 by AliIybar (Talk | contribs) (Created page with "Category:IIS Category:TFS %systemroot%\system32\inetsrv\appcmd.exe set config "<SITENAME>" -section:system.webServer/aspNetCore /+"environmentVariables.[name='ASPNETC...")
%systemroot%\system32\inetsrv\appcmd.exe set config "<SITENAME>" -section:system.webServer/aspNetCore /+"environmentVariables.[name='ASPNETCORE_ENVIRONMENT',value='<VARIABLEVALUE>']" /commit:site