Forum Moderators: phranque

Message Too Old, No Replies

Forum Software

I'm not referring to Brett's

         

chris_f

5:51 pm on Sep 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm looking for some free forum software. It must be written in ASP and powered by a Microsoft Access database using a DSN connection. Are the any recommendations?

Chris.

txbakers

8:15 pm on Sep 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check out some of the offerings at xigla.com

I use their Absolute Live Support which I like.
They have a whole host of ASP products.

But you did say free, though.

Then check out www.aspin.com

Staffa

9:50 pm on Sep 19, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here's another one snitz.net

sun818

12:45 am on Sep 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



WebWizGuide = solid piece of code, excellent speed for ASP. Snitz is bit of a performance hog IMO. Not good for a shared web host.

chris_f

6:55 am on Sep 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I check out the links you have sent. Thanks.

WebWizGuide = solid piece of code, excellent speed for ASP

It doesn't use DSN though.

Chris.

sun818

7:11 am on Sep 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



All the forum software can DSN or DSN-less. You just change the connect string. The code is well commented so it is a matter of commenting one line and uncommenting another.

chris_f

9:45 am on Sep 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks Guys,

I've decided to go with Snitz as it's a very small forum of only 15 members (for the technicans at work to keep up to date with bugs).

All the forum software can DSN or DSN-less

WebWizGuide did not have this option and I did not want to play with the code. Believe me I checked. It had alot of option but DSN was not one of them.

Chris.

jackofalltrades

9:58 am on Sep 20, 2002 (gmt 0)



I briefly had a look at the snitz software for my site.

Is it fairly straight forward to integrate into a site? (Im not too hot on the technical side of things!).

What about other forums?

txbakers

10:09 am on Sep 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would think that the snitz forum would be very easy to integrate into a site. That's one of the pleasures of working with ASP over Perl - the embedded HTML is easier to find and manipulate.

sun818

3:20 pm on Sep 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



hey Chris, if it is not there, you can always write your own string or borrow an example from a web search. Anyway, if you look at forum/common.asp lines 156 and157, you will see the DSN option:

'If you wish to use DSN then comment out the driver above and uncomment the line below (DSN is slower than the above drivers)
'strCon = "DSN=DSN_NAME" 'Place the DSN where you see DSN_NAME

Thanks,
Sun W.

jackofalltrades

3:58 pm on Sep 20, 2002 (gmt 0)



cheers txbakers

I got the software and have just set up my forum!

Dont the hardest things seem so simple after youve done them?

Now i just need get all the visitors ive fought hard for to interact with the technology!

thanks again

chris_f

4:50 pm on Sep 20, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



sun818,

Thanks for the code. I haven't got them lines (I guess I have a different version).

Thanks
Chris.