472,144 Members | 1,855 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,144 software developers and data experts.

how to create a forum in asp

1
hi evryone!
i'm kinda new here, i've been trying to create a forum in asp and not succeding somewhere somehow, can anynody tell how to create a forum in asp
Aug 24 '07 #1
1 2586
JamieHowarth0
533 Expert 512MB
You basically need a decent DB structure in place before you start coding the forums. Think about how TheScripts is laid out, and how you would go about applying techniques that you see in use here - things like user logins, threads, forum groups, DHTML menus (probably dynamically generated, too), user profiles, private messaging and message tracking (which is fairly impressive for a forum!).
You might also want to consider RSS as this is a very popular feature now - to subscribe to a thread that you're actively interested in using RSS, and then your newsreader automatically notifies you of any new items that appear in the RSS feed.

There are some free ASP forums you can download but the best free forum software isn't in ASP, it's in PHP - things like phpBB or inVision. Allows user skinning, built-in user management and all powered by a MySQL DB. (And that's coming from a hardcore ASP developer... lol).

I would normally offer bits of code for a small issue but you need a lot of code which is probably beyond the scope of what people offer in terms of advice (I've never seen a developer on this site offer up their services totally gratis for a major chunk of a project). Maybe stick a post in the Jobs section if you need it done quickly? If you get a decent developer, they may even show you how they've coded the features so you can then learn the techniques that you will find useful yourself later in commercial programming life, and this also gives you a good grounding in supporting the forums from an administrative technical perspective should anything go wrong.

Good luck!

medicineworker
Aug 24 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

1 post views Thread by WebBuilder451 | last post: by
2 posts views Thread by Frank | last post: by
reply views Thread by qwe85 | last post: by
5 posts views Thread by Philip Nelson | last post: by
snowfall
10 posts views Thread by snowfall | last post: by
13 posts views Thread by miztaken | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.