Hello everyone,
in my ASP .Net application I wrote the following code:
and I get the following error:Code:SqlDataAdapter1.Fill(DataSet1)
I tried to populate the dataadapter using the "Preview data" and it does work.Code:Login failed for user 'SILVERARROW\ASPNET'.
Also, the code does work when I use it from a windows-base application. So I believe it's a matter of privilages assigned to ASP Net account..
can any one help me fix this problem??




Reply With Quote