Hello everyone,

in my ASP .Net application I wrote the following code:
Code:
SqlDataAdapter1.Fill(DataSet1)
and I get the following error:
Code:
Login failed for user 'SILVERARROW\ASPNET'.
I tried to populate the dataadapter using the "Preview data" and it does work.
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??