Modifying the Discovery Service Web.config File

Find the following section in the Discovery Service Web.config file, and then, if necessary, modify the highlighted lines of code. In this example, Server=CS1157 – E0406 is highlighted.

<!--  CONNECTION STRINGS
   =============================================================
  -->
  <connectionStrings>
    <!--  discovery service connection strings -->
    <add name="discoveryConfiguration" connectionString="Server=CS1157-E0406;Initial Catalog=Discovery;Integrated Security=Yes;" providerName="System.Data.SqlClient"/>
  </connectionStrings>