0

I have a Visual Studio solution that has a main web project and another secondary project that is an application under main.

The solution runs fine in production when published to IIS, but I'm having issues trying to debug locally.

Both are setup in Visual studio to run on different ports under localhost.

I can start the main web app in debug mode, but how do I start the other app so I can debug the whole solution?

Thanks!

SkyeBoniwell
  • 6,345
  • 12
  • 81
  • 185

1 Answers1

1

I can start the main web app in debug mode, but how do I start the other app so I can debug the whole solution?

To achieve this, you can select Multiple startup projects on the Property Pages, please Go to Solution ->Properties -> Startup Project:

enter image description here

Hope this can help you.

Community
  • 1
  • 1
Leo Liu
  • 71,098
  • 10
  • 114
  • 135