tjanczuk / iisnode

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

IISNode and meteor #544

Open richsmith123 opened 7 years ago

richsmith123 commented 7 years ago

Hello, I have an application that runs under node.js/meteor. The application works well. Now, I want to run this application under IIS via IISNode. I need some assistance in configuration please...

I run the application under meteor app folder from the command prompt -- C:\MyApp\meteor --settings somefile.js

I have installed IISNode and it works fine as well.

Kindly direct me how can I write server.js and web.config file to make this application run.

christiaanwesterbeek commented 7 years ago

Do these help?

https://forums.meteor.com/t/how-to-deploy-meteor-app-to-iis-windows/1039 https://github.com/tjanczuk/iisnode/issues/235 https://forums.meteor.com/t/meteor-user-strategies-on-iisnode-accounts-and-passport-with-integrated-windows-authentication/29043

Those are some of the links I found with googling: iisnode meteor. It's hard to tell if that's relevant to you, because at this point it not clear to us what you've tried so far.