NET 5 MVC 6 - 发布到Azure网站ERROR_COULD_NOT_FIND_APPROOT_FOLDER

时间:2015-03-09 00:31:11

标签: azure asp.net-core-mvc

只是尝试将mvc 6默认模板(web api)项目发布到azure(从发布向导导入发布配置文件,信息正确但在预览或发布时我收到:

  

ERROR_COULD_NOT_FIND_APPROOT_FOLDER

在谷歌上搜索错误给我0结果。 微软提供的链接还没有这个错误文档。

不知道在哪里看。我的project.json确实有合适的webroot : wwwroot(正如我所说,没有修改网站项目)

当然,它适用于本地。

我收到的完整错误是:

1>------ Build started: Project: MayaKin.Web, Configuration: Release Any CPU ------
Inside GatherAllFilesToPublish
Environment variables:
Path=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\\Extensions\Microsoft\Web Tools\External;%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\\Extensions\Microsoft\Web Tools\External\git
C:\Users\Bart\.k\runtimes\kre-clr-win-x86.1.0.0-beta3-11030\bin\kpm.cmd bundle "C:\Bartmax\MayaKin\MayaKin\src\MayaKin.Web" --out "C:\Users\Bart\AppData\Local\Temp\AspNetPublish\MayaKin.Web-42" --configuration Release --runtime kre-coreclr-win-x64.1.0.0-beta3 --wwwroot-out "wwwroot" --quiet
1>
1>  Build succeeded.
1>      0 Warning(s).
1>      0 Error(s).
1>
1>  Time elapsed 00:00:00.0860073
1>
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
Time elapsed 00:00:00.4172004
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.AspNet.Publishing.targets(205,5): Error ERROR_COULD_NOT_FIND_APPROOT_FOLDER: Web deployment task failed. (Could not map the path 'MayaKin__Staging' to an approot folder.  Make sure the relative path you specify points to the root of an application.
  Obtenga más información en: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_COULD_NOT_FIND_APPROOT_FOLDER.)
Publish failed to deploy.

1 个答案:

答案 0 :(得分:0)

这已得到修复。你可以在github上关注这个问题。

https://github.com/aspnet/Tooling/issues/15