I have created .bat files for backup & restore of database.
It works fine when i run the project through VS 2008
but when i tried to run the project through IIS it neither give any error messages nor executes the script.
I googled it & found that for security reason IIS don't run the .bat...
Hi,
I have created database on absolut.x10hosting.com (IP 115.96.178.41) with database name ml123me_test.
After that i uploaded my project files to the CPanel. Following is the code
Default.aspx
<%@ Page Language="C#"%>
<%@ Import Namespace="System.Data" %>
<%@ Import...