I have a NodeJS apps hosted on a server behind IISNode. I have set the NODE_ENV in the web.config
<iisnode node_env="staging" />
and in the iisnode.yml
node_env: staging
but my application does not seem to pick it up. It picks up the values that I had initially set when I set up the server. Any ideas why?