Issue
I have been able to run ASP.NET core applications with Visual Studio 2017. Visual Studio has the integration of IIS Express and ASP.NET core all setup and it works with F5.
I would like to get this same functionality in VS Code. I have found and tried the IIS extensions for VS code. They serve the files without launching the dotnet.exe process.
How can I configure my VS Code project to provide similar run/debug functionality as Visual Studio 2017?
Solution
There is an extension available in visual studio market place which can be used to configure and host web applications in IIS Express from VS Code.
Check it our here.
https://marketplace.visualstudio.com/items?itemName=warren-buckley.iis-express
Answered By – yenkay
Answer Checked By – Mildred Charles (BugsFixing Admin)