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 94:         adoNet ado = new adoNet();
Line 95: 
Line 96:         ado.EseguiQuery(sql, CommandType.Text);
Line 97:         HtmlGenericControl div_esterno = new HtmlGenericControl("div");
Line 98:         div_esterno.Attributes.Add("class", "clear");

Source File: c:\inetpub\vhosts\gruppomarenco.it\httpdocs\imm\in-cantiere.aspx.cs    Line: 96

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
   in_cantiere.CaricaTabella() in c:\inetpub\vhosts\gruppomarenco.it\httpdocs\imm\in-cantiere.aspx.cs:96
   in_cantiere.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\gruppomarenco.it\httpdocs\imm\in-cantiere.aspx.cs:35
   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