Since the connection string contains a username and password, it is encrypted in the appsettings.json file. The Startup class decrypts it and makes it available where needed through dependency injection.
Is it possible to have the reporting web viewer get the connection string programmatically? If so how would this be accomplished?
Thanks,
Tim