Server Error in '/' Application.

Access denied for user 'proloopspacks'@'localhost' (using password: YES)

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: MySql.Data.MySqlClient.MySqlException: Access denied for user 'proloopspacks'@'localhost' (using password: YES)

Source Error:


Line 52: 
Line 53: 	Sub getproloops()
Line 54: 		objconPL.open()
Line 55: 		count=1
Line 56: 		strsql="select * from product_tbl where product_type='download' order by rand() limit 4"

Source File: C:\Edoru\Domains\freemusicloops.co.uk\inetpub\wwwroot\index.aspx.vb    Line: 54

Stack Trace:


[MySqlException (0x80004005): Access denied for user 'proloopspacks'@'localhost' (using password: YES)]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +228
   MySql.Data.MySqlClient.NativeDriver.AuthenticateNew() +232
   MySql.Data.MySqlClient.NativeDriver.Open() +1226
   MySql.Data.MySqlClient.Driver.Open() +36
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +167
   MySql.Data.MySqlClient.MySqlConnection.Open() +927
   _index.getproloops() in C:\Edoru\Domains\freemusicloops.co.uk\inetpub\wwwroot\index.aspx.vb:54
   _index.Page_Load() in C:\Edoru\Domains\freemusicloops.co.uk\inetpub\wwwroot\index.aspx.vb:47
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4063.0