#Visual Studio How to find a startup project in VS 2022?

The value for startup project is a user setting, not a solution setting. This means that your startup project may be different from mine for the same solution. You probably need to configure the correct startup project once.

That said, there are a few clues to finding the current settings:

  1. The Debug Target on the Standard toolbar might show it. This might also show a different name if there are multiple startup targets defined for a given project. The down arrow will show you all the startup targets for the selected project.

Startup project called WebApplication1

  1. If your solution has multiple projects, right-click on it and select Set Startup Projects. This will show you the current startup project(s) or let you configure your own settings. (You can also get here by right-clicking and selecting Properties at the bottom, then find it under Common Properties -> Startup Project in the options hierarchy.)

Solution right-click menu