Developing locally

For those of you who don’t know, each resource built in Visual Studio is able to be debugged. Some will require external installs for debugging to work fully. Let's review debugging in Visual Studio for those who are unfamiliar with it. Once you open Visual Studio and create a project, you will see a debug button and a debug file menu. One caveat is that you should make sure that you have the right startup project selected, as shown in the following screenshot:

This will give you the ability to set your code with breakpoints and see what is happening. For most web applications, you can test locally, as you normally would ...

Get Hands-On Cloud Solutions with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.