Application Name="Red Gate Software - SQL Tools"
cvillard
Posts: 3
I installed SQL Tools for Visual Studio some time ago but uninstalled after trying it out.
I noticed today that when I was creating a new project and working on th web.config that I find the following located in my connection string.
Application Name="Red Gate Software - SQL Tools"
I removed this and updated my database and went back to the web.config and a new connection string was created with the same Application name again.
Can anyone assist with why this is happening?
I noticed today that when I was creating a new project and working on th web.config that I find the following located in my connection string.
Application Name="Red Gate Software - SQL Tools"
I removed this and updated my database and went back to the web.config and a new connection string was created with the same Application name again.
Can anyone assist with why this is happening?
Comments
Thank you for post into the forum.
Sadly I am totally confused has to how you have the following in your connection string:
I have our SQL tools installed and created a new web project in VS2010. Looked at the properties for the web.config and there is no entry like the one above.
The only workaround I can suggest, is to locate the template that creates the web.config and check it's properties.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
<add name="ConnectionString" connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=SyncDB;Integrated Security=True;Pooling=False;Application Name="Red Gate Software - SQL Tools""
providerName="System.Data.SqlClient" />