# How to configure the License Server on a system where TLS 1.0 is disabled

1\. Install the latest [Microsoft® OLE DB Driver 18 for SQL Server](https://www.microsoft.com/en-us/download/details.aspx?id=56730)&#x20;

2\. Update the connection string in the web.config by setting the Provider value to **msoledbsql** as shown below (change the values as needed):

{% code overflow="wrap" %}

```xml
<connectionStrings>
<add name="QlmWebService.Properties.Settings.qlmConnectionString" connectionString="Provider=msoledbsql;Server=localhost;Database=qlmdemo;User Id=qlmdemo;Password=qlmweb30;"/>
<add name="QlmSvcLib.Properties.Settings.qlmConnectionString" connectionString="Provider=msoledbsql;Server=localhost;Database=qlmdemo;User Id=qlmdemo;Password=qlmweb30;"/>
<add name="aspConnectionString" connectionString="Data Source=localhost;Initial Catalog=qlmdemo;User Id=qlmdemo;Password=qlmweb30;"providerName="System.Data.SqlClient" />
</connectionStrings>
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/qlm-license-server/how-to-configure-the-license-server-on-a-system-where-tls-1.0-is-disabled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
