I am attempting to debug / walk through some code that is deployed on Microsoft Azure. I am able pass the credentials and attach my debugger successfully to w3wp.exe:
From here, I am unable to get any breakpoints to hit because no symbols have been loaded. Error listed on the break point (hollow):
"The breakpoint will not currently be hit. No symbols have been loaded for this document"
I have deployed my application to azure in DEBUG mode.
More info:
Not sure what was going on - created a new website in Azure and I can connect to it fine now.