Here's what's in the Global.asax:
DataLayer.DataSources.Add(new SqlDataSourceItem("", "Data Source=SQLLR01\SQLLR01;Initial Catalog=PTPlusData;Integrated Security=True"));
Thanks again for helping the new guy out!
HB
I do understand about the security issues and - again - thank you for being helpful in educating me on all this.
I'm still testing and haven't published to the web server yet - so hadn't run into the problems you brought up. I have changed the connection string to specify a user and (after changing the SQL Server to the "mixed" mode of authentication) can connect just fine.
Thanks for all your help...until next time!