简体   繁体   English

HTTP错误500.19-BlogEngine.NET中的内部服务器错误

[英]HTTP Error 500.19 - Internal Server Error in BlogEngine.NET

I'm trying to install BlogEngine.NET in my Hosted Plan at arvixe.com 我正在尝试在arvixe.com的托管计划中安装BlogEngine.NET

I get this error when I try to navigate to the Blog : 当我尝试导航到Blog时出现此错误:

The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration 无法读取配置节“ system.web.extensions”,因为它缺少节声明

53:     </system.serviceModel>
54:     <system.web.extensions>
55:         <scripting>

And here is my web.config file. 这是我的web.config文件。

There is some articles on internet about get this fixed but the problem is : 互联网上有一些有关解决此问题的文章,但问题是:

1- I'm using the blog in a Hosted plan 1-我在托管计划中使用博客

2- I don't have access to the IIS configuration with Arvixe. 2-我无法使用Arvixe访问IIS配置。

Do you think I can fixe this just by changing the web.config file ? 您认为我可以通过更改web.config文件来解决此问题吗?

You need to tell your host to change the framework version your AppPool is tied to. 您需要告诉主机更改您的AppPool绑定的框架版本。 Its probably tied to 2.0 which doesn't recognize system.web.extensions. 它可能与无法识别system.web.extensions的2.0有关。 It needs to be changed to 4.0 它需要更改为4.0

More info here and here 在这里这里更多信息

A couple of things to try: 要尝试的几件事:
If the OS is 64bit, try to recompile your application in Any to have it run as a 64bit application. 如果操作系统是64位,请尝试在Any中重新编译您的应用程序,以使其作为64位应用程序运行。 Or change the Application Pool to enable 32bit applications. 或更改应用程序池以启用32位应用程序。

A couple of things to try: 要尝试的几件事:
If the OS is 64bit, try to recompile your application in Any to have it run as a 64bit application. 如果操作系统是64位,请尝试在Any中重新编译您的应用程序,以使其作为64位应用程序运行。 Or change the Application Pool to enable 32bit applications. 或更改应用程序池以启用32位应用程序。

If that doesn't help, perhaps the web.config section is locked down, and you will then have to ask your hosting company to allow the section. 如果那没有帮助,则可能是web.config部分已被锁定,然后您必须要求托管公司允许该部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 每当我将BlogEngine.NET部署到远程服务器时,都会出现错误500内部服务器错误 - Error 500 Internal Server Error Whenever I Deploy BlogEngine.NET To Remote Server BlogEngine.Net Json序列化长度错误? - BlogEngine.Net Json Serialization Length Error? HTTP错误500.19-升级到.net 4.5框架时出现内部服务器错误 - HTTP Error 500.19 - Internal Server Error on upgrading to .net 4.5 framework HTTP错误500.19 - ReportViewerWebControlHandler上的内部服务器错误 - HTTP Error 500.19 - Internal Server Error on ReportViewerWebControlHandler ASP.NET BlogEngine.NET HTTP 403 错误(仅限管理页面) - ASP.NET BlogEngine.NET HTTP 403 Error (Admin Pages Only) HTTP错误500.19-内部服务器错误localhost - HTTP Error 500.19 - Internal Server Error localhost HTTP错误500.19内部服务器错误 - HTTP Error 500.19 Internal Server Error 将blogengine.net 2.0集成到网站时出错 - error while integrating blogengine.net 2.0 to a website 在 .NET Framework 4 中运行基于 .NET Framework 3.5 的应用程序时出现 HTTP 错误 500.19 - 内部服务器错误 - running a .NET Framework 3.5-based application in .NET Framework 4 getting HTTP Error 500.19 - Internal Server Error 当在 IIS 中发布 .net 核心 web 应用程序的示例项目时,出现 Z293C9EA246FF99875DC6F62A5601 内部服务器错误。 - When Publish sample project of .net core web app in IIS getting HTTP Error 500.19 Internal Server Error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM