Hi Everyone,
I'm new to visual studio .net. I'm practicing to create a web application using c# in Visual Studio .Net.
I creatd oleDbAdapter1, oleDbConnection1, dataSet11, and changed DataSource of Datagrid to dataSet11. When I run, I got the folllowing error message:
Login failed for user 'IS-MYNAME\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.OleDb.OleDbException: Login failed for user 'IS-MYNAME\ASPNET'.
When I create oleDbAdapter, I used Window NT integrated security. If I create window application instead of web application, It works. And I have sql server development version installed. Does any one please help me why i got this error in web application.
Thanks a lot.
Jade
I'm new to visual studio .net. I'm practicing to create a web application using c# in Visual Studio .Net.
I creatd oleDbAdapter1, oleDbConnection1, dataSet11, and changed DataSource of Datagrid to dataSet11. When I run, I got the folllowing error message:
Login failed for user 'IS-MYNAME\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.OleDb.OleDbException: Login failed for user 'IS-MYNAME\ASPNET'.
When I create oleDbAdapter, I used Window NT integrated security. If I create window application instead of web application, It works. And I have sql server development version installed. Does any one please help me why i got this error in web application.
Thanks a lot.
Jade