root/branches/ErrorLog/eCard/Platnosci/ecard/Web.config @ 637

Wersja 477, 0.8 KB (wprowadzona przez marek, 17 years temu)

re #139

Line 
1<?xml version="1.0"?>
2<!--
3    Note: As an alternative to hand editing this file you can use the
4    web admin tool to configure settings for your application. Use
5    the Website->Asp.Net Configuration option in Visual Studio.
6    A full list of settings and comments can be found in
7    machine.config.comments usually located in
8    \Windows\Microsoft.Net\Framework\v2.x\Config
9-->
10<configuration>
11    <appSettings/>
12    <connectionStrings>
13      <add name="BazaReklamConn"
14         connectionString="SERVER=10.0.0.21;DATABASE=BAZA_REKLAM;UID=wwwadmin;PWD=adm1648;"
15         providerName="System.Data.SqlClient" />
16    </connectionStrings>
17 
18    <system.web>
19      <authorization>
20        <allow users="*" />
21      </authorization>
22
23    </system.web>
24</configuration>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.