I have an asp.net site that stores information from textboxes to a database. It works fine when I run it from visual studio, but once I deploy it to IIS I get the following error message
[SqlException (0x80131904): Login failed for user 'LORENZNT\TLC08$'.]
This is my connection string.
Data Source=tlc08;Initial Catalog=SingableSolutions.com;Integrated Security=true
I have been through dozens of forums and tried everything I can think of. If anyone could help me out, I would greatly appreciate it. Thanks.