@ 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>...
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...