Microsoft OLE DB Provider for SQL Server error '80004005'
I keep getting this error and I dont know why.
This is my connection string:
Provider=SQLOLEDB; Data Source=LDP-PC\SQLEXPRESS; Initial Catalog=DentalConsent; Trusted_Connection=yes; Integrated Security=SSPI
It is using windows authentication so there is no uid or password.
My application is asp classic running on IIS 6 (vista ultimate). this is the dev environment.
I have added iuser permissions and I can't figure out why I am getting this error.
Any help would be appreciated.
Thanks,
ldp
|