Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
89 Points
109 Posts
Apr 17, 2012 09:53 AM|LINK
mm10 Check your connection string. Are you using integrated security OR SQL Server login? Try this if you want to use integrated security: <add name="joanton7865org7272_youthpodcastConnectionString" connectionString="Server=s1.************;Database=YouthPodcast;Trusted_Connection=True;" providerName="System.Data.SqlClient" /> ..or this if you want to use a SQL Server login: <add name="joanton7865org7272_youthpodcastConnectionString" connectionString="Data Source=s1.************;Initial Catalog=YouthPodcast;User Id=username;Password=password;" providerName="System.Data.SqlClient" />
Check your connection string. Are you using integrated security OR SQL Server login?
Try this if you want to use integrated security:
<add name="joanton7865org7272_youthpodcastConnectionString" connectionString="Server=s1.************;Database=YouthPodcast;Trusted_Connection=True;" providerName="System.Data.SqlClient" />
..or this if you want to use a SQL Server login:
<add name="joanton7865org7272_youthpodcastConnectionString" connectionString="Data Source=s1.************;Initial Catalog=YouthPodcast;User Id=username;Password=password;" providerName="System.Data.SqlClient" />
I am trying to use SQLServer Login but i have used your connection string and now i get this An error occurred while executing the command definition. See the inner exception for details.
inkey
Member
89 Points
109 Posts
Re: WEB.CONFIG connection problem
Apr 17, 2012 09:53 AM|LINK
I am trying to use SQLServer Login but i have used your connection string and now i get this An error occurred while executing the command definition. See the inner exception for details.