Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在IIS中部署应用程序API Asp.Net和Angular front?_C#_Asp.net_Angular_Api_Asp.net Web Api - Fatal编程技术网

C# 如何在IIS中部署应用程序API Asp.Net和Angular front?

C# 如何在IIS中部署应用程序API Asp.Net和Angular front?,c#,asp.net,angular,api,asp.net-web-api,C#,Asp.net,Angular,Api,Asp.net Web Api,我正在尝试使用以下模板,该模板使用干净的体系结构作为我的项目的基础。我想在IIS中部署我的项目,但无法编译应用程序以在IIS中部署它 我应该首先编译API并在IIS中发布,然后在angular front中发布吗 这是我正在使用的模板。 您现在在“编译”和“部署”方面做了什么?在哪里失败?

我正在尝试使用以下模板,该模板使用干净的体系结构作为我的项目的基础。我想在IIS中部署我的项目,但无法编译应用程序以在IIS中部署它

我应该首先编译API并在IIS中发布,然后在angular front中发布吗

这是我正在使用的模板。

您现在在“编译”和“部署”方面做了什么?在哪里失败?