Difference between revisions of "AppCmd command to change Environment Variable"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:IIS Category:TFS %systemroot%\system32\inetsrv\appcmd.exe set config "<SITENAME>" -section:system.webServer/aspNetCore /+"environmentVariables.[name='ASPNETC...")
(No difference)

Revision as of 10:38, 19 November 2018


%systemroot%\system32\inetsrv\appcmd.exe set config "<SITENAME>" -section:system.webServer/aspNetCore /+"environmentVariables.[name='ASPNETCORE_ENVIRONMENT',value='<VARIABLEVALUE>']" /commit:site