JSFiddle - React, Tailwind, and code Playground

by Kalu Singh Rao

JavaScript

<?xml version="1.0" encoding="utf-8"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the 
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in 
    machine.config.comments usually located in 
    \Windows\Microsoft.Net\Framework\v2.x\Config 
-->
<configuration>
  <configSections>
    <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" />
  </configSections>
  <connectionStrings configSource="connection.config" />
  <system.data>
    <DbProviderFactories>
      <remove invariant="MySql.Data.MySqlClient" />
      <add name="MySql.Data.MySqlClient" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D" />
    </DbProviderFactories>
  </system.data>
  <appSettings>
    <add key="LSPDev_TEMP_PATH" value="D:\LSPDev_TEMP_PATH\" />
    <add key="CustomAuthentication.LoginUrl" value="/Default.aspx" />
    <add key="CustomAuthentication.Cookie.Name" value=".CUSTOM_AUTH" />
    <add key="SenderEmail" value="[email protected]" />
    <add key="RecipientEmail" value="[email protected]" />
    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
  </appSettings>
  <!--<system.net>
    <mailSettings>
      <smtp from="[email protected]">
        <network host="smtp.gmail.com" port="587" userName="[email protected]" password="sharp@123$" defaultCredentials="true" enableSsl="true"/>
      </smtp>
    </mailSettings>
  </system.net>-->
  <!--
    For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.

    The following attributes can be set on the <httpRuntime> tag.
     ...