G12Consult
Programmer
I am trying to add " to my string so that I can use it in a connection string.
Not sure how or where to add it.
but it needs to be "TENANT_1432" to use in the code below.
Not sure how or where to add it.
Code:
Dim strConnectionString As String strConnectionString = Session("connectionString") e.g. returns TENANT_1432]
but it needs to be "TENANT_1432" to use in the code below.
Code:
'Start Login Authentication
Dim constring As String = ConfigurationManager.ConnectionStrings(strConnectionString).ConnectionString]