IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationIIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 26th, 2011, 09:25 AM
Spetnik Spetnik is offline
Uneducated Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 34 Spetnik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 5 m 37 sec
Reputation Power: 11
Send a message via AIM to Spetnik
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

Reply With Quote
  #2  
Old September 26th, 2011, 07:25 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,256 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 18 h 41 m 25 sec
Reputation Power: 4445
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

Reply With Quote
  #3  
Old September 27th, 2011, 09:28 AM
Spetnik Spetnik is offline
Uneducated Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 34 Spetnik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 5 m 37 sec
Reputation Power: 11
Send a message via AIM to Spetnik
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.

Reply With Quote
  #4  
Old September 27th, 2011, 08:35 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,256 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 18 h 41 m 25 sec
Reputation Power: 4445
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.

Reply With Quote
  #5  
Old September 28th, 2011, 02:55 AM
Spetnik Spetnik is offline
Uneducated Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 34 Spetnik User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 5 m 37 sec
Reputation Power: 11
Send a message via AIM to Spetnik
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.

Reply With Quote
  #6  
Old September 28th, 2011, 11:34 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,256 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 18 h 41 m 25 sec
Reputation Power: 4445
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.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > ASP.NET + MySQL - Any reason not to?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap