This question is related to this question I posted on stackoverflow:
http://stackoverflow.com/questions/11287509/node-js-running-under-iis-express-keeps-crashing
I am trying to reinstall my windows 32 bit laptop machine with Windows 7 N SP1, as I am part of the Bizpark programme and have access to software etc. However IIS Express when running via Azure emulator on my local machine keeps crashing, that is version via this link:
http://www.windowsazure.com/en-us/develop/nodejs/
When I click the Windows Installer June 2012 link and go through the process of installing all the bits to get node.js working on my local machine, IIS Express crashes with the error:
Problem signature:
Problem Event Name: APPCRASH
Application Name: iisexpress.exe
Application Version: 8.0.8298.0
Application Timestamp: 4f620349
Fault Module Name: iiscore.dll
Fault Module Version: 8.0.8298.0
Fault Module Timestamp: 4f63b65c
Exception Code: c0000005
Exception Offset: 00021767
OS Version: 6.1.7601.2.1.0.256.28
Locale ID: 1033
Additional Information 1: f66d
Additional Information 2: f66d807b515d6b2dc6f28f66db769a01
Additional Information 3: 7b2f
Additional Information 4: 7b2f6797d07ebc2c23f2b227e779722e
Is there an update I am missing or is there a way around NOT having to use IIS Express and to use the IIS 7 that comes with Windows 7 N SP1? This is soo frustrating, it's stopped me dead in my tracks and I've been unproductive for 4 days now!
These are the steps I have taken to reinstall my system:
1) Install Windows 7 N SP1
2) Run add/remove programs - enable IIS 7
3) Run windows update to make sure machine gets latest updates
4) Install Windows Azure SDK (but which version ? obviously I can't trust Windows Azure SDK for Node.js - June 2012 version because the IIS Express that it installs is broken) .... what to do ?
↧