Include this script into your page along with the iframe for a responsive media embed
Title: Howto guide to Remote Debugging in Visual Studio 2017nnIn this video tutorial we discuss the topic of configuring the Remote Debugging Tools for Visual Studio 2017.nnRemote Debugging Tools provide a great way to enable a developer to debug applications that are running on a remote server. You could have an application deployed to your test servers at your company and without having to spend the time to install a complete Visual Studio IDE, you can simply deploy a small program that allows you to attach to the processes in a remote manner and get the same great experience but from your own development computer. Another great use for this process is if you want to debug applications that are hosted in a location that do not allow you to install a full blown IDE like visual studio because of security reasons or maybe because it will cause too many issues due to the changes on that computer.nnIn this video we go over the topic of taking a brand new IIS Web Server hosted in Windows 2016 and configuring all of the neccessary components to allow you to start the sample application that is built with ASP.NET Core MVC and then show you how to configure Visual Studio 2017 Community Edition to allow you to set break points and attach to the remote process.nnRelated Videos:nnHowto guide for installing Windows 2016 - youtu.be/ksoCBXjTfn8nHowto guide for Installing and Configuring Visual Studio Community 2017 - youtu.be/dNqU5sxxPfwnIIS Install and .NET MVC Core Web App tutorial - youtu.be/6um_OmHmvFMnnGoogle+: plus.google.com/b/101368235245675268687/101368235245675268687nFacebook: www.fb.me/clouddeveloper.ionTwitter: twitter.com/ilozovyynn#dotnetcore #aspnetcore #visualstudio #webapps #csharp #debugging