Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ASP.NET n MySQL

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Differences between Wiin2000 server and Win Serve..  
Author Message
babyevo

External


Since: Jan 25, 2005
Posts: 4



(Msg. 1) Posted: Tue Jan 25, 2005 9:59 pm
Post subject: ASP.NET n MySQL
Archived from groups: microsoft>public>inetserver>iis (more info?)

Does asp.net n mysql works well?
I am creating an active server running on IIS, may I ask is it a good choice
to choose mysql to build my database. I choose mysql because its free.
Are there any disadvantages or problems if I use asp.net and mysql.
Thanks!

 >> Stay informed about: ASP.NET n MySQL 
Back to top
Login to vote
user3511

External


Since: Jan 25, 2005
Posts: 3



(Msg. 2) Posted: Tue Jan 25, 2005 11:35 pm
Post subject: Re: ASP.NET n MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you are developing a trivial ASP.NET Web application that isn't really
all that important, then you will probably be fine to use that combination.
As soon as you need more functionality, scalability, reliability,
performance, concurrency, etc from your database, you'd have to throw away
most or all of your initial MySQL development work as well as your ASP.NET
data access code (which should be separated out into its own tier). Just
consider the trade-offs involved. If your application has the potential for
serious use, then you might want to consider using MSDE instead of MySQL.
MSDE is free, and has the huge advantage that it is just like the
full-featured SQL Server (just without some features). All of the
development work you do in both MSDE and your ASP.NET data access code would
be need absolutely no re-working or tweaking if you ever had to migrate up
to a full SQL server. You would just change the connection string to point
to the new full-featured SQL Server and you'd be done.

Good Luck!

-JS


"BabyEvo" <BabyEvo.TakeThisOut@discussions.microsoft.com> wrote in message
news:E426B4FA-A79E-467A-AD8B-40F5B58BAC79@microsoft.com...
 > Does asp.net n mysql works well?
 > I am creating an active server running on IIS, may I ask is it a good
 > choice
 > to choose mysql to build my database. I choose mysql because its free.
 > Are there any disadvantages or problems if I use asp.net and mysql.
 > Thanks!<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ASP.NET n MySQL 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 3) Posted: Wed Jan 26, 2005 4:47 am
Post subject: Re: ASP.NET n MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Yes, ASP.NET works together with MySQL.

If it is a good choice, is really hard to answer. I would say that it
depends. Many people say that ASP.NET works best with other MS
technologies, so they would say that you should use MS Access or SQL
Server (or MSDE). Access however is not a good alternative for a website,
unless the traffic load is very low. SQL Server usually costs too much for
small companies, even if they have it hosted elsewhere. So, MySQL is a
quite good choice, when it comes to the money question.

If it is the best to use, is however not something i can answer. In my
opinion, SQL Server is (still) better than MySQL.

If you have more questions about ASP.NET and MySQL, i advice you to ask in
the ASP.NET newsgroup. The people there knows more about using MySQL and
ASP.NET, since this is not really related to IIS.

The ASP.NET newsgroup is:

microsoft.public.dotnet.framework.aspnet

You might also find the forums at <a style='text-decoration: underline;' href="http://www.asp.net" target="_blank">www.asp.net</a> to help you with your
questions.

Good Luck with your programming!

--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>


BabyEvo wrote:

 > Does asp.net n mysql works well?
 > I am creating an active server running on IIS, may I ask is it a good
choice
 > to choose mysql to build my database. I choose mysql because its free.
 > Are there any disadvantages or problems if I use asp.net and mysql.
 > Thanks!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET n MySQL 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 4) Posted: Wed Jan 26, 2005 3:35 pm
Post subject: Re: ASP.NET n MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 25 Jan 2005 21:59:03 -0800, "BabyEvo"
<BabyEvo.TakeThisOut@discussions.microsoft.com> wrote:

 >Does asp.net n mysql works well?

Sure.

 >I am creating an active server running on IIS, may I ask is it a good choice
 >to choose mysql to build my database. I choose mysql because its free.
 >Are there any disadvantages or problems if I use asp.net and mysql.

It's worth what you pay for it. Smile

MySQL has limitations compared to other choices, but if those
limitations don't matter to you it's a perfectly fine choice.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET n MySQL 
Back to top
Login to vote
steinki2

External


Since: Jan 27, 2005
Posts: 4



(Msg. 5) Posted: Thu Jan 27, 2005 1:35 am
Post subject: Re: ASP.NET n MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi BabyEvo.

I have around 1000 Customers using Mysql from .NET
and around 500 using MSsql and they seem to be just as
satisfied, but as J Smithers said there are few things they ask
about as why some things dont work the way they should
and that surely is for the reason that MySql is an pure
Data Storage while MSsql has a lot more features.

If i where to choose a database for my single .NET site..

I would choose MSDE or MSsql ( and in your case
MSDE ) for the reason itīs has the features you ?might?
run into a feature you ?might? want to use.


Best of luck.

-s-





"BabyEvo" <BabyEvo.RemoveThis@discussions.microsoft.com> wrote in message
news:E426B4FA-A79E-467A-AD8B-40F5B58BAC79@microsoft.com...
 > Does asp.net n mysql works well?
 > I am creating an active server running on IIS, may I ask is it a good
 > choice
 > to choose mysql to build my database. I choose mysql because its free.
 > Are there any disadvantages or problems if I use asp.net and mysql.
 > Thanks!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET n MySQL 
Back to top
Login to vote
babyevo

External


Since: Jan 25, 2005
Posts: 4



(Msg. 6) Posted: Thu Jan 27, 2005 1:35 am
Post subject: Re: ASP.NET n MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks everyone for your help!!!
I am just a fresh grad with little experiences, now I have to build an
Active Web Server and intranet for my company. I am new to the MS community,
so glad to find so many helpful people.

