gpt4 book ai didi

当从一台计算机部署但从另一台计算机部署时,C# Web 应用程序会在 Azure 中导致 404 错误

转载 作者:行者123 更新时间:2023-12-03 04:47:29 26 4
gpt4 key购买 nike

我们使用 MVC3 和 Entity Framework 4.1 在 .Net Framework 4 上构建了一个 C# Web 应用程序。该应用程序在 Windows Azure 中运行,并针对 SQL-Azure 数据库进行工作。当我们部署应用程序时,我们遇到了一个有点奇怪的问题。

使用从我们的 svn 中 checkout 的完全相同的代码,当通过 Visual Studio 在一台计算机上部署应用程序时一切正常,但是,在另一台计算机上执行完全相同的操作会导致应用程序返回 404 错误,无论如何您想要达到什么 Controller /操作。该应用程序在两台计算机上的云模拟器中运行顺利。我们还尝试将应用程序打包到错误的计算机上,并通过 Azure Web 门户进行部署,但这也不起作用。

两台计算机都运行 Windows 7 64 位,并安装了 Visual Studio 2010 Ultimate 和 Azure SDK。

对于为什么会这样有什么想法吗?

问候,克里斯托弗

编辑:使用 RDP(感谢您的提示!@Ben)我认为我们已经更接近解决方案了。在服务器上,抛出以下异常:

Exception information: 
Exception type: InvalidOperationException
Exception message: The pre-application start initialization method Start on type System.Web.WebPages.PreApplicationStartCode threw an exception with the following error message: Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
at System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods)
at System.Web.Compilation.BuildManager.CallPreStartInitMethods()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)

Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
at System.Web.WebPages.PreApplicationStartCode.Start()

奇怪的是,那个特定的 dll - Microsoft.Web.Infrastruct.dll 包含在我的 _bin_deployableAssemblies 文件夹中。

最佳答案

我找到了解决方案。由于某种原因,一台计算机缺少一些必需的引用(Microsoft.Web.Infrastruct、System.Web,如我编辑的问题中的错误所示)。我不知道这两台计算机之间有何不同,因为我们使用完全相同的来源,但显然确实如此。

感谢@Ben 关于远程桌面的提示,这确实有很大帮助。

对于那些有兴趣在 Azure 实例上使用远程桌面的人,请阅读 Microsoft 关于该主题的精彩文章:http://msdn.microsoft.com/en-us/library/gg443832.aspx

关于当从一台计算机部署但从另一台计算机部署时,C# Web 应用程序会在 Azure 中导致 404 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7254859/

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