Server Error in '/' Application.

Only AuthenticationClearTextPassword and AuthenticationMD5Password supported for now. Received: 10

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: Npgsql.NpgsqlException: Only AuthenticationClearTextPassword and AuthenticationMD5Password supported for now. Received: 10

Source Error:


Line 48:         adoNet ado = new adoNet();
Line 49: 
Line 50:         ado.EseguiQuery(sql, CommandType.Text);
Line 51: 
Line 52:         foreach (DataRow r in ado.daTable.Rows)

Source File: c:\inetpub\vhosts\gruppomarenco.it\httpdocs\marencocostruzioni\dettagli-realizzazione.aspx.cs    Line: 50

Stack Trace:


[NpgsqlException (0x80004005): Only AuthenticationClearTextPassword and AuthenticationMD5Password supported for now. Received: 10]
   Npgsql.<ProcessBackendResponses_Ver_3>d__a.MoveNext() +774
   Npgsql.NpgsqlState.IterateThroughAllResponses(IEnumerable`1 ienum) +58
   Npgsql.NpgsqlConnectedState.Startup(NpgsqlConnector context) +307
   Npgsql.NpgsqlConnector.Open() +910
   Npgsql.NpgsqlConnectorPool.GetNonPooledConnector(NpgsqlConnection Connection) +117
   Npgsql.NpgsqlConnectorPool.RequestConnector(NpgsqlConnection Connection) +47
   Npgsql.NpgsqlConnection.Open() +206
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +182
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +465
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +147
   marencocostruzioni_dettagli_realizzazione.CaricaDati() in c:\inetpub\vhosts\gruppomarenco.it\httpdocs\marencocostruzioni\dettagli-realizzazione.aspx.cs:50
   marencocostruzioni_dettagli_realizzazione.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\gruppomarenco.it\httpdocs\marencocostruzioni\dettagli-realizzazione.aspx.cs:22
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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