Server Error in '/' Application.

Login failed for user 'MSSql36600'.

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 'MSSql36600'.

Source Error:


Line 29: 	Sub destinazione()
Line 30: 		Dim sqlStr As String
Line 31: 		conn.Open()
Line 32:         sqlStr = "Select D_titolo from Destinazioni where D_id = " & Request("d")
Line 33:         command_port = New SqlCommand(sqlStr, conn)

Source File: D:\inetpub\webs\dealturit\elenco.aspx.vb    Line: 31

Stack Trace:


[SqlException (0x80131904): Login failed for user 'MSSql36600'.]
   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
   web_dealtur.destinazione() in D:\inetpub\webs\dealturit\elenco.aspx.vb:31
   web_dealtur.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\dealturit\elenco.aspx.vb:17
   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