Web Application Error
An unexpected error have occurred in the web application.
If this is the first time the error occurrs, please try to return to the previous page, and try again.
If the error persists, please go to the start page.
System.InvalidOperationException: The ConnectionString property has not been initialized.
at System.Data.SqlClient.SqlConnection.PermissionDemand()
at System.Data.SqlClient.SqlConnectionFactory.PermissionDemand(DbConnection outerConnection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at HCPDataAccess.SwedishLedgeLayerContext.get_Connection() in D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPDataAccess\SwedishLedgeLayerContext.cs:line 19
at HCPDataAccess.SwedishLedgeLayerContext.GetIPoriginCountry(Int64 ip) in D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPDataAccess\SwedishLedgeLayerContext.cs:line 29
at HCPOnline.CompetitionResultRounds.PageLoadEvent(Object sender, EventArgs e) in D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 66
at HCPOnline.BasePage.Page_Load(Object sender, EventArgs e) in D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\BasePage.cs:line 107
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)