When I run the Web Form Walkthrough, I get the error,
Login Failed, although when I tested the connection, I
could connect to the pubs database.
When I try to use the SQL Login
I get the error, "Login Failed, not a trusted SQL Server
connection, when I try to set up the SQLAdapter.
I cannot find the code in the code behind like I can when
I'm writing classic asp and want to change the database
connection. Can anybody give me any help on this issue as
I need to be able to use the datagrid. Thanx
CobyCo
Gena - 27 Jul 2004 19:53 GMT
You might want to try putting the following line of code
in the Web.Config file (within the <system.web>):
<identity impersonate="true" />
Also make sure anonymous access is not checked in your IIS.
Hope that helps you.
>-----Original Message-----
>When I run the Web Form Walkthrough, I get the error,
[quoted text clipped - 13 lines]
>CobyCo
>.