-
Notifications
You must be signed in to change notification settings - Fork 357
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
Remote debugging: Error retrieving websocket debug proxy information from web.config #125
Comments
Did you try uncommenting and commenting out the relevant parts in the web.config file? Unless you're using web deploy, the web.config file does not undergo the debug transformation. |
Not sure what you mean. This is my Web.config:
|
We should add a better way of doing this, but you can either try creating one of the azure node templates, or look at the web config and web. debug.config in the following folder Either try including the web.debug.config from there in your project and right click and select preview transform or something similar, and copy the result to your web.config file. Or start with the web.config in the template and uncomment/comment accordingly. After you do that, you'll also need to enable web sockets from the azure website portal if you haven't already. Sent from my Rotary Phone
|
If you are using web deploy (which we don't recommend because you are more likely to run into #69) the debug transformation will happen automatically in the debug configuration so you wouldn't have to manually transform the file yourself. |
Any updates on this issue? Did you manage to get it working? |
I hit this issue also yesterday with the latest NTVS bits and a fresh Azure deployment. Looks like something is still amiss here. I could attach using the 'Attach to Process' dialog rather than Server Explorer (as outlined at https://github.com/Microsoft/nodejstools/wiki/Advanced-Debugging#attaching-without-server-explorer ), so it would seem debugging was configured fine on the Azure end, it's likely the VS end which has the issue. |
Looks like remote debugging is no longer working, and we need to make a bunch of changes to handle the changes in Azure (and Node 8+). Closing as this should be part of the larger Azure plans. |
Using VS 2013 Ultimate Update 4, I'm getting the error
Error retrieving websocket debug proxy information from web.config
When trying to do Attach debugger (node.js) in the server explorer.
The text was updated successfully, but these errors were encountered: