I
IcedCrow
I have stumbled upon a serious problem and I hope someone
can help me out.
I have programmed a web service in VB.NET.
When I use integrated security for the piece, of course
it does not use my log in but the ASP log in. No
problem. I get an error.
So first in experiment I try and use the sa account. I
type his account in and password and then I get a "User
not Trusted" error even though the credentials I passed
were correct.
So then I add the ASPNET user to SQL and give him public
access to a database. I try passing the ASPNET login
with the password and I get a time out error.
I then try using plain old integrated security but it
again times out.
Does anyone know what I need to do to set this
connection?? (I am also using ADO.NET)
Thanks!
can help me out.
I have programmed a web service in VB.NET.
When I use integrated security for the piece, of course
it does not use my log in but the ASP log in. No
problem. I get an error.
So first in experiment I try and use the sa account. I
type his account in and password and then I get a "User
not Trusted" error even though the credentials I passed
were correct.
So then I add the ASPNET user to SQL and give him public
access to a database. I try passing the ASPNET login
with the password and I get a time out error.
I then try using plain old integrated security but it
again times out.
Does anyone know what I need to do to set this
connection?? (I am also using ADO.NET)
Thanks!