Server IP : 103.6.199.200 / Your IP : 18.224.73.124 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/jivisol1/build/TESTUI/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> </startup> <appSettings> <add key="SenderEmailID" value="appadmin@salalahport.com" /> <add key="SenderUserName" value="sps\appsadmin" /> <add key="password" value="Carco@sps" /> <add key="smtp" value="sposmx02.salalahport.com" /> <add key="smtpport" value="25" /> <add key="EnableSsl" value="0" /> <add key="MailServerDomainName" value="" /> <!--<add key="SQLServerDatabasePassword" value="Fl/3pdFh/qyK/eAafUqQbQ==" />--> <add key="SQLServerDatabasePassword" value="XLGcXfZdrLItW3uMCuh9V7fWRGM/BTZs" /> <add key="JiViewDBConnection" value="sqlCon" /> <add key="CurrentTimeZoneId" value="Singapore Standard Time" /> <add key="ProcessLogFileLocation" value="D:\Development\Source Codes\JiViews\Application\JiView.WebClient\Logs\" /> <add key="JiViewReportServiceUrl" value="https://ess.salalahport.com/JiViews" /> </appSettings> <connectionStrings> <!--<add name="sqlCon" connectionString="Data Source=172.17.3.158;Initial Catalog=JiViews_Parallel;MultipleActiveResultSets=true;User ID=eltizam_produser;Password=" providerName="System.Data.SqlClient" />--> <add name="sqlCon" connectionString="Data Source=172.17.1.234;Initial Catalog=JiViews_Parallel_20210817;MultipleActiveResultSets=true;User ID=eltizam_produser;Password=" providerName="System.Data.SqlClient" /> <!--<add name="BackgroundJobConnection" connectionString="Server=172.17.1.234;Database=JiViewJobs_Parallel;MultipleActiveResultSets=true;Integrated Security=SSPI" providerName="System.Data.SqlClient" />--> <!--<add name="sqlCon" connectionString="Data Source=LAPTOP-E5M7718D\SQLEXPRESS2017;Initial Catalog=JiViews_Parallel_20200820;User ID=sa;Password=" providerName="System.Data.SqlClient" />--> <!--<add name="sqlCon" connectionString="Data Source=LAPTOP-E5M7718D\SQLEXPRESS2017;Initial Catalog=JiViews_Parallel_20210816;User ID=sa;Password=" providerName="System.Data.SqlClient" />--> </connectionStrings> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Google.Apis.Auth" publicKeyToken="4b01fa6e34db77ab" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.49.0.0" newVersion="1.49.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Google.Apis" publicKeyToken="4b01fa6e34db77ab" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.49.0.0" newVersion="1.49.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Google.Apis.Core" publicKeyToken="4b01fa6e34db77ab" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.49.0.0" newVersion="1.49.0.0" /> </dependentAssembly> </assemblyBinding> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Google.Api.Gax" publicKeyToken="3ec5ea7f18953e47" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" /> </dependentAssembly> </assemblyBinding> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Google.Api.Gax.Rest" publicKeyToken="3ec5ea7f18953e47" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" /> </dependentAssembly> </assemblyBinding> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="FirebaseAdmin" publicKeyToken="97c8d00c348326ed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" /> </dependentAssembly> </assemblyBinding> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-1.2.5.0" newVersion="1.2.5.0" /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>