Environment variables in IIS

From Logic Wiki
Revision as of 10:17, 25 June 2024 by AliIybar (Talk | contribs) (Created page with "Category:IIS * Go to your application in IIS and choose Configuration Editor. * Select Configuration Editor * Choose '''system.webServer/aspNetCore''' (RC2 and RTM) or ''...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


  • Go to your application in IIS and choose Configuration Editor.
  • Select Configuration Editor
  • Choose system.webServer/aspNetCore (RC2 and RTM) or system.webServer/httpPlatform (RC1) in Section combobox
  • Choose Applicationhost.config ... in From combobox.
  • Right click on enviromentVariables element, select 'environmentVariables' element, then Edit Items.
  • Set your environment variables. - ASPNETCORE_ENVIRONMENT
  • Close the window and click Apply.
  • Done