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

  1. <configuration> 
  2.  
  3.     <configsections>
  4.       <add name="ClassBrowser" type="System.Web.Configuration.DictionarySectionHandler"/>
  5.     </configsections>
  6.  
  7.     <ClassBrowser>
  8.        <set key="ASP+ Class Library" value="System.Web" />
  9.        <set key="Base Class Library" value="mscorlib" /> 
  10.     </ClassBrowser>
  11.  
  12. </configuration>