我安装了Visual Studio 2017(v15.9.3) .

我用Angular下载了Asp.net核心Boilerplate模板项目(来自https://aspnetboilerplate.com/Templates) . 它使用带有Chrome的IIS Express运行's server side project working with Asp.net Core 2.1 and client side with Angular, under Asp.net core framework. Server side project working properly and it' .

问题是,在Angular项目中,我需要使用Chrome或任何浏览器调试VS中的Typescript . 但是,这个Angular项目不允许使用任何浏览器运行它 . 它仅显示“IIS Express”和“MyProjectName.AngularUI” .

enter image description here

(1) 单击"IIS Express" - >给出错误

该项目不知道如何运行配置文件IIS Express

(2) 单击"MyProjectName.AngularUI" - >给出错误

无法直接启动具有类库输出类型的项目

我的问题是,如何在VS内部使用浏览器调试这个Angular项目(自带的Asp.net核心Boilerplate框架)中的typescript?

(我的贡献: - 在正常的Asp.net核心Angular项目中,Typescript调试工作正常) . 任何解决方案或线索都可能非常感激 .

NOTE :不是“How do I debug typescript code in VS 2017?”的可能副本因为我可以调试VS中的普通打字稿代码 . 但我无法调试Asp.net Core Boilerplate框架附带的打字稿代码 .