SubSonic Service Config


/ Published in: XML
Save to your folder(s)

Example of a SubSonicService configuration.


Copy this code and paste it in your HTML
  1. <SubSonicService defaultProvider="Northwind">
  2. <providers>
  3. <clear/>
  4. <add name="Northwind"
  5. type="SubSonic.SqlDataProvider, SubSonic"
  6. connectionStringName="NorthwindConnectionString"
  7. generatedNamespace="Northwind"/>
  8. </providers>
  9. </SubSonicService>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.