Can Service Mapping create connection to database when connection strings are encrypted?

jimmillet
Mega Guru

Doing Top-Down pattern based Service Mapping and came across web.config file that has connectionStrings encrypted. Is there a way that ServiceNow pattern can decode these strings to make the connection? Right now our map stops at the IIS web server layer, so not too interesting. Hoping people have come across this issue before. Thanks.

6 REPLIES 6

Would that be best done in a pattern extension or a connection section?

Jeff WelchBAE
Tera Expert

We have this issue on ALL of our webconfig files.  We had found a way to unencrypt the file to read it through the pattern but when we proposed testing to the app owners, we were told that every time the file is unencrypted/encrypted - the app restarts.  So this is a non-player for us. It would be nice if ServiceNow put together a list of things organizations may run into when attempting service mapping.