C
Calvin Willman
Hi All,
I am trying to populate a DataGrid on a C# Web Form,
using VS.NET from data stored on my local machine, but
keep getting unhandled exception, Server doesn't exist or
access denied. It's the MSDE.
Thought if I got a copy of Enterprise Manager, I could
create a login specific for this purpose, so downloaded
the 120-Day trial for the client tools, created a logon,
etc.
However, I have just got the same problem. It works
however if I choose to populate the DataGrid from the
remote SQL Server at my Hosting Company, so I'm tearing
my hair out.
Is it the connection string I'm using in the
SqlConnection object? Read some other posts on here,
something about changing LoginMode in Registry Editor to
0, but couldn't find it. Can anyone help, please... I'm
losing sleep... :O)
Calvin
I am trying to populate a DataGrid on a C# Web Form,
using VS.NET from data stored on my local machine, but
keep getting unhandled exception, Server doesn't exist or
access denied. It's the MSDE.
Thought if I got a copy of Enterprise Manager, I could
create a login specific for this purpose, so downloaded
the 120-Day trial for the client tools, created a logon,
etc.
However, I have just got the same problem. It works
however if I choose to populate the DataGrid from the
remote SQL Server at my Hosting Company, so I'm tearing
my hair out.
Is it the connection string I'm using in the
SqlConnection object? Read some other posts on here,
something about changing LoginMode in Registry Editor to
0, but couldn't find it. Can anyone help, please... I'm
losing sleep... :O)
Calvin