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.Data.SqlClient.SqlException: Login failed for user 'aspose'.
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.
[Exception: We apologize for the inconvenience, but we are unable to process your request at this time. Our webmaster has been notified of this problem and will work to resolve it soon. ]
Aspose.Portal.SqlDb.GetSqlConnection() in C:\Aspose.Portals\Code.CS\Aspose.Portal.Controls\SqlDB.cs:64
Aspose.Portal.SqlDb.GetCount(String sqlCommand) in C:\Aspose.Portals\Code.CS\Aspose.Portal.Controls\SqlDB.cs:366
Aspose.Portal.User.IsAsposeTrainingCustomer() in C:\Aspose.Portals\Code.CS\Aspose.Portal.Controls\User.cs:227
Aspose.Portal.Controls.NavigationMenu.DataBind() in C:\Aspose.Portals\Code.CS\Aspose.Portal.Controls\NavigationMenu.cs:196
System.Web.UI.Control.DataBindChildren() +216
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
System.Web.UI.Control.DataBind() +12
System.Web.UI.Control.DataBindChildren() +216
System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +216
System.Web.UI.Control.DataBind() +12
Aspose.Portal.Controls.BaseClasses.TemplatedWebControl.DataBind() in C:\Aspose.Portals\Code.CS\Aspose.Portal.Controls\BaseClasses\TemplatedWebControl.cs:29
Aspose.Portal.Controls.Header.OnLoad(EventArgs e) in C:\Aspose.Portals\Code.CS\Aspose.Portal.Controls\Header.cs:24
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Hi, I am getting the same error for one of my sites with a mysql database. Have checked the connection string and everything seems fine. Please let me know how you fixed it.