D
DotNetJunkies User
When i tried to use SQL server 2000 wutg ASP.net
i used the wizard ,everything gone well
i am able to create a connection object at design time and
see the table structure in the datagrid at the design time
but when i view in the browser
it reports that the login failed
the error reported is
Server Error in '/mywebform' Application.
--------------------------------------------------------------------------------
Login failed for user 'IT-DEV\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 'IT-DEV\ASPNET'.
Source Error:
Line 37: public void FillDataSet(myDataSet dSet)
Line 38: {
Line 39: sqlDataAdapter1.Fill(dSet);
Line 40: }
Line 41: public Component1()
Please help me in this regard
thanks
Kumar ([email protected])
i used the wizard ,everything gone well
i am able to create a connection object at design time and
see the table structure in the datagrid at the design time
but when i view in the browser
it reports that the login failed
the error reported is
Server Error in '/mywebform' Application.
--------------------------------------------------------------------------------
Login failed for user 'IT-DEV\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 'IT-DEV\ASPNET'.
Source Error:
Line 37: public void FillDataSet(myDataSet dSet)
Line 38: {
Line 39: sqlDataAdapter1.Fill(dSet);
Line 40: }
Line 41: public Component1()
Please help me in this regard
thanks
Kumar ([email protected])