is mysql fit for asp.net 2?

  • Thread starter Thread starter aspnetdir
  • Start date Start date
A

aspnetdir

i setup this asp.net 2 powered portal site to initially use mysql, i've
run into so many problems most especially connection crashes, memory
errors, etc.

has anyone successfully implemented a mysql/asp.net 2 site? this is the
address of my portal if you want to take a look
http://www.aspnetdir.com

i appreciate your comments
 
MySQL is never a feasible option in my opinion.

Shaun C McDonnell
Solutions Architect
 
I've used it stacks of times for intranet/extranet projects - although I
have never deployed it for a commercial project I know people who have
without issue. The database is pretty rock solid and is used by some huge
installations worldwide, but you might wish to read this thread on one
potential cause of bugginess in net.

http://www.thescripts.com/forum/thread326683.html

Also, www.asp.net has a section dedicated to mySQL - worth a look at.
 
aspnetdir said:
i setup this asp.net 2 powered portal site to initially use mysql, i've
run into so many problems most especially connection crashes, memory
errors, etc.

has anyone successfully implemented a mysql/asp.net 2 site? this is the
address of my portal if you want to take a look
http://www.aspnetdir.com

i appreciate your comments

I have a community running using ASP.NET 1.1 and MySQL 4.1.14. It
wouldn't have been my first choise of database, but that was what I had
at the web hotel I was using, and it works. Come to think of it, the
week to come it has been running for eight months.
 
that site you gave seems to work fine, and quite fast too.. is it
currently using mysql?

cool site by the way, im gonna posting my listing on there.. (ie. if
you're not having those mysql problems no more ;-)
 
Back
Top