Konfiguracja IIS: Różnice pomiędzy wersjami

Linia 89: Linia 89:
</CipherData>
</CipherData>
</EncryptedData>
</EncryptedData>
</connectionStrings>
</syntaxhighlight>
Efekt:
<syntaxhighlight lang="xml" style="border:3px dashed blue">
<connectionStrings>
<add name="FbAuthConnection" connectionString="User=nazwa_uzytkownika;Password=trudne_haslo;Database=D:\Bazy\is_wizja.gdb;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0;"
providerName="FirebirdSql.Data.FirebirdClient" />
</connectionStrings>
</connectionStrings>
</syntaxhighlight>
</syntaxhighlight>