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...
Thanks for the help.
But even if i make server as a localhost in connection string it gives following error
Server Error in '/' Application
Connection refused Description: HTTP 500. Error processing request.
Stack Trace:
System.Net.Sockets.SocketException: Connection refused
at...
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...