【发布时间】:2010-07-26 19:32:38
【问题描述】:
我有一个类库(我们称之为 a),我在其中创建了一个自定义配置文件提供程序。我在另一个类库中引用了这个库(我们称之为 b),它是与 Web 应用程序一起解决方案的一部分.现在我如何引用类库 b 中的自定义配置文件提供程序。
我一直在关注这篇文章http://leedumond.com/blog/getting-strongly-typed-profile-properties-from-a-class-library。没关系,但它不会保存仅读取它的配置文件。
有没有人做过或者知道怎么做?
【问题讨论】:
标签: asp.net profile class-library web-applications