ServiceManagement
Best Answer
-
Conner_Wood Customer Ninja IT Monkey ✭✭✭✭If you've installed the Portal on the C Drive:
C:\inetpub\CiresonPortal\Web.config --> look for connectionStrings section
Also good idea to change:
C:\inetpub\CiresonPortal\bin\Cireson.CacheBuilder.Service.exe.config
C:\inetpub\CiresonPortal\bin\Cireson.CacheBuilder.WindowsService.exe.config
Both also have connectionStrings section.
I recommend using Notepad++ as administrator, otherwise you can copy the file to desktop, change it, and paste it over the original.
5
Answers
C:\inetpub\CiresonPortal\Web.config --> look for connectionStrings section
Also good idea to change:
C:\inetpub\CiresonPortal\bin\Cireson.CacheBuilder.Service.exe.config
C:\inetpub\CiresonPortal\bin\Cireson.CacheBuilder.WindowsService.exe.config
Both also have connectionStrings section.
I recommend using Notepad++ as administrator, otherwise you can copy the file to desktop, change it, and paste it over the original.