Server IP : 103.6.199.200 / Your IP : 18.223.195.127 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/ReconProcessGUI/ |
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="ImportFilesPath" value="C:\JIVIEWS\Applications\WebClient\Uploads" /> <!--<add key="SQLServerDatabasePassword" value="Fl/3pdFh/qyK/eAafUqQbQ==" />--> <add key="SQLServerDatabasePassword" value="vtXwe0Y3qhduPbWBmxYXMg==" /> <!--<add key="SQLServerDatabasePassword" value="XLGcXfZdrLItW3uMCuh9V7fWRGM/BTZs" />--> <!--<add key="SQLServerDatabasePassword" value="4nU0UWkqLDY=" />--> <add key="JiViewDBConnection" value="sqlCon" /> <add key="CurrentTimeZoneId" value="Singapore Standard Time" /> <add key="ProcessLogFileLocation" value="C:\Development\Samples\JiViews.SendEmailProcess\" /> <add key="JiViewReportServiceUrl" value="https://ess.salalahport.com/JiViews" /> <add key="TemplateFileLocation" value="C:\Development\Eltizam\Branches\42200101\Application\JiView.WebClient\Templates\" /> <add key="ReportFileLocation" value="C:\Development\Jiviews\Branches\JVApplication\JiView.WebClient\Downloads\" /> </appSettings> <connectionStrings> <!--<add name="sqlCon" connectionString="Data Source=172.17.3.158;Initial Catalog=JiViews_Parallel;User ID=eltizam_produser;Password=" providerName="System.Data.SqlClient" />--> <!--<add name="sqlCon" connectionString="Data Source=JIVI001\SQLDEV;Initial Catalog=JIVIEWSDB_PROD_20231027;User ID=sa;Password=" providerName="System.Data.SqlClient" />--> <add name="sqlCon" connectionString="Data Source=10.20.104.37;Initial Catalog=JIVIEWSDB_LFTPROD;User ID=sa;Password=" providerName="System.Data.SqlClient" /> <!--<add name="sqlCon" connectionString="Data Source=52.163.184.36,3005;Initial Catalog=JIVIEWSDB_PROD_20240418;User ID=sa;Password=" providerName="System.Data.SqlClient" />--> </connectionStrings> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" /> <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.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> <dependentAssembly> <assemblyIdentity name="FirebaseAdmin" publicKeyToken="97c8d00c348326ed" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="ExcelDataReader" publicKeyToken="93517dbe6a4012fa" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-3.6.0.0" newVersion="3.6.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="ClosedXML" publicKeyToken="fd1eb21b62ae805b" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-0.96.0.0" newVersion="0.96.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="ExcelDataReader.DataSet" publicKeyToken="93517dbe6a4012fa" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-3.6.0.0" newVersion="3.6.0.0" /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>