1 of 1 users consider this post helpful
How to debug admin part of an app?
When creating an app in Visual Studio you usually "Start debugging" to run the server part of an app. To run the user part you now have to start the app in the app client. But apart from the user part there is also an admin part. E.g. for a company named foo and an app named bar the user part is foo-bar.htm and the admin part is foo-baradmin.htm. How can you start the admin part while the server part still runs in debug mode?