Update ASP.Net membership from windows service

后端 未结 2 2029
野趣味
野趣味 2021-01-27 04:24

I am working on a project for a property management company. There is the back end system that stores all of the tenants and property portfolios, and a front end website that a

2条回答
  •  没有蜡笔的小新
    2021-01-27 05:16

    You can basically use it as you were with the web application, they key is that you must have the same machinekey values for your application AND the web application. Otherwise the passwords will not encrypt or decrypt in the proper manner.

    Here is a tutorial that might help you out a bit on using it from a windows app. The process should be the same for your windows service.

提交回复
热议问题