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

iisnode crashes when an invalid iisnode setting is set in the web.config file #166

Closed
ccfrank opened this issue May 14, 2012 · 2 comments
Closed

Comments

@ccfrank
Copy link

ccfrank commented May 14, 2012

If an non-existing setting is configured in the web.config file, iisnode crashes

For example, iisnode nosuchsetting="0"

Following error is logged in the server's application log

Faulting application w3wp.exe, version 7.0.6002.18005, time stamp 0x49e023cf, faulting module iisnode.dll, version 0.1.14.0, time stamp 0x4f074abf, exception code 0xc0000005, fault offset 0x00005604, process id 0x5cc, application start time 0x01cd31feeefa0395.

@tjanczuk
Copy link
Owner

Frank, there was an issue with nonexisting config properties a while back (#128), but it was fixed. The test for it is at https://github.com/tjanczuk/iisnode/blob/master/test/functional/www/116_configerror/web.config. Can you install the latest iisnode and try again?

@ccfrank
Copy link
Author

ccfrank commented May 15, 2012

Tomasz. I updated to the latest version 0.1.19.0 and it seems to have fixed the problem.

I had no idea how i got an older version.. probably from some old links.

@ccfrank ccfrank closed this as completed May 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants