Web Error
Ett oväntat fel har uppstått i webbapplikationen.
Om det är första gången felet uppstår, prova först att gå tillbaka, för att försöka igen.
Om felet kvarstår prova att gå till startsidan.
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)