Server Error in '/' Application.

Login failed for user 'MSSql64706'.

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: System.Data.SqlClient.SqlException: Login failed for user 'MSSql64706'.

Source Error:


Line 33: 	
Line 34: 	Sub popola()
Line 35:         conn.Open()
Line 36:         Dim sqlStr_popola As String
Line 37:         sqlStr_popola = "Select ARTICOLI.*, IMMAGINI.* FROM ARTICOLI INNER JOIN IMMAGINI On A_id = I_a_id WHERE A_id = " & Request("id") & " And A_attivo = 1"

Source File: D:\inetpub\webs\chiaracarrercom\articolo.aspx.vb    Line: 35

Stack Trace:


[SqlException (0x80131904): Login failed for user 'MSSql64706'.]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +428
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.SqlClient.SqlConnection.Open() +122
   articolo.popola() in D:\inetpub\webs\chiaracarrercom\articolo.aspx.vb:35
   articolo.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\chiaracarrercom\articolo.aspx.vb:25
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175