Internal Server Error with httpHandlers section of web.config

前端 未结 4 2179
长情又很酷
长情又很酷 2021-02-12 20:05

I have an asp.net website using the form controls from Telerik. It\'s just moved to a new server but I keep getting a 500 Internal Server Error.

Removing the httpHandler

4条回答
  •  暖寄归人
    2021-02-12 21:00

    Also, make sure you have the exact version that you have specified in the Handlers section. You do not actually need the Version, Culture, and Public Token parameters specified in your web.config in order for it to work. They are there incase you are using more than one version in your application. Without them being specified, the server will use the first one that it finds referenced in your project. So, if you are only using one version of an assembly, you can omit the parameters.

提交回复
热议问题