tags:

views:

30

answers:

2

i have mysql running locally, and i would like to access it using asp.net through a browser. can someone recommend me a simple tutorial on how to do this?

+1  A: 

I would suggest you are looking at writing a web application - check out www.asp.net

Martin Milan
+1  A: 

I've not done this myself, but this tutorial looks pretty good:

http://www.15seconds.com/issue/050210.htm

iKnowKungFoo
15Seconds is usually pretty good for tutorials.Their example aspx page is rudimentary but shows the principles well enough.
glenatron