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: Cannot open database "Vendor Register" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
Source Error:
Line 208: SqlDataAdapter dAdapter = new SqlDataAdapter();
Line 209: dAdapter.SelectCommand = cmd;
Line 210: con.Open();
Line 211: dAdapter.Fill(objDs);
Line 212: