T
techsupport
I have some experience with .NET Remoting, as well as ASP.NET 2.0, and
have been wanting to remote a custom membership and profile provider.
I want to take advantage of the new controls in ASP.NET 2.0 such as
Login, Loginuser, Loginview, etc.
The ASP.NET provider model requires entries in the web.config for a
'connectionStringName', which I understand is utilized to connect to
the data source.
Problem is the client machine (machine A) will inherently not have
access to the data source (machine C) which can only be accessed from a
middle tier (machine C), and machine A and machine B will be separated
by a firewall configured to allow remoting only.
I have successfully deployed a few systems under this model, and have a
better understanding and appreciation of remoting (thank you Ingo
Rammer - Advanced .NET Remoting 2nd ed. !!!).
I have created a custom profile provider which *should* be remotable,
yet I can't get past the client's requirement of having a
connectionStringName - there isn't (and shouldn't be) one on the client
- the data source exists on machine C and is only accessible from
machine B.
This has been beguiling, and I can sense that there is a solution, I
just don't know the proper web.config settings for the client (machine
A). Any comments much appreciated.
BTW, remoting IS a requirement for this application.
have been wanting to remote a custom membership and profile provider.
I want to take advantage of the new controls in ASP.NET 2.0 such as
Login, Loginuser, Loginview, etc.
The ASP.NET provider model requires entries in the web.config for a
'connectionStringName', which I understand is utilized to connect to
the data source.
Problem is the client machine (machine A) will inherently not have
access to the data source (machine C) which can only be accessed from a
middle tier (machine C), and machine A and machine B will be separated
by a firewall configured to allow remoting only.
I have successfully deployed a few systems under this model, and have a
better understanding and appreciation of remoting (thank you Ingo
Rammer - Advanced .NET Remoting 2nd ed. !!!).
I have created a custom profile provider which *should* be remotable,
yet I can't get past the client's requirement of having a
connectionStringName - there isn't (and shouldn't be) one on the client
- the data source exists on machine C and is only accessible from
machine B.
This has been beguiling, and I can sense that there is a solution, I
just don't know the proper web.config settings for the client (machine
A). Any comments much appreciated.
BTW, remoting IS a requirement for this application.