. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/bin/ |
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=169433
-->
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit https://go.microsoft.com/fwlink/?LinkID=237468 -->
<!--<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>-->
<section name="urlrewritingnet" restartOnExternalChanges="true" requirePermission="false" type="UrlRewritingNet.Configuration.UrlRewriteSection,
UrlRewritingNet.UrlRewriter" />
</configSections>
<connectionStrings>
<!--<add name="constr" connectionString="server=JATIN-LAPTOP\SQL2017; initial catalog=GrowelWeb; user id=sa; password=pass;" />-->
<add name="constr" connectionString="data source=103.212.121.69; initial catalog=vss_growel; user id=vss_growel; password= Dharmi10@ ;min pool size=5;max pool size=1000;"/>
<!--<add name="constr" connectionString="server=5.196.175.110,1440; initial catalog=growel19pdb; user id=growel19pdb; password=zaq1ZAQ!;" />-->
<!--<add name="constr" connectionString="server=87.98.249.37,1440; initial catalog=growel19pdb; user id=growel19pdb; password=zaq1ZAQ!;" />-->
</connectionStrings>
<appSettings>
<!--<add key="SiteUrl" value="https://growelweb.getfreequotes.in/" />-->
<add key="SiteUrl" value="https://localhost:44395/" />
<add key="ToemailId" value="webmaster@growel.com" />
<add key="CCEmailId" value="harshad.umrotkar@growel.com" />
<add key="CC1EmailId" value="enquiry.form31@gmail.com" />
<add key="pass" value="Grauer@1000" />
</appSettings>
<urlrewritingnet rewriteOnlyVirtualUrls="true" contextItemsPrefix="QueryString" defaultProvider="RegEx" xmlns="http://www.urlrewriting.net/schemas/config/2006/07">
<rewrites>
<add name="Rewrite1" virtualUrl="^~/page/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/GetPage.aspx?page=$1" ignoreCase="true" />
<add name="Rewrite2" virtualUrl="^~/subPage/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/GetSubPage.aspx?subpage=$1" ignoreCase="true" />
<add name="Rewrite3" virtualUrl="^~/product/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/ProductDetails.aspx?product=$1" ignoreCase="true" />
<add name="Rewrite4" virtualUrl="^~/product-details/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/subproductdetails.aspx?subproduct=$1" ignoreCase="true" />
<add name="Rewrite5" virtualUrl="^~/business/(.*)/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/GetProductSubTypes.aspx?business=$1&productType=$2" ignoreCase="true" />
<add name="Rewrite6" virtualUrl="^~/business/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/GetProductTypes.aspx?business=$1" ignoreCase="true" />
<add name="Rewrite7" virtualUrl="^~/news/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/NewsDetails.aspx?news=$1" ignoreCase="true" />
<add name="Rewrite8" virtualUrl="^~/search/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/GetSearchResult.aspx?term=$1" ignoreCase="true" />
<add name="Rewrite9" virtualUrl="^~/industry/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/Getindustry.aspx?page=$1" ignoreCase="true" />
<add name="Rewrite10" virtualUrl="^~/newproduct/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/NewProductDetails.aspx?np=$1" ignoreCase="true" />
<add name="Rewrite11" virtualUrl="^~/landingpage/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/GetLandingPage.aspx?landingpage=$1" ignoreCase="true" />
<add name="Rewrite12" virtualUrl="^~/unsubscribe/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/unsubscribe.aspx?emailid=$1" ignoreCase="true" />
<add name="Rewrite13" virtualUrl="^~/our-global-presence" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="~/Forms/our-global-presence.aspx" ignoreCase="true" />
</rewrites>
</urlrewritingnet>
<system.web>
<customErrors mode="Off"/>
<!--<customErrors mode="On" defaultRedirect="~/ErrorPage.aspx" redirectMode="ResponseRewrite">
<error redirect="~/Error/404.html" statusCode="404" />
<error redirect="~/Error/403.html" statusCode="403" />
</customErrors>-->
<compilation debug="true" targetFramework="4.5" tempDirectory="D:\Inetpub\vhosts\getfreequotes.in\tmp" />
<httpRuntime requestValidationMode="2.0" targetFramework="4.5" />
<pages validateRequest="false">
<namespaces>
<add namespace="System.Web.Optimization" />
</namespaces>
<controls>
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
</controls>
</pages>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true">
<add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
</modules>
<validation validateIntegratedModeConfiguration="false"/>
<handlers>
<add name="CaptchaImage" verb="GET" path="CaptchaImage.axd" type="MSCaptcha.CaptchaImageHandler, MSCaptcha"/>
</handlers>
<!--<httpErrors errorMode="Custom" existingResponse="Replace">
<remove statusCode="502" subStatusCode="-1"/>
<remove statusCode="501" subStatusCode="-1"/>
<remove statusCode="500" subStatusCode="-1"/>
<remove statusCode="412" subStatusCode="-1"/>
<remove statusCode="406" subStatusCode="-1"/>
<remove statusCode="405" subStatusCode="-1"/>
<remove statusCode="403" subStatusCode="-1"/>
<remove statusCode="401" subStatusCode="-1"/>
<remove statusCode="404" subStatusCode="-1"/>
<error statusCode="404" prefixLanguageFilePath="" path="https://growel.com/404.aspx" responseMode="Redirect"/>
<error statusCode="401" prefixLanguageFilePath="C:\inetpub\custerr" path="401.htm"/>
<error statusCode="403" prefixLanguageFilePath="C:\inetpub\custerr" path="403.htm"/>
<error statusCode="405" prefixLanguageFilePath="C:\inetpub\custerr" path="405.htm"/>
<error statusCode="406" prefixLanguageFilePath="C:\inetpub\custerr" path="406.htm"/>
<error statusCode="412" prefixLanguageFilePath="C:\inetpub\custerr" path="412.htm"/>
<error statusCode="500" prefixLanguageFilePath="C:\inetpub\custerr" path="500.htm"/>
<error statusCode="501" prefixLanguageFilePath="C:\inetpub\custerr" path="501.htm"/>
<error statusCode="502" prefixLanguageFilePath="C:\inetpub\custerr" path="502.htm"/>
</httpErrors>-->
<rewrite>
<rules>
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" />
</rule>
</rules>
</rewrite>
</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" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.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>
</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.1.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.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
</compilers>
</system.codedom>
</configuration>