我在添加站点母版页时添加了 ajax 工具包,它向我显示了这样的错误,并且我在 web.config 中添加了参考如何在 asp.net 中添加 ajax 控制工具包的命名空间
ASP.NET runtime error: Sections must only appear once per config file. See the help
topic <location> for exceptions.
在这一行
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site1.master.cs"
Inherits="WebApplication1.Site1" %>
any help?