I recommend make sure your SQL Server is configured for mixed mode authentication ie both Windows and SQL authentication , then use a sql user rather than a windows user and specify the user and password in the connection string. It is possible to use a windows account for sql but its trickier to configure and it is rarely done that way in public hosting. sql authentication is much easier to work with.
Hope it helps,
Joe