Rositsa Ruseva

Rositsa Ruseva

  • 1.5k
  • 218
  • 33.6k

Using ProfileService Class

Jun 20 2022 2:16 PM

We have an application devided into 2 technologies - .Net and ASP.NET. The user can change its settings in his browser while the main application is a Desktop application. The first step after executing the application is to display a connected window similar to the one in the webpage so the user can login and after that the user settings are loaded. I have to make the usersettings to load using the ProfileService. May I ask for some directions how to do that? I looked at the documentation and I found some Get and Set Methods.