wayne wrote:
I will go and have a look at "Yet Another Forum.Net".
I really like TinyForum, from a user perspective it is very clean and easy to understand. - To bad about the mangement side. Personally i dont care if it is using old LLBLGen or data adapters.
True, but if we give it away, people will have questions about it, which will give support issues (even if we add a BSD license to it
).
I had a look a while back at some free ASP, SQL Server forum software that Otis suggested but old ASP and me are not very good friends.
Snitz is very good though.
What's important is that a forum is safe to have on a public box. Because I wrote it myself and because no-one has the sourcecode, I can be a little bit sure that it is safe. For a random public forum, I have to read every line of code. That's time consuming. Snitz is used on a lot of public servers, the security issues are weeded out for some time.
I have only been working with ASP for 6 months and i can't believe the way that ASP worked. I understand that old ASP was one of the first implementations of Business Logic in a website - But - You had to put your "Code" in the same place as HTML!!
That means you could not really protect your software! And to be honest what a mess. Asp.Net is such a improvement.
hehe that's indeed true. However include files do solve the problem a bit (a bit, not a lot
).