????
Current Path : C:/Program Files/Microsoft SQL Server/MSSQL15.MSSQLSERVER/MSSQL/Binn/ |
Current File : C:/Program Files/Microsoft SQL Server/MSSQL15.MSSQLSERVER/MSSQL/Binn/DatabaseMail.exe.config |
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="DatabaseServerName" value="." /> <add key="DatabaseName" value="msdb" /> </appSettings> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> </startup> <runtime> <AppContextSwitchOverrides value="Switch.System.Net.DontEnableSchUseStrongCrypto=false;Switch.System.ServiceModel.DisableUsingServicePointManagerSecurityProtocols=false;Switch.System.ServiceModel.DontEnableSystemDefaultTlsVersions=false" /> </runtime> </configuration>