如何在桌面应用程序中使用配置文件提供程序(.net)?
请帮助我,如何从数据库存储中获取用户的个人资料? 我在应用程序配置中拥有的默认配置文件提供程序的配置... 如何获得 Profile 类或 ProfileCommon 类?
谢谢 :)
please help me, how can I get User's Profile from database storage?
Configurations of default profile provider I have in application's config...
How can I get Profile class, or ProfileCommon class?
Thank you :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有找到直接的解决方案,但这个问题可以使用 WebServices 来解决。这样我自己就很好的解决了。
I did not find a straightforward solution, but this problem can be solved using WebServices. This way I solved it well myself.