T
Tina
I'm reading about the "3-tier" design afforded by using Object Data Sources
in the App_Data folder in 2.0 asp.net projects.
To me, putting an object data source in a separate folder on the web sever
isn't 3 tier design. To accomplish 3-tier design I would want to put the
Object Data Source in a dll that runs on another server than the web server.
Then I need to use that object data source remotely.
But how can I accomplish binding to my object data source when it's on
another computer. Do I have to use Remoting or is there a slicker way to do
this?
Thanks,
T
in the App_Data folder in 2.0 asp.net projects.
To me, putting an object data source in a separate folder on the web sever
isn't 3 tier design. To accomplish 3-tier design I would want to put the
Object Data Source in a dll that runs on another server than the web server.
Then I need to use that object data source remotely.
But how can I accomplish binding to my object data source when it's on
another computer. Do I have to use Remoting or is there a slicker way to do
this?
Thanks,
T