Yea I think my question is not related to this group, posted at the wrong
place...

May I ask what's the difference between MSDE and MS SQL, I read that they
are using the same database engine. Will MSDE be more difficult to develop
than MS SQL? I understand that MSDE is a basic engine, with many features
not included. Does MSDE have a query browser like what MySQL has?
Thanks!!!


"Steinki." wrote:

 > Hi BabyEvo.
 >
 > I have around 1000 Customers using Mysql from .NET
 > and around 500 using MSsql and they seem to be just as
 > satisfied, but as J Smithers said there are few things they ask
 > about as why some things dont work the way they should
 > and that surely is for the reason that MySql is an pure
 > Data Storage while MSsql has a lot more features.
 >
 > If i where to choose a database for my single .NET site..
 >
 > I would choose MSDE or MSsql ( and in your case
 > MSDE ) for the reason itÂīs has the features you ?might?
 > run into a feature you ?might? want to use.
 >
 >
 > Best of luck.
 >
 > -s-
 >
 >
 >
 >
 >
 > "BabyEvo" <BabyEvo.DeleteThis@discussions.microsoft.com> wrote in message
 > news:E426B4FA-A79E-467A-AD8B-40F5B58BAC79@microsoft.com...
  > > Does asp.net n mysql works well?
  > > I am creating an active server running on IIS, may I ask is it a good
  > > choice
  > > to choose mysql to build my database. I choose mysql because its free.
  > > Are there any disadvantages or problems if I use asp.net and mysql.
  > > Thanks!
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET n MySQL 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 7) Posted: Thu Jan 27, 2005 1:35 am
Post subject: Re: ASP.NET n MySQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Simply said, MSDE is SQL Server without the tools to administrate the
database server, and with some usage limitations.

This page has more information and links to other pages that you probably
want to look at:

<a style='text-decoration: underline;' href="http://www.microsoft.com/sql/msde/howtobuy/default.asp" target="_blank">http://www.microsoft.com/sql/msde/howtobuy/default.asp</a>

I can also recommend you to ask the professionals in the SQL Server and
MSDE newsgroup for more help about SQL Server and MSDE:

microsoft.public.sqlserver.msde
microsoft.public.sqlserver.general

<a style='text-decoration: underline;' href="http://www.microsoft.com/technet/community/newsgroups/server/sql.mspx" target="_blank">http://www.microsoft.com/technet/community/newsgroups/server/sql.mspx</a>

Good Luck!

--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>


BabyEvo wrote:

 > Thanks everyone for your help!!!
 > I am just a fresh grad with little experiences, now I have to build an
 > Active Web Server and intranet for my company. I am new to the MS
community,
 > so glad to find so many helpful people.
 >
 > Yea I think my question is not related to this group, posted at the wrong
 > place...
 >
 > May I ask what's the difference between MSDE and MS SQL, I read that they
 > are using the same database engine. Will MSDE be more difficult to
develop
 > than MS SQL? I understand that MSDE is a basic engine, with many
features
 > not included. Does MSDE have a query browser like what MySQL has?
 > Thanks!!!
 >
 >
 > "Steinki." wrote:
 >
  > > Hi BabyEvo.
  > >
  > > I have around 1000 Customers using Mysql from .NET
  > > and around 500 using MSsql and they seem to be just as
  > > satisfied, but as J Smithers said there are few things they ask
  > > about as why some things dont work the way they should
  > > and that surely is for the reason that MySql is an pure
  > > Data Storage while MSsql has a lot more features.
  > >
  > > If i where to choose a database for my single .NET site..
  > >
  > > I would choose MSDE or MSsql ( and in your case
  > > MSDE ) for the reason itīs has the features you ?might?
  > > run into a feature you ?might? want to use.
  > >
  > >
  > > Best of luck.
  > >
  > > -s-
  > >
  > >
  > >
  > >
  > >
  > > "BabyEvo" <BabyEvo RemoveThis @discussions.microsoft.com> wrote in message
  > > news:E426B4FA-A79E-467A-AD8B-40F5B58BAC79@microsoft.com...
   > > > Does asp.net n mysql works well?
   > > > I am creating an active server running on IIS, may I ask is it a good
   > > > choice
   > > > to choose mysql to build my database. I choose mysql because its
free.
   > > > Are there any disadvantages or problems if I use asp.net and mysql.
   > > > Thanks!
  > >
  > >
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET n MySQL 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS and mySQL - I've got some server space from easily.co.uk which includes a mySQL database. I'm currently designing a site which I want to test locally using IIS, but during testing I still want it to access the mySQL database which is held on easily's server. I've....

Canīt connect to mysql - Iīve installed IIS, php4.3.3, mysql4.0.18, phpmyadmin2.5.3 and also mysql administrator on Win XP pro. The system works fine with php. No problems there. But, when I try to connect to mysql I get the following messages: #2003 - Can't connect to MySQL..

Problem with php and mysql - I have WinXP and installed the IIS. Tried to install php 4.3? something but it doesnīt work at all. IIS works but not php. Whatīs wrong? Iīve also tried to install mysql but it doesnīt work at all and thatīs quite alright I suppose due to the errors with...

IIS6 v APACHE when running PHP + MYSQL. - Hi, A team is putting together an application running on II6 that uses mysql + php. Someone suggested using Apache to host the application as it free. Barring the fact I don't have much experience with Apache im finding it difficult to justify running..

how to secure mysql + php script on iis6 - Hi, I have an application i need to run on iis6 that uses mysql and php pages. -mysql resides in c:\mysql -php scripts + pages + images reside on wwwroot (i think thats all there is to it) To run php + mysql on II6 i had to: - install phpinstaller (to...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]