Exploring Dev Tunnels in Visual Studio

Updated on

May 20, 2024

Learn how to use Dev Tunnels in Visual Studio to expose your local applications for external testing.



Visual Studio has introduced a powerful feature called Dev Tunnels, which allows you to securely and conveniently expose your local applications to the internet. This is especially useful for developers who need to share their development environment with colleagues, clients, or for testing external interactions with their application.

What are Dev Tunnels?

Dev Tunnels are secure tunnels that expose an application running in your local environment to an internet-accessible endpoint. This way, you can share URLs for others to directly access your application, facilitating testing and demonstrations.

How to Use Dev Tunnels?

To use Dev Tunnels in Visual Studio, follow these steps:

1. Open the Project: Open the project you want to expose via Dev Tunnels.

2. Configure the Dev Tunnel:

Click the arrow next to the "Start Debugging" button

Go to "Dev Tunnels (no active tunnel)"

Then click on "Create a tunnel..."

 

3. Start the Dev Tunnel: Click Start to initiate the tunnel. Visual Studio will provide a URL that can be shared.

4. Share the URL: Use the provided URL to share your environment with others.

Advantages of Dev Tunnels

Easy Setup: Simple to configure directly from Visual Studio.

Security: Includes authentication and SSL options to protect your application.

Accessibility: Allows external access without complex network configuration.

Dev Tunnels is a valuable tool for developers who need to expose their applications for testing and feedback quickly and securely. Try this feature in Visual Studio and see how it can simplify your development workflow.