Ошибка поставщика карты сайта

Здравствуйте, я не могу обнаружить эту ошибку. Я проверил файл web.config, и там нет тега карты сайта. Где мне это искать. Может ли кто-нибудь указать мне правильное направление

The SiteMapProvider 'SamplesSiteMap' cannot be found. 
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

 Exception Details: System.Web.HttpException: The SiteMapProvider 'SamplesSiteMap' cannot be found.

Source Error: 


 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 



[HttpException (0x80004005): The SiteMapProvider 'SamplesSiteMap' cannot be found.]
   System.Web.UI.WebControls.SiteMapDataSource.get_Provider() +1213908
   System.Web.UI.WebControls.SiteMapDataSource.GetView(String viewName) +17
   System.Web.UI.WebControls.SiteMapDataSource.System.Web.UI.IDataSource.GetView(String viewName) +10
   System.Web.UI.WebControls.Repeater.ConnectToDataSourceView() +253
   System.Web.UI.WebControls.Repeater.OnLoad(EventArgs e) +19
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

person user3429723    schedule 18.03.2014    source источник


Ответы (1)


образец

<system.web>
    <!-- SiteMap ConfigurationSettings -->
    <siteMap enabled="true" defaultProvider="MenuSiteMap">
      <providers>
        <add name="MenuSiteMap" type="System.Web.XmlSiteMapProvider" siteMapFile="~/Menu.sitemap" securityTrimmingEnabled="true" />
      </providers>
    </siteMap>

</system.web>
person Joe    schedule 18.03.2014
comment
Ошибка выполнения JavaScript: для AjaxControlToolkit требуются сценарии ASP.NET Ajax 4.0. Убедитесь, что указана правильная версия сценариев. Если вы используете ASP.NET ScriptManager, переключитесь на ToolkitScriptManager в AjaxControlToolkit.dll. Что означает эта ошибка? Вы можете помочь? - person user3429723; 19.03.2014