Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Physical Separation of Tiers
Message
From
05/01/2004 10:27:46
 
 
To
05/01/2004 10:18:17
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00863826
Message ID:
00863877
Views:
21
>>If I use Web Services, It looks to me like I would have to deal directly with DataSets on my web forms rather than being able to leverage the functionality of the business object framework??
>>
>>I'm not very familiar with the .NET Remoting. How difficult is this to implement?
>
>If you're using WebForms, the UI is already separated ... HTML client-side, everything else server-side. You don't need to use WebServices to get at anything server-side, because the code-behind for your WebForm is already server-side, just like the BizObjects.
>
>~~Bonnie

It is logically separated, but the code-behind is (normally) still on the same physical server as the UI. If you have to have the ASPX/code-behind on the web server, the bizobj dll on a separate server, and the SQL database on a database server - I'm not clear on how you get references to the bizobj from the code-behind.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform