/ Published in: XML
Example of a SubSonicService configuration.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<SubSonicService defaultProvider="Northwind"> <providers> <clear/> <add name="Northwind" type="SubSonic.SqlDataProvider, SubSonic" connectionStringName="NorthwindConnectionString" generatedNamespace="Northwind"/> </providers> </SubSonicService>