如何将 angular 8 应用程序发布到 asp.net 应用程序的子文件夹?
how to publish an angular 8 app to the subfolder of asp.net application?
我想在子文件夹中发布 angular 应用程序。在主文件夹中,Asp.Net Mvc web 应用程序是 运行。但我得到错误。
在附件中,您可以访问 Web 配置结构、错误和文件夹结构。
ERROR MESSAGE
WEB CONFIG
Folder Structure
index.html
我解决了向 web.config 添加以下内容的问题。
<system.webServer>
<modules>
<remove name="ApplicationInsightsWebTracking" />
</modules>
</system.webServer>
我想在子文件夹中发布 angular 应用程序。在主文件夹中,Asp.Net Mvc web 应用程序是 运行。但我得到错误。
在附件中,您可以访问 Web 配置结构、错误和文件夹结构。
ERROR MESSAGE
WEB CONFIG
Folder Structure
index.html
我解决了向 web.config 添加以下内容的问题。
<system.webServer>
<modules>
<remove name="ApplicationInsightsWebTracking" />
</modules>
</system.webServer>