G
Guest
I have developed a small application using ASP.NET and VB.NET on my
development machine it works great. When I copy across the files manually to
my test machine and create a Virtual Directory all of the functionality works
well except for a page with a datagrid that retrieves data from an MSDE
database (error message is detailed below). I have checked the connection
string and that looks good and MSDE is properly installed and configured on
the test box. By the way I have tried this on two separate test machines I
get the same error. At a loss to understand why. Do I need to run some exe
that lets my ASP.NET application to use MSDE, is it a permissions thing or
what?
By the way the error I get is as follows:
SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not
exist or access denied.
development machine it works great. When I copy across the files manually to
my test machine and create a Virtual Directory all of the functionality works
well except for a page with a datagrid that retrieves data from an MSDE
database (error message is detailed below). I have checked the connection
string and that looks good and MSDE is properly installed and configured on
the test box. By the way I have tried this on two separate test machines I
get the same error. At a loss to understand why. Do I need to run some exe
that lets my ASP.NET application to use MSDE, is it a permissions thing or
what?
By the way the error I get is as follows:
SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not
exist or access denied.