I created a new project based on the the Blank Azure Node.js Web Application in Visual Studio Community 2015 with the node tools 1.1 RC2 installed. I am able to publish the project to my Azure account in Debug mode without problems and it runs fine. When I try to the menu command Attach Debugger (Node.js). I get the error:
Could not attach to node.exe process on Azure Website at http://.azurewebsite.net/.
Error retrieving websocket debug proxy information from web.config.
I am running on Windows 10 and the application configuration in Azure has Web Socket enabled.
Any suggestions what to look for next?
I created a new project based on the the Blank Azure Node.js Web Application in Visual Studio Community 2015 with the node tools 1.1 RC2 installed. I am able to publish the project to my Azure account in Debug mode without problems and it runs fine. When I try to the menu command Attach Debugger (Node.js). I get the error:
Could not attach to node.exe process on Azure Website at http://.azurewebsite.net/.
Error retrieving websocket debug proxy information from web.config.
I am running on Windows 10 and the application configuration in Azure has Web Socket enabled.
Any suggestions what to look for next?