tjanczuk / iisnode

Hosting node.js applications in IIS on Windows
Other
1.85k stars 588 forks source link

Updating the node.exe to run in iisnode.yml won't restart the site in Antares #256

Open amitapl opened 11 years ago

amitapl commented 11 years ago

On an Azure Websites website, I have a node.js site using a specific node version (set in the iisnode.yml file). I also have a server.js file outputting the current node version and a web.config file.

I tried to update the node version with the following steps:

  1. Update iisnode.yml --> No change (this is where I expect the change to happen).
  2. Update server.js --> No change.
  3. Update web.config (only touch no real change) --> The new node version is seen on the site.

Note: Only updating web.config without touching server.js also results in no change.

@gissues:{"order":50,"status":"inprogress"}

booyaa commented 11 years ago

can you post your iisnode.yml and web.config please?