Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm not sure what is going on with my project or VS setup.

  • Two days ago I had a simple ASP NET Core app that was working (running in debug mode) and I could break point JavaScript inside VS.
  • Yesterday I installed some SyncFusion components (Essential JS 2) on my dev system, but have not used or added any to my project at this point.
  • Today when I try to debug (with IIS Express) I get directed to a browser page.

file:///C:/%5CProgramData%5CMicrosoft%5CVisualStudio%5CEdgeAdapter%5C########/landingPage.html

######## masking actual folder

enter image description here

and VS raises an error dialog

enter image description here

The attempted landing page does exist at

"C:ProgramDataMicrosoftVisualStudioEdgeAdapter########landingPage.html"

The project properties Debug settings seem to be correct

enter image description here

Q: What other areas in VS 2019 should I be looking for correction or settings change ?

question from:https://stackoverflow.com/questions/66052742/debug-cant-find-landing-page

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
246 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...