Results 1 to 4 of 4

Thread: is this how its done?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    is this how its done?

    i know - silly Q - i apologise. I know that there was a way of storing messages, such as forum posts, or guestbook messages, into some database or maybe a huge file which contains all the text etc....


    but is this how its done?

    wish to create a forum.

    design the UI
    use SQL Server to store all threads, usernames, etc...
    then ASP.NET to retrieve that info, format it and what not etc..

    is this how its done?

    if so - how much bandwidth (file transfer) does it roughly take? (i know - depends how many entries etc...)


    thanks

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251

    Re: is this how its done?

    Actually first you design the database, otherwise you will be making changes to the gui part again after you create the database. Then you write the code to get the information and finally the gui.

    Bandwidth is subjective. It all depends on how many visitors you have in a gvien day. If your just starting 2-3GB a month would probably work, but as time goes on and you get more visitors you will need to increase it.
    ~Ryan





    Have I helped you? Please Rate my posts.

  3. #3
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Question

    Why re-create the wheel? There are tons of forum software already on the market (both free and purchase versions).

    For example, there is the free .NET forum software: YAF.NET

    And there is always the one that (i think) started it all: UBB.x
    ~Peter


  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: is this how its done?

    i understand - but just for my own knowledge and something to work on

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width