xml web config para rutas de react

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml web config para rutas de react相关的知识,希望对你有一定的参考价值。

<?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="EmpresaID" value="1" />
    <add key="WSAdminFiles" value="http://localhost/Ecommerce2/Serv_Admin_Files/wsUpload.asmx" />
    <add key="URLImageAzure" value="https://ldadminfiles.blob.core.windows.net/articulos/" />
    <add key="ImagenesAzure" value="false" />
  </appSettings>
  <system.web>
    <compilation debug="true" targetFramework="4.6.1"/>
    <httpRuntime targetFramework="4.6.1"/>
  </system.web>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <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.webServer>
    <rewrite>
      <rules>
        <rule name="Rewrite Home Controller" patternSyntax="Wildcard">
          <match url="Home/*" />
          <conditions>
            <add input="{HTTP_METHOD}" pattern="GET" />
          </conditions>
          <action type="Rewrite" url="/Home/Index" appendQueryString="false" />
        </rule>
        <rule name="Rewrite Login Controller" patternSyntax="Wildcard">
          <match url="Login" />
          <action type="Rewrite" url="/Home" appendQueryString="false" />
        </rule>
      </rules>
    </rewrite>
    <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>
  </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.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        warningLevel="4" compilerOptions="/langversion:default /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.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
    </compilers>
  </system.codedom>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="BasicHttpBinding_IWCFExpress" />
        <binding name="BasicHttpBinding_IWCFSeguridad" />
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint address="http://localhost:23695/WCFExpress.svc" binding="basicHttpBinding"
          bindingConfiguration="BasicHttpBinding_IWCFExpress" contract="WCFExpress.IWCFExpress"
          name="BasicHttpBinding_IWCFExpress" />
      <endpoint address="http://localhost/LDCOM11/ServiciosWCF/WCFSeguridad.svc"
          binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IWCFSeguridad"
          contract="WCFSeguridad.IWCFSeguridad" name="BasicHttpBinding_IWCFSeguridad" />
    </client>
  </system.serviceModel>
</configuration>

以上是关于xml web config para rutas de react的主要内容,如果未能解决你的问题,请参考以下文章

xml 程序para Exportar para KML

php Complemento para o wp-config #WP #reset

apache_conf config para las configuraciones del sistema de tienda

markdown Obetener la ruta(path)relativa

xml 肥皂行为Web.Config设置

xml ASPNET动态Web.config