サイトマスターページを追加するときに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?