On Jul 28, 2012, at 10:22, samm <[email protected]> wrote: > So I go to a browser and type http://localhost:8080. > At first this said site could not be found.
That means the server is not running, so you'll need to debug why the example script didn't work. > My :80 is taken up by a SharePoint site and I want to use 8080 anyway. > So I setup a site in IIS called NodeJsServer. > And set up binding for all unassigned, localhost: port 8080. > > When I go there [ http://localhost:8080 ] > I get: > > HTTP Error 403.14 - Forbidden nodejs has nothing to do with IIS, and now you've configured IIS to use the port you were trying to use with nodejs⦠Please turn off IIS or at least do not configure it to conflict with nodejs. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
