Yehia A.Salam
Yehia A.Salam

Reputation: 2078

Remote Debugging Azure Web App Terminates After Page Load

I'm trying to remotely debug a web app on azure. I published using Web Deploy the debug configuration, and added the breakpoint, right clicked on the Attach Debugger on my Web App instance and the debugger launched and everything is looking good.

But after waiting for like 20sec for the page to load( the debugger launched my website), the visual studio debugger terminates and im being returned to normal editing, and the web page actually load on the browser. Have no clue what that might be happening.

Upvotes: 0

Views: 119

Answers (1)

juvchan
juvchan

Reputation: 6245

Do you enable Remote Debugging for the right Visual Studio version in your web app configuration?

Upvotes: 1

Related Questions