<configuration>
  <connectionStrings>
    <add name="ApplicationServices"
         connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true"
         providerName="System.Data.SqlClient" />
    <add name="Mj12" connectionString="Server=.\SQLEXPRESS;Database=musicjet;User ID=kubrt;Password=referent;Trusted_Connection=False;"
        providerName="System.Data.SqlClient" />
    <add name="Mj12ASPOne" connectionString="Server=localhost;Database=musicjet;User ID=kubrt;Password=referent;Trusted_Connection=False;"
        providerName="System.Data.SqlClient" />
  </connectionStrings>
    <location path="index.html">
        <system.web>
            <authorization>
                <allow users="ftpmopa" />
                <deny users="*" />
            </authorization>
        </system.web>
    </location>
    <system.web>
        <identity impersonate="false" />
        <customErrors mode="Off"/>
    </system.web>
    <system.webServer>
        <security>
            <authorization>
                <remove users="*" roles="" verbs="" />
                <add accessType="Allow" users="?" verbs="" />
            </authorization>
        </security>
    </system.webServer>
</configuration>