Hi,
I recommend configure your SQL Server installation for Mixed Mode Authentication which allows both Windows users and SQL users, then create a SQL user, make it dbo on the db and use that user in the connection string.
I would not recommend using IUser_MachineName as the user, by default that user has no permissions in MS SQL and I would not give that user permissions.
For more information see Using MS SQL Server.
Hope it helps,
Joe