在 ASP.NET Web 应用程序中使用配置文件的解决方案是什么?
由于 Web 应用程序不像网站项目那样公开 ProfileCommon 类,因此可以使用哪些解决方案来访问配置文件信息。
What solutions are available to access Profile information since Web Applications do not expose ProfileCommon class like Web Site projects do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然可能不是最好的选择(但就像您没有找到明显的其他选项一样 - 我也使用自定义配置文件对象并没有帮助),但我使用了以下内容:
更多详细信息,包括获取的示例可以在创建方法文档中找到它到自定义类型
Whilst possibly not the best option (but like you didn't find an obvious other option - it doesn't help that I'm also using a custom profile object), I've used the following:
More details, including examples of getting it into a custom type can be found in the Create Method documentation