I find it rather weird that there are no detailed step by step explanations on how to deploy your own Meteor webapp onto your own Windows server. Or maybe I\'m just not able
Well, their page about custom deployment is quite short and I discovered some facts while managing to deploy the Welcome to Meteor application:
netstat
command to find out the port used.npm install
before executing the meteor build
Hope this help.