Mingle-Box-Coders-And-Project-Hub / CodeAProjectSetup / Web.config
Web.config
Raw
<?xml version="1.0"?>
<!-- 
    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>
    <appSettings/>
  <connectionStrings>
    <add connectionString="data source=localhost;integrated security=true;database=shareware" name="codeshare"></add>
  </connectionStrings>
    <system.web>

    </system.web>
</configuration>