| Author |
Topic Search Topic Options
|
Bluefrog
Senior Member
Joined: 23 October 2002
Location: Korea, South
Status: Offline
Points: 1701
|
Post Options
Thanks(0)
Quote Reply
Topic: Sacrilege --> ASP & mySQL forum? Posted: 04 September 2003 at 10:26pm |
My SQL Server is remote from my website, and hence very slow. I can't afford another SQL Server license, so...
Does anyone know of a forum like WWF or PHPBB that uses ASP and mySQL?
Thanks
|
 |
zaboss
Senior Member
Joined: 20 August 2002
Location: Romania
Status: Offline
Points: 454
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 September 2003 at 5:10am |
I guess, this is not the right place to ask such a question, isn't it?
|
|
|
 |
Tegwin
Senior Member
Joined: 03 September 2003
Location: United Kingdom
Status: Offline
Points: 430
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 September 2003 at 5:11am |
As far I know, there is one at http://www.asp.net/Default.aspx?tabindex=0&tabid=1 This is in ASP.NET rather than plain ASP. The funny thing is this is a Microsoft Site but for some reason they use MySQL. I have not tried this myself. Its just what I have been told. There is also another one called Snitz forums http://forum.snitz.com. I know for a fact they support MySqL
You should try and use MSDE instead of SQL Server which is a better option cost wise
Of course the ASP.NET and snitz forums are nowhere near as good as this WEBWIZ one. I still like this.
Edited by Tegwin
|
 |
Bluefrog
Senior Member
Joined: 23 October 2002
Location: Korea, South
Status: Offline
Points: 1701
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 September 2003 at 5:07pm |
I wish I could keep WWF on the server, but I'm stuck with the SQL Server being remote... 
Tegwin wrote:
You should try and use MSDE instead of SQL Server which is a better option cost wise
|
The MSDE has full blown SQL functionality (almost), but is only for development, and not production use. You still have to shell out the cash for another SQL Server licence...
|
 |
Tegwin
Senior Member
Joined: 03 September 2003
Location: United Kingdom
Status: Offline
Points: 430
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 September 2003 at 5:45pm |
|
MSDE is supplied on the office 2000 cd, does that not mean you have paid for it. I thought you could legally use it in a production environment if you "OWN" a copy of office for example. Maybe I'm wrong !!
|
 |
ljamal
Mod Builder Group
Joined: 16 April 2003
Status: Offline
Points: 888
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 September 2003 at 5:54pm |
|
You could alter the code to speed up the forum. That's what I did. My SQL Server and Web server are 3 time zone apart.
|
|
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 06 September 2003 at 4:54pm |
|
MSDE Stand for Microsoft Desktop Envioronment. It's a way to have MS SQL server functionality available at your desktop during application development. To run the app on a server, you stil need an SQL server license.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
Bluefrog
Senior Member
Joined: 23 October 2002
Location: Korea, South
Status: Offline
Points: 1701
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 September 2003 at 12:55am |
ljamal wrote:
You could alter the code to speed up the forum. That's what I did. My SQL Server and Web server are 3 time zone apart. |
Altering the code will have little or no effect. The problem is that the network that the SQL Server is on is complete garbage, and no amount of code optimization can compensate for the slow network...
Actually, it isn't complete garbage... just 99%... Internally it is fine - it's WAN connectivity is the problem...
|
 |