Hi everyone,
i'm studying beginning ASP.NET 4.5.1 in C# and
VB. In chapter 7 page 250 step 10. after adding a menu and populating it with the sitemap, on viewing it on all browsers i've on my computer it displayed a configuration error. i carefully followed all the steps from 1 to 10 but its still not displaying the menu. below is what the error message says. what's do you think is wrong?
Server Error in '/' Application.
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: Host 'xxxxx' is not allowed to connect to this MySQL server
Source Error:
HTML Code:
Line 283: <siteMap>
Line 284: <providers>
Line 285: <add name="MySqlSiteMapProvider" type="MySql.Web.SiteMap.MySqlSiteMapProvider, MySql.Web, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" applicationName="/" />
Line 286: </providers>
Line 287: </siteMap>
Source File: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Conf ig\machine.config Line: 285
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0