我试着用iisnode运行express。我遵循了提供的示例,但是当尝试使用带有基本示例的最新Express版本时,没有办法让它工作。).port
我添加了必要的web.config文件(从iisnode-- indicates that the hello.js file is a node.js application
to be handled by the <
我对Keystone和IISnode都是新手,所以请耐心听我说。我已经成功地用IISnode运行了express项目,我也可以用node运行keystone.js项目,但将两者合并起来一直很困难。当我同时运行ETW跟踪时,在我关闭它之前,我得到了多次"iisnode计划重试到node.exe进程的命名管道连接“。我尝试将iisnode直接挂接到keystone index.js文件(参见下面的web.config)和项目根目录下的keystone.js文件。<handlers>
<add n
我使用iisnode module.Everything完美地在windows server 2012上托管了这个应用程序。-- indicates that the hello.js file is a node.js application <add name="iisnode" path="app.js" verb="*" modules=&quo
我按照这里提到的说明在我的Windows8上安装了iisnode。一切都安装得很好,iisnode附带的示例node.js应用程序http://localhost/node/helloworld/hello.js也运行得很好。但是当我在VS2012上的azure项目中运行我的App.js时,我得到了错误"Handler "iisnode“在它的模块列表中有一个坏的模块"iisnode”“。这是非常令人沮丧的。Web配置
<add nam
我运行我的Node.js应用程序,得到一个严重的错误You are receiving this HTTP 200 response because system.webServer/iisnodeThe node.exe process has not written any information to stderr or iisnode wa