Server Error in '/' Application.

The connection name 'TallyConnectionString' was not found in the applications configuration or the connection string is empty.

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.InvalidOperationException: The connection name 'TallyConnectionString' was not found in the applications configuration or the connection string is empty.

Source Error:


Line 63:                     <PagerStyle BackColor="#E0E0E0" />
Line 64:                 </asp:GridView>
Line 65:                 <asp:SqlDataSource ID="SolutionsDetailsSqlDataSource" runat="server"
Line 66:                     SelectCommand="SELECT * FROM [tbAddonDetails] ORDER BY vTitle" ProviderName="<%$ ConnectionStrings:TallyConnectionString.ProviderName %>" ConnectionString="<%$ ConnectionStrings:TallyConnectionString %>"></asp:SqlDataSource>
Line 67:                 &nbsp;

Source File: g:\pleskvhosts\jhalakdembla.com\intallysolutions.com\Add-on-Details.aspx    Line: 65

Stack Trace:


[InvalidOperationException: The connection name 'TallyConnectionString' was not found in the applications configuration or the connection string is empty.]
   System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionStringProviderName(String connectionStringName) +1561606
   ASP.add_on_details_aspx.__BuildControlSolutionsDetailsSqlDataSource() in g:\pleskvhosts\jhalakdembla.com\intallysolutions.com\Add-on-Details.aspx:65
   ASP.add_on_details_aspx.__BuildControlContent1(Control __ctrl) in g:\pleskvhosts\jhalakdembla.com\intallysolutions.com\Add-on-Details.aspx:2
   System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +15
   System.Web.UI.MasterPage.InstantiateInContentPlaceHolder(Control contentPlaceHolder, ITemplate template) +90
   ASP.masterpage_master.__BuildControlContentPlaceHolder1() in g:\pleskvhosts\jhalakdembla.com\intallysolutions.com\MasterPage.master:310
   ASP.masterpage_master.__BuildControlform1() in g:\pleskvhosts\jhalakdembla.com\intallysolutions.com\MasterPage.master:130
   ASP.masterpage_master.__BuildControlTree(masterpage_master __ctrl) in g:\pleskvhosts\jhalakdembla.com\intallysolutions.com\MasterPage.master:1
   ASP.masterpage_master.FrameworkInitialize() in g:\pleskvhosts\jhalakdembla.com\intallysolutions.com\MasterPage.master.cs:912308
   System.Web.UI.UserControl.InitializeAsUserControlInternal() +37
   System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +697
   System.Web.UI.Page.get_Master() +56
   System.Web.UI.Page.ApplyMasterPage() +15
   System.Web.UI.Page.PerformPreInit() +54
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +302


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