<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <handlers> <add name="iisnode" path="*.js" verb="*" modules="iisnode" /> </handlers> </system.webServer> </configuration>
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <handlers> <add name="ztest" path="ztest.js" verb="*" modules="iisnode" /> </handlers> </system.webServer> </configuration>
var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello world'); }).listen(process.env.PORT);
nodeProcessCommandLine: "E:\web\username\htdocs\app_data\node.exe"
var http = require('http'); http.createServer(function(req,res) { res.writeHead(200, {'Content-Type': 'text/html'}); res.end('Node.js ' + process.version); }).listen(process.env.PORT);
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@discountasp.net to your trusted senders list in your email software.