Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve diagnostics in case of common startup issues #62

Closed
tjanczuk opened this issue Oct 21, 2011 · 1 comment
Closed

improve diagnostics in case of common startup issues #62

tjanczuk opened this issue Oct 21, 2011 · 1 comment
Labels

Comments

@tjanczuk
Copy link
Owner Author

Fixed in f1fd9f1

A new configuration setting iisnode/@devErrorsEnabled was added. Default is true. When the setting is true, for the most common error conditions iisnode will return an HTTP 200 response with [lightweight] HTML body explaining the issue and possible ways of fixing it. If @devErrorsEnabled is false (recommended in production), iisnode will return a generic HTTP 5xx response.

Some of the most common issues for which iisnode will return a verbose HTTP 200 response are:

  1. Lack of necessary permissions to create a log file to redirect stdout and stderr from a node.exe process.
  2. Cannot file node.exe in the configured location
  3. Lack of necessary permissions to deploy supporting files necessary to initialize a debugging session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant