PRI PODIZANJU SVOJE PRVE BAZE KOJA JE DOSLA UZ KNJIGU RAZVOJ WEB APLIKACIJA MICROSOFT VISUAL BASIC.NET I VISULA C#.NET ,NA MOM BROWSERU SE JAVLJA:
Server Error in '/WebApplication11' Application.
--------------------------------------------------------------------------------
Login failed for user 'LJUBOMIR_IVAN\ASPNET'.
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 'LJUBOMIR_IVAN\ASPNET'.
Source Error:
Line 29: {
Line 30: // Put user code to initialize the page here
Line 31: sqlDataAdapter1.Fill(dataSet11);
Line 32: DataGrid1.DataBind();
Line 33: }
Source File: c:\inetpub\wwwroot\webapplication11\webform1.aspx.cs Line: 31
Stack Trace:
[SqlException: Login failed for user 'LJUBOMIR_IVAN\ASPNET'.]
System.Data.SqlClient.SqlConnection.Open()
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
System.Data.Common.DbDataAdapter.Fill(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
WebApplication11.WebForm1.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\webapplication11\webform1.aspx.cs:31
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
AKO MI NEKO MOZE RECI KAKO DA RIJESIM OVAJ PROBLEM???