Modify the Web.config File to Add the GovWin Capture Management Database Sort Order
Modify the web.config file if you want to change the order of the GovWin Capture Management databases that display in the drop-down list on the GovWin Capture Management Login dialog box.
In the Grid View grid on the Database List View tab in the Weblink utility, use the
Move Up and
Move Down toolbar options to order the
GovWin Capture Management databases as you want them to appear in the drop-down list in the Deltek
GovWin Capture Management Login dialog box.
To modify the web.config file, complete the following steps:
- Back up the existing web.config file. The default location is under C:\Program Files\Deltek\.
- Open Notepad using the Run as administrator option: Right-click the Notepad shortcut and from the shortcut menu select Run as administrator.
- In Notepad, click .
- On the Open dialog box, browse to the web.config file, and click Open. The default location is under C:\Program Files\Deltek\.
- In the <appSettings> section (that appears near the beginning of the file), insert the following line as the last entry for the group of <Add Key=....... /> line entries: <add key="UseWeblinkSortOrder" value="Y" />
- Click .
- On your desktop, click Windows , right-click the Command Prompt submenu, and then select Run as administrator on the shortcut menu.
- In the Administrator Command Prompt dialog box, enter the following command to reset IIS: iisreset /restart This reloads the web.config file that now contains the GovWin Capture Management database sort order.
