Debugging ASP Core on Linux with Visual Studio 2017
![Developer Support](https://devblogs.microsoft.com/premier-developer/wp-content/uploads/sites/31/2021/08/devsupport-96x96.jpg)
NET Core and specifically ASP Core is an Open Source, High Performance implementation of .NET that runs on Windows, Linux and Mac. After you deploy your web application to a Linux server it can be difficult to troubleshoot when issues arise. In this article, I’ll show you how to configure your Linux test server and Development environment to allow ...