Server IP : 103.6.199.200 / Your IP : 18.190.253.56 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.portal.i-3s.com.my/wwwroot/ |
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=301880 --> <configuration> <appSettings> <add key="webpages:Version" value="3.0.0.0" /> <add key="webpages:Enabled" value="false" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> <add key="AuthSalt" value="a778c74fec934fdc993108beb821c8b5a8c2ff55" /> <add key="apiLink" value="http://www.ws.i-3s.com.my/i3sWebServiceStg" /> <add key="siteLink" value="http://v1portal.i-3s.com.my/" /> <!--<add key="apiLink" value="http://www.ws.i-3s.com.my/i3sWebservice" />--> <add key="sbAppID" value="180901F6-8AB1-40D6-B308-B8C628F868B8" /> <add key="sbToken" value="34233714ce31828b6cc2eb1425e0cb264ee6bb2c" /> <add key="sbLink" value="https://api.sendbird.com/v3/" /> <add key="wcURI" value="https://uat.kiplepay.com/" /> <add key="imgSB121" value="/Images/User_3.png" /> <add key="imgSB12M" value="/Images/User_2.png" /> </appSettings> <system.web> <compilation targetFramework="4.5.2" /> <authentication mode="Forms"> <forms loginUrl="~/Login/Login" /> </authentication> <httpRuntime targetFramework="4.5.2" maxRequestLength="5242880" /> <httpModules> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" /> </httpModules> <pages> <namespaces> <add namespace="GridMvc" /> </namespaces> </pages></system.web> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" /> <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.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.5.2.14234" newVersion="1.5.2.14234" /> </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="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" /> </dependentAssembly> </assemblyBinding> </runtime> <system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules> <remove name="ApplicationInsightsWebTracking" /> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" /> </modules> <directoryBrowse enabled="true" /> <defaultDocument> <files> <clear /> <add value="index.php" /> <add value="Default.htm" /> <add value="Default.asp" /> <add value="index.htm" /> <add value="index.html" /> <add value="iisstart.htm" /> <add value="default.aspx" /> </files> </defaultDocument> <httpErrors errorMode="DetailedLocalOnly" existingResponse="Auto" /> </system.webServer> <system.codedom> <compilers> <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.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=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> </compilers> </system.codedom> <connectionStrings> <!--<add name="MySqlConnectionString" connectionString="server=42.1.63.79;User Id=emerging_sa;Persist Security Info=True;password=W0rk$m@rt;database=emerging_i3s_DB;" providerName="MySql.Data.MySqlClient" />--> <!--SSL Mode=Required;CertificateFile=D:\\i3s\\client.pfx;CertificatePassword=I3S$3rv3r --> <add name="MySqlConnectionString" connectionString="server=103.6.198.177;User Id=emerging_sa;Persist Security Info=True;password=W0rkSmart;database=emerging_i3s_DB" providerName="MySql.Data.MySqlClient" /> </connectionStrings> </configuration>