MySql server and .Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Johnson

    MySql server and .Net

    Will a .NET application run on a MySQL server? I know I can access MySQL
    tables by using the leDbDataAdapter , but will the server handle the .Net
    aspx and ado code? Must the server have IIS installed?

    Also, I'd like help on how to get my .Net application uploaded to a website
    that contains the related database.

    Any help provided would be greatly appreciated.

    Jim


  • Hal Rosser

    #2
    Re: MySql server and .Net


    "Jim Johnson" <jimjohn@shaw.c a> wrote in message
    news:kQpqd.3752 93$%k.359533@pd 7tw2no...[color=blue]
    > Will a .NET application run on a MySQL server? I know I can access MySQL
    > tables by using the leDbDataAdapter , but will the server handle the .Net
    > aspx and ado code? Must the server have IIS installed?
    >
    > Also, I'd like help on how to get my .Net application uploaded to a[/color]
    website[color=blue]
    > that contains the related database.
    >
    > Any help provided would be greatly appreciated.
    >[/color]

    yes - if - your 'mySQL' is on a windows machine,
    if you want to run it on the same machine - it must me a Windows machine
    but more commonly:
    You can have your application on one machine, and your database server on a
    different machine. If you want it to ba a web application (asp.net) you need
    IIS on the machine with your asp.net.
    HTH


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.799 / Virus Database: 543 - Release Date: 11/19/2004


    Comment

    Working...