Administration - Udenrigsministeriet/iati-api GitHub Wiki
Changing Database
To change the database the api uses do the following:
- Navigate to
C:\Program Files (x86)\Globeteam\IATI Data Services\
- Open
web.config
. This must be edited withlocal administrator
permissions. - Change the connectionString element starting with
<add name="IatiDbEntities" ...
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.