Chapt 7 Adding Menu with sitemap
In the Try-it-out exercise to add a menu with the sitemap as the data source I'm getting an application error when loading the default.aspx. see below...
Why is the page looking to connect to mysql. How do I turn this off?
yes I do have a local instance of MySql running.
Thanks
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user ''@'R90F69EK.abcsupply.com' (using password: NO)
Source Error:
Line 274: <siteMap>
Line 275: <providers>
Line 276: <add name="MySqlSiteMapProvider" type="MySql.Web.SiteMap.MySqlSiteMapProvider, MySql.Web, Version=6.9.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/"/>
Line 277: </providers>
Line 278: </siteMap>
Source File: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Conf ig\machine.config Line: 276
|