The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> System Administration
> IIS
|
ASP.NET + MySQL - Any reason not to?
Discuss ASP.NET + MySQL - Any reason not to? in the IIS forum on Dev Shed. ASP.NET + MySQL - Any reason not to? IIS forum discussing Microsoft's Internet Information Server including its configuration, optimization and other related topics. IIS is the most popular web server for the Windows platform.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 26th, 2011, 09:25 AM
|
|
Uneducated Member
|
|
Join Date: Jul 2002
Posts: 34
Time spent in forums: 6 h 5 m 37 sec
Reputation Power: 11
|
|
|
ASP.NET + MySQL - Any reason not to?
Beginning development on a new project, we are currently deciding which technologies to use. For various reasons, we have pretty much decided to use Windows/IIS/C# over Linux/Apache/PHP, but are currently reviewing our database options. We are seriously considering MySQL (running on a Linux server) for cost-saving reasons, but do not want to sacrifice functionality or stability.
Is there any reason not to use a MySQL back-end with a .NET application?
Thanks
__________________
The surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. -Bill Watterson
|

September 26th, 2011, 07:25 PM
|
|
|
|
You'll only have the mysql drivers to use, unlike sql server where you have a native driver in addition to odbc. You can run mysql on your windows computer if you want. My former windows hosting company had php/mysql/mssql/asp/NET available on their servers so you could use whatever technology you wanted.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
|

September 27th, 2011, 09:28 AM
|
|
Uneducated Member
|
|
Join Date: Jul 2002
Posts: 34
Time spent in forums: 6 h 5 m 37 sec
Reputation Power: 11
|
|
|
Is the MySQL Connector/Net driver not native? I understand that we can run MySQL on the Windows server itself, but this is a large application - the database will need to be on its own servers.
|

September 27th, 2011, 08:35 PM
|
|
|
|
I don't know much about connector/NET, except it's from mysql, not microsoft, hence not a native driver like the mssql client driver that's included in the NET framework.
|

September 28th, 2011, 02:55 AM
|
|
Uneducated Member
|
|
Join Date: Jul 2002
Posts: 34
Time spent in forums: 6 h 5 m 37 sec
Reputation Power: 11
|
|
|
Not native in the sense that it is a non-Microsoft component, but it is not ODBC either. It is actually written in C# and supposedly much faster than using the ODBC driver. The question is how its performance will compare with MS SQL.
|

September 28th, 2011, 11:34 AM
|
|
|
|
I'm sure there must be some performance comparison studies posted somewhere, and I suspect there are load testing applications for both mssql and mysql available. In any case this isn't really IIS related, you'll probably find a more complete answer in a mysql related forum or site.
If you want a guess, in general mssql will slightly outperform mysql, and the ms sql drivers are probably a skosh faster than the mysql drivers.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|