web.config中缺少Telerik.web.ui.webresource.axd'。 Radscriptmanager需要在web.config中注册httphandler [英] Telerik.web.ui.webresource.axd' is missing in web.config. Radscriptmanager requires a httphandler registration in web.config

查看:245
本文介绍了web.config中缺少Telerik.web.ui.webresource.axd'。 Radscriptmanager需要在web.config中注册httphandler的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在我的应用程序中缺少一个限制我的应用程序的web.config部分。我已经添加了dll文件作为参考。我正在使用Telerik.web.Ui控件。 />
请建议我在哪里错了



我尝试了什么:



Hi
I am missing a web.config part in my application which restricts my application.I have added the dll files as reference.I am working on Telerik.web.Ui controls.
Please suggest me where I was wrong

What I have tried:

<pre><connectionStrings>
    <add name="sqlconnection"

       connectionString="data source=DESKTOP-68VGRJG;
   initial catalog=master;persist security info=True; 
   Integrated Security=SSPI;"

       providerName="System.Data.SqlClient" />
  </connectionStrings>
  <appSettings>
    <add key="Telerik.AsyncUpload.ConfigurationEncryptionKey" value="abcdefghijklmnopqrstuvwxyz"/>
    <add key="Telerik.Upload.ConfigurationHashKey" value="123456789qwerty"/>
    <add key="Telerik.Skin" value="Black"/>
  <add key="Telerik_Web_UI_WebResource_axd" value="123456789qwerty"/>
  
  </appSettings>
 
  <system.web>
    <authentication mode="None" />
    <compilation debug="true" targetFramework="4.6" />
    <httpRuntime targetFramework="4.6" />
    <pages>
      <namespaces>
        <add namespace="System.Web.Optimization" />
        <add namespace="Microsoft.AspNet.Identity" />
      </namespaces>
      <controls>
        <add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
      </controls>
    </pages>
    <membership>
      <providers>
        <!--
	      ASP.NET Membership is disabled in this template. Please visit the following link http://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
        -->
        <clear />
      </providers>
    </membership>










<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
        
        
        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="RadGrid1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>

推荐答案

这个帖子描述了同样的错误。我还建议您将问题发布到 Telerik开发人员论坛 [ ^ ]。



'〜/ Telerik.Web.UI.WebResource.axd' - 编辑器 - 用户界面for ASP.NET AJAX Forum [ ^ ]
This thread described the same error. I would also suggest you post the question to Telerik Developer Forums[^].

'~/Telerik.Web.UI.WebResource.axd' is missing in web.config - Editor - UI for ASP.NET AJAX Forum[^]


这篇关于web.config中缺少Telerik.web.ui.webresource.axd'。 Radscriptmanager需要在web.config中注册httphandler的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