Errore server nell'applicazione '/'.

The SELECT permission was denied on the object 'LinkHome', database 'consorzioing', schema 'dbo'.

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere l'analisi dello stack.

Dettagli eccezione: System.Data.SqlClient.SqlException: The SELECT permission was denied on the object 'LinkHome', database 'consorzioing', schema 'dbo'.

Errore nel codice sorgente:


Riga 58:             "FROM   LinkHome ";
Riga 59: 
Riga 60:         DataTable dt = udb.GetDataTable(query);
Riga 61:         StringBuilder sb = new StringBuilder();
Riga 62:         CLinkHome linkHome = new CLinkHome();

File di origine: c:\inetpub\vhosts\consorzioingauno.org\httpdocs\IT\default.aspx.cs    Riga: 60

Analisi dello stack:


[SqlException (0x80131904): The SELECT permission was denied on the object 'LinkHome', database 'consorzioing', schema 'dbo'.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +212
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2843
   System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +127
   System.Data.SqlClient.SqlDataReader.get_MetaData() +112
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6358788
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +6359857
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +424
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +28
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +211
   System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +19
   System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +19
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +221
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +573
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +166
   Softimax.Data.UDB.UDBClientFast.GetDataSet(String sSQL, CommandType oType, DataSet oData) +114
   Softimax.Data.UDB.UDBClient.GetDataSet(String sSQL, CommandType oType, DataSet oData) +124
   Softimax.Data.UDB.UDBClientFast.GetDataTable(String sSQL, CommandType oType, DataTable oData) +64
   Softimax.Data.UDB.UDBClient.GetDataTable(String sSQL, CommandType oType, DataTable oData) +120
   IT_default.fillScroller(UDBClient udb) in c:\inetpub\vhosts\consorzioingauno.org\httpdocs\IT\default.aspx.cs:60
   IT_default.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\consorzioingauno.org\httpdocs\IT\default.aspx.cs:38
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Informazioni di versione: Versione di Microsoft .NET Framework:2.0.50727.9174; Versione di ASP.NET:2.0.50727.9175