YAFLogo

kasimus
  • kasimus
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
Hello,

I need some help with integration...

I have my own asp.net web app and I'm trying to integrate it with YAF. I put YAF sources into 'forum' folder and as far as I understand I should copy YAF dll files into Bin folder of my webapp root, right? What else I need to do to integrate it correctly?

I'm also not sure how to configure two web.config files (my webapp config and YAF config). Please advise.

Many thanks,

kasimus

Sponsor
Steviepunk
16 years ago
http://wiki.yetanotherforum.net/embeddedYaf.ashx 

That is for version 1.9.1.x, it might not be same for 1.9.3 though

kasimus
  • kasimus
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
Thanks a lot, Steviepunk!

I didn't manage to find this link previously for some reason. :roll:

mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
16 years ago
If you're trying to integrate YAF 1.9.3, I wrote up the instructions I follow to do it here:

http://bunkerhollow.com/blogs/matt/archive/2008/10/27/integrate-yetanotherforum-with-your-net-site-from-source.aspx 


UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Mek 🙂, who stole this off Ederon 🙂 )

kasimus
  • kasimus
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
Thanks mddubs!

I'll take a look at your post.

BTW, I've just faced a problem with HttpHandlers in my webapp and YAF configs: "Could not load assembly...". I'm using my own handlers for seo-friendly URLs.

So, I've replaced

<remove verb="*" path="*.asmx"/>
with
<remove verb="*" path="*"/>
in YAF web.config and it's seems working OK now.