gpt4 book ai didi

azure - 在azure上部署web api mvc 4时出现错误500 : ManagedPipelineHandler,

转载 作者:行者123 更新时间:2023-12-01 02:32:42 29 4
gpt4 key购买 nike

我正在尝试将 WebAPI 项目部署到 Azure。

当我有一个没有 SQL 访问权限的方法时,它会在浏览器中将结果正确显示为 JSON。

但是,当我使用 Entity Framework 执行任何操作并仅从数据库获取测试字段时,整个事情就会出错:

 Module ManagedPipelineHandler 
Notification ExecuteRequestHandler
Handler System.Web.Http.WebHost.HttpControllerHandler
Error Code 0x00000000

我尝试过的事情:

  • 在“Azure 计算模拟器”中运行时,一切运行正常
  • 在调试中使用完全相同的 sql azure 连接字符串时,它运行得很好
  • 当使用 RDP 连接到 webrole 并通过端口 1443 远程登录到 SQL azure 服务器时,它连接得很好。 (所以没有防火墙问题)。

接下来我可以尝试什么来找出导致此问题的原因?

更新:当我将连接字符串指向本地 SQLEXPRESS 数据库时,它给出了相同的错误。在本地 azure 模拟器上它仍然可以工作

更新:本地浏览器上显示的错误屏幕截图(通过 rdp) http://www.proofofconcept.nl/azure_error_screenshot.png

更新:应大众要求。使用的 web.config

<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=152368
-->
<configuration>
<connectionStrings>

<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" />
<add name="Entities" connectionString="metadata=res://*/DAL.Coalition.csdl|res://*/DAL.Coalition.ssdl|res://*/DAL.Coalition.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient" />

<!--
<add name="ApplicationServices" connectionString="data source=acbdefgh12.database.windows.net;Initial Catalog=MyCatalog;User ID=database_user@acbdefgh12;Password=MyPassword;Encrypt=true;Trusted_Connection=false;MultipleActiveResultSets=True" providerName="System.Data.SqlClient"/>
<add name="Entities" connectionString="metadata=res://*/DAL.Coalition.csdl|res://*/DAL.Coalition.ssdl|res://*/DAL.Coalition.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=acbdefgh12.database.windows.net;Initial Catalog=MyCatalog;User ID=database_user@acbdefgh12;Password=MyPassword;Encrypt=true;Trusted_Connection=false;MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient" />
-->

</connectionStrings>
<appSettings>
<add key="webpages:Version" value="1.0.0.0" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
</appSettings>
<system.web>
<customErrors mode="Off" />
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</assemblies>
</compilation>
<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="2880" />
</authentication>
<membership>
<providers>
<clear />
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" />
</providers>
</membership>
<profile>
<providers>
<clear />
<add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" />
</providers>
</profile>
<roleManager enabled="false">
<providers>
<clear />
<add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />
<add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
</providers>
</roleManager>
<pages>
<namespaces>
<add namespace="System.Web.Helpers" />
<add namespace="System.Web.Mvc" />
<add namespace="System.Web.Mvc.Ajax" />
<add namespace="System.Web.Mvc.Html" />
<add namespace="System.Web.Routing" />
<add namespace="System.Web.WebPages" />
</namespaces>
</pages>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

最佳答案

您使用 EF CodeFitst 吗?如果是的话哪个版本? (4.3 之前的版本确实存在 SQL Azure 问题)?然后观察以下条件:

  • 您的主 DbContext 是否名为“Entities”,还是使用指向“Entities”连接的构造函数重载显式创建它?
  • 您的 my_dbuser@acbdefgh12 用户是否有权访问 MASTER DB?
  • 部署软件包之前 MyCatalog 是否存在?
  • 您的 SQL Azure 防火墙是否规则“允许来自其他 Windows Azure 服务的连接”(请看下面的屏幕截图)(我知道您提到过,但无论如何)?

enter image description here

当任一情况为真时,我都看到完全相同的错误:

  • my_dbuser@acbdefgh12 无权访问主数据库来创建 MyCatalaog 数据库(如果它不存在)
  • MyCatalog DB 存在,但与 DbContext 模型不同
  • 主 DbContext 的命名方式与实体不同,并使用默认的无参数构造函数创建(在这种情况下使用默认的 EF 连接字符串)
  • SQL Azure 服务器未配置为接受来自其他 Windows Azure 服务的连接

不幸的是,实际的错误没有显示任何有用的信息。正如我所说,当未能遵守上述声明时,我看到了完全相同的错误。

我建议跟踪错误的方法是 Hook /编辑自动生成的 DbContext 文件,并在连接打开之前显式抛出正在使用的连接字符串的异常,以确保使用连接字符串。

忽略 Web.Config 后进行更新

不确定这是否相关,但我注意到在您的 web.config 中,如果版本较低,程序集绑定(bind)将强制使用 MVC 3.0:

  <runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

相反,我的 MVC 4 web.config 与 Web API 项目类型 (.NET FX 4.0/MVC 4) 略有不同:

  <runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

关于azure - 在azure上部署web api mvc 4时出现错误500 : ManagedPipelineHandler,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12134068/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com