Search results

  1. T

    Connect to MySQL with .NET 2.0

    I was recently moved to a server that supports ASP.NET 2.0, and I'm trying to connect to my mysql databases with ASP.NET 2.0. I was able to do it quite easily with .NET 1.1, but it's no longer working since the switch. Take this script for example: <%@ Page Language="C#" Debug="true" %>...
Back
Top