Server IP : 103.6.199.200 / Your IP : 3.149.251.26 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/iscommy2/uat.i-3s.com.my/api/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <!-- For more information on how to configure your ASP.NET application, please visit https://go.microsoft.com/fwlink/?LinkId=301879 --> <configuration> <connectionStrings> <!--Staging--> <add name="i3sProductionConnectionString" connectionString="server=110.4.45.233;User Id=emerging_sa;Persist Security Info=True;Pooling=false;password=W0rkSmart;database=emerging_i3s_db_uat" providerName="MySql.Data.MySqlClient" /> <!--Live--> <!--<add name="i3sProductionConnectionString" connectionString="server=42.1.63.79;User Id=emerging_sa;Persist Security Info=True;Pooling=false;password=W0rk$m@rt;database=emerging_i3s_db;" providerName="MySql.Data.MySqlClient" />--> <add name="i3sLocalhostConnectionString" connectionString="server=localhost;User Id=emerging_sa;Persist Security Info=True;Pooling=false;password=1q2w3e4r;database=emerging_i3s_DB;" providerName="MySql.Data.MySqlClient" /> <!--SSL Mode=Required;CertificateFile=D:\\i3s\\client.pfx;CertificatePassword=I3S$3rv3r--> </connectionStrings> <appSettings> <!--Staging--> <!--<add key="Uri" value="https://staging.webcash.com.my" />--> <add key="Uri" value="https://uat.kiplepay.com" /> <add key="MerchantID" value="80000667" /> <add key="SecretKEY" value="JZN49$29Ak3@CDE3" /> <!--Live--> <!--<add key="Uri" value="https://webcash.com.my" />--> <!--<add key="Uri" value="https://kiplepay.com" /> <add key="MerchantID" value="80002816" /> <add key="SecretKEY" value="vuOHKlDWjbozuna5" />--> <add key="Url" value="https://api.sendbird.com/v3" /> <add key="PassPhrase" value="a778c74fec934fdc993108beb821c8b5a8c2ff55" /> <add key="Password" value="1Q2w3e4r%" /> <add key="SchoolCode" value="TEST01" /> </appSettings> <system.web> <compilation targetFramework="4.5.2" /> <httpRuntime targetFramework="4.5.2" /> <httpModules> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> </httpModules> <pages controlRenderingCompatibilityVersion="4.0" /> </system.web> <system.webServer> <httpProtocol> <customHeaders> <add name="X-UA-Compatible" value="IE=edge" /> </customHeaders> </httpProtocol> <validation validateIntegratedModeConfiguration="false" /> <modules> <remove name="ApplicationInsightsWebTracking" /> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" /> </modules> <handlers> <remove name="ExtensionlessUrlHandler-Integrated-4.0" /> <remove name="OPTIONSVerbHandler" /> <remove name="TRACEVerbHandler" /> <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> </handlers> <directoryBrowse enabled="true" /> </system.webServer> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" /> <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" /> <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-5.2.4.0" newVersion="5.2.4.0" /> </dependentAssembly> </assemblyBinding> </runtime> <system.codedom> <compilers> <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" /> <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> </compilers> </system.codedom> </configuration> <!--ProjectGuid: DC20A505-B778-4EFD-AEBC-D38992C0A28B-->