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...
-
I'm new to netTiers. I want to use them in an application that has the following context. There will be users running the app on LAN (this users would use the standard DAL to access data) and others users that will use it on WAN, so this users would use a web service to access data. How is the best...
-
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...