Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Physical Separation of Tiers
Message
De
05/01/2004 10:27:46
 
 
À
05/01/2004 10:18:17
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00863826
Message ID:
00863877
Vues:
19
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform