将 YAF.NET 集成到我现有的 ASP.NET WebForm 项目中
好的,我有一个网站,我想将其与 YAF.NET 集成,我想要 YAF.NET使用与我的网络应用程序相同的会员提供程序,我想知道实现此结果的最佳方法是什么。
我的 webapp 和 YAF 都运行得很好。
我认为也许最好的方法是使用虚拟目录,但是这样我就无法在 YAF 中使用 web 应用程序中的母版页文件。仅仅复制并粘贴整个项目听起来很糟糕。也许我应该粘贴 DLL 并尝试找出剩下的内容,但是有很多像服务这样的东西,我不确定它们是否可以工作......
Ok so I have a website and I want to integrate it with YAF.NET, I'd like YAF.NET to use the same Membership Provider as my web application already does, and I was wondering what would be the best way to achieve this result.
I have both the webapp and YAF working perfectly fine on their own.
I thought maybe the best way was using a virtual directory, but then I wouldn't be able to use a master page file from the webapp within YAF. And just copying and pasting the whole project sounds horrible. Maybe I should just paste the DLLs and try figuring out what's left but there's a lot of stuff like services and I'm not sure whether they'd work...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Another Forum.NET 使用 web.config 中定义的标准 ASP.NET 成员资格。
更改 web.config 文件中的成员资格提供程序。
Yet Another Forum.NET uses standard ASP.NET Membership defined in the web.config.
Change the membership provider in web.config file.