I have used Kuda 2.0.1,iisnode-full-iis7-v0.1.14-x64.msi,Node.js 0.8.16.
1.
I have view this guide at
:http://tomasz.janczuk.org/2011/08/hosting-nodejs-applications-in-iis-on.html
for installing and running iisnode example
2.
I have add kuda project into directory "www"(into c:/Program Files/iisnode)
3.
Modify web.config:
<configuration>
<system.webServer>
<handlers>
<add name="iisnode" path="app.js" verb="*" modules="iisnode" />
</handlers>
<defaultDocument>
<files>
<add value="app.js" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
4.
Modify app.js at line 595
app.listen(process.env.PORT);
//app.listen(3000, "127.0.0.1");
5.
Go to iisnode url but i get a message:
The requested URL /node/Kuda/ was not found on this server!!
I not be able to run kuda in IIs with iisnode !Someone can help me?thanks
Original issue reported on code.google.com by gRod...@gmail.com on 22 Dec 2012 at 3:05
Original issue reported on code.google.com by
gRod...@gmail.com
on 22 Dec 2012 at 3:05