<?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.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authentication app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.