HighTechTalks DotNet Forums  

Membership and Remoting

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss Membership and Remoting in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Eliel
 
Posts: n/a

Default Membership and Remoting - 07-14-2007 , 06:09 PM






Hi

I'm developing a complete solution fragmented into three layers (web
application, components (business classes) and database). Each layer
is located in different servers. The web app server cannot have direct
access to the database server, the component server is in charge of
making the data visible for the web app server.

My problem is: I'm using .NET's Membership framework to grant access
to the web application, and I'm having problems 'cause some class of
this framework is trying to access database server directly, not
trough component server.

How can avoid this? I mean, instantiate membership objects in
component server and access the database. (membership classes don't
inherit MarshallByRefObject abstract class)

(excuse my english)


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.