DotNetGnat
Programmer
Guys,
I have a ASP.NET application in which I use aspnet membership provider for user authentication.
I have a second application that is a Java EE application.
My current requirement is that whenever a new user is registered on this application, I need to create a new account on the asp.net application so that the user can access both the applications.
I need some direction in finding ways to achieve this task. After reading some material online, looks like I could either use webservices or bridges.
If you guys have any suggestions or can provide any links to relevant, I would really appreciate it.
Thanks in advance.
-DNG
I have a ASP.NET application in which I use aspnet membership provider for user authentication.
I have a second application that is a Java EE application.
My current requirement is that whenever a new user is registered on this application, I need to create a new account on the asp.net application so that the user can access both the applications.
I need some direction in finding ways to achieve this task. After reading some material online, looks like I could either use webservices or bridges.
If you guys have any suggestions or can provide any links to relevant, I would really appreciate it.
Thanks in advance.
-DNG