Azure App Service Web App编译错误

时间:2016-01-07 01:09:25

标签: asp.net-mvc vb.net azure azure-web-sites

通过Azure Web部署成功发布我的应用后,我在打开网站时遇到此错误:

Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request.
Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: The compiler failed with error code -532462766.
  

我该如何解决这个问题?

2 个答案:

答案 0 :(得分:15)

此编译错误是由于过去上传的.DLL问题所致。如果您之前使用Web部署上传,并且Visual Studio未在第二次部署中正确检测到依赖关系更新,则可能会发生这种情况,因此不会部署更改的.DLL。

更新:最佳解决方案是在通过Web Deploy更新网站时,选择Remove additional files at destination下的File Publishing Options选项

答案 1 :(得分:1)

在Azure上的诊断选项中启用应用程序日志记录,Web服务器,详细错误和失败的请求跟踪

https://azure.microsoft.com/en-us/documentation/articles/web-sites-enable-diagnostic-log/

将日志FTP下来,看看是否有帮助。