Administration - Udenrigsministeriet/iati-api GitHub Wiki

Changing Database

To change the database the api uses do the following:

  1. Navigate to C:\Program Files (x86)\Globeteam\IATI Data Services\
  2. Open web.config. This must be edited with local administrator permissions.
  3. Change the connectionString element starting with <add name="IatiDbEntities" ...
  4. initial catalog should be set to the name of the database, e.g. IATIv2

If there are multiple copies of IATI Data Services within C:\Program Files (x86)\Globeteam\ be sure to change web.config in the correct copy.