Search results

  1. devottam

    Problem with MySQL and ASP.NET

    @ Hue Kares thank you ! well the stuff on the link is good and insightful but the web.config file looks messy coz same thing is defined multiple times. here is mine that i used <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="Off"/> <compilation>...
  2. devottam

    Problem with MySQL and ASP.NET

    Hi guys, I've been trying to load my site which is in ASP.NET. Thinking it would be good to test before uploading the whole site, I wrote very simple code to test connectivity to database (MySQL) and creating a table. First I tested on my machine (which has MySQL 5.1 community server and...
Top