> ## Content Index
> Fetch the complete content index at: https://blog.bajonczak.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Quick Tipp: Dev Tunnels with Visual Studio
- URL: https://blog.bajonczak.com/dev-tunnels-with-visual-studio/
- Published: 2024-05-01T11:00:39.000Z
- Updated: 2024-05-01T11:00:39.000Z
- Description: 🛠️ Developing in emulators that need local hosted webservice access can be challenging. But fear not! 🔄 Devtunnels offer a seamless solution. Simply create a temporary or persistent tunnel with this submenu. Access it anytime with ease. 🚀 #DevTools #LocalhostAccess #Productivity
- Author: Sascha Bajonczak
- Tags: Development, Productivity

Developing in Emulators that must access your local hosted webservice can be a pain in the ass. A solution to solve this solution is to use devtunels. Just creating a temporary or persistent tunnel with this submenue.

![Debug dropdown showing dev tunnels option with Create tunnel selected](https://learn.microsoft.com/en-us/aspnet/core/test/dev-tunnels/_static/debug-dropdown-create-selected.png?view=aspnetcore-8.0)

Then you can every time access this via:

![Debug dropdown showing active tunnel in Dev Tunnels flyout.](https://learn.microsoft.com/en-us/aspnet/core/test/dev-tunnels/_static/debug-dropdown-active-tunnel.png?view=aspnetcore-8.0)