home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / samples / config / config.web < prev    next >
Encoding:
Text File  |  2000-05-23  |  297 b   |  13 lines

  1.  
  2. <configuration>
  3.  
  4.     <configsections>
  5.         <add name="databases" type="System.Web.Configuration.DictionarySectionHandler" />
  6.     </configsections>
  7.  
  8.     <databases>
  9.         <add key="pubs" value="server=localhost;uid=sa;pwd=;database=pubs" />
  10.     </databases>
  11.     
  12. </configuration>
  13.