Well, one issue fixed and another pops up (sigh).
https://github.com/YAFNET/YAFNET/wiki/YAF.NET-Integration-in-to-an-existing-ASP.NET-Application i.e., I did the upgrade and followed the instructions on how to integrate it with an existing website. It seemed to work (after a few snags with the database conection string/setup.) but now, my entire website is NOT working properly.
When you open the Home page for the website, it opens perfectly, and when you click on the link for the forums, they open perfectly. However, when you click on ANY other interior website link, it shows the page that is supposed to open when you hover over it, but it does NOT open anything. It's like there is a permanent redirect sending EVERYTHING back to the home page! Has ANYONE else received this kind of error and found it had to do with the UrlRewriter.config?
I opened the UrlRewriter.config file to take a look, and honestly, since I am NOT a C# programmer and have never used any rewrite code before, I have no idea where to even start as far as looking at that code! Technically, the UrlRewriter.config should NOT make every single page in the entire website re-direct ack to the home page, should it?
Any help would be greatly appreciated. TIA!