Server Error in '/campeche' Application.

SQL Server does not exist or access denied.

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: SQL Server does not exist or access denied.

Source Error:


Line 35: '--------------------------- izvedba -----------
Line 36:     izvediUkaz = New SqlCommand(updateSQLString, povezavaSQLBaza)
Line 37:     povezavaSQLBaza.Open()
Line 38: 	izvediUkaz.ExecuteNonQuery() 
Line 39:     povezavaSQLBaza.Close()

Source File: D:\mapguide\apps\campeche\photoCmpch.aspx    Line: 37

Stack Trace:


[SqlException: SQL Server does not exist or access denied.]
   System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +552
   System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
   System.Data.SqlClient.SqlConnection.Open() +384
   ASP.photoCmpch_aspx.Page_Load(Object Src, EventArgs E) in D:\mapguide\apps\campeche\photoCmpch.aspx:37
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2512; ASP.NET Version:1.1.4322.2515