iis - .NET 3.5 Service Pack 1 在 ASP.NET Web App 上导致 404 页

标签 iis .net-3.5 servicepacks

在为 .NET 3.5 安装 Service Pack 1 后,IIS 6.0 停止为 ASP.NET 应用程序工作时出现问题。 .

我有 2 个相同的虚拟专用服务器。在第一个上安装 SP1 没有不利影响。在第二个上安装它会导致 ASP.NET 页面开始返回 404 页面未找到。

静态 .html 页面在两台服务器上都可以正常工作。

有没有其他人经历过这种情况?

最佳答案

这是一个广泛的问题,所以让我们从问一些故障排除问题开始:

  • Based on your description, the ASP.NET runtime is not catching your request and processing the aspx files. You may need to register the asp.net pipeline with IIS again using ASPNET_REGIIS -i.
  • Have you made sure that the app_offline.htm file has been removed from the directory of the application? I have had this happen before after an update.
  • Have you setup fiddler for instance to follow the request to see what is exactly being requested?
  • Make sure ASP.NET is enabled in the IIS Administration Console under "Web Service Extensions." Make sure everything is set to allowed for your different versions of the framework.


好吧,让我们从这些开始,希望我们可以指导您解决问题。

关于iis - .NET 3.5 Service Pack 1 在 ASP.NET Web App 上导致 404 页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14963/

相关文章:

.net - 如何使用 Linq 对通用集合进行分页?

operating-system - 如何判断 SP1 是否安装在 Windows Server 2008 R2 Standard 上?

visual-studio - Visual Studio 2008 SP1 可再发行组件

iis - 如何重命名已经分配了应用程序的应用程序池?

entity-framework - Unity 的 PerResolveLifetimeManager,用于存储库、工作单元和 Entity Framework DBContext

c# - 用于集成测试的 stub 网络服务器

c# - 如何使我的 LINQ To SQL 语句动态化?

远程共享上的 IIS6 虚拟目录 500 错误

iis - 文本区域的 Request.Form 返回错误数据