Tuesday 15 June 2010

IIS can't read data (HTTP GET requests) from node.js app -



IIS can't read data (HTTP GET requests) from node.js app -

i hired vps (windows server 2008) aim of hosting website. configured iis 7.5 run html website. website reads info (http requests) little node.js application running on same vps on port 3000.

on other hand, every phone call getting:

failed load resource server responded status of 404 (not found)

ok fault. needed alter http request

$.get( "/myfunction", function( info ) { });

to

$.get( "http://localhost:3000/myfunction", function( info ) { });

node.js get iis-7.5

No comments:

Post a Comment