Top "Connection-string" questions

A string containing information necessary for connecting to a service, usually database.

ODP.NET Integrated Security Invalid Connection String Argument

What am I missing? <add name="test" connectionString="Data Source=TEST_ORACLE;Integrated Security=Yes;" /> [ArgumentException: 'Integrated Security' …

.net oracle connection-string odp.net integrated-security
How to use Application Data in an (App.config) connectionString

I've got an SQL Server CE database in a project that I wan't to store somewhere in the %AppData% directory. …

c# app-config connection-string special-folders appdata
How to figure out Oracle Connection String from PL SQL Developer's connection?

I PL/SQL Developer installed (pre-loaded by my company) on my laptop, when I want to connect to an ORACLE …

connection-string plsqldeveloper dbvisualizer
AzureWebJobsDashboard Configuration Error

I created a new Azure WebJob project in Visual Studio 2015 using .NET Framework 4.6. In the app.config, I set three …

c# azure connection-string azure-webjobs azure-webjobssdk
The web publishing extension is not installed which is required to publish

I was tring to deploy an ASP.NET Web Application to a Windows Azure Web Site by following the tutorial …

deployment azure asp.net-mvc-4 connection-string publish
Entity Framework cant use the DbContext, model being created

I am using EF 4.1, and I create a normal EF edmx file. I generate it from a DB. When it's …

entity-framework entity-framework-4.1 connection-string database-first
How to connect to MS SQL Server Express in JetBrains DataGrip?

I'm trying to set up new tool from JetBrains: DataGrip to work with my local install of MS SQL Server 2014 …

sql-server intellij-idea jdbc connection-string datagrip
StackExchange Redis ConnectionString

What is the full format of the ConnectionString used in StackExchange.Redis? I have searched but cannot find documentation for …

connection-string stackexchange.redis
Can I use redis-cli with a connection URL?

I am used to psql which I can use by feeding it the connection string without having to break it …

heroku redis connection-string redis-cli