Showing related tags and posts accross the entire site.
-
Hello, I'm having some problems with this feature, maybe someone can help. Here's my setup: I'm using Nettiers 2.2 and a Domain Model, with EntLib 3.1. I am just generating the data access, no web service or web interfaces. I have a single connection string in the app.config, and in my code...
-
This is a two step process, first you add the dynamic connection string to the Connections dictionary. If this has already been added then you can simply reference that connection string by key. //in some method as soon as you find out hte connection //string for this user Session["DynamicConnection...