S
Siegfried Heintze
I have an ASP.NET web page that works greate from my machine.
However, when I upload it to my hosting service, I get the error below.
I am using impersonation in my web.config file to impersonate my ftp account
which can read/write/delete files in the directory.
I already have access to
C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root
and c:/documents and settings/sales/aspnet/Local Settings/
Any ideas?
Thanks
Siegfried
Unspecified error
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.OleDb.OleDbException: Unspecified error
Source Error:
Line 178: OleDbDataAdapter oCMD = new
OleDbDataAdapter(concat(selJobPosting[nCmd]), concat(strConn));
Line 179: DataSet oDS = new DataSet();
Line 180: oCMD.Fill(oDS, "MyList");
Line 181: return oDS;
Line 182: }
Source File: c:\inetpub\heintze\keyword-job-search\job-posting.aspx Line:
180
However, when I upload it to my hosting service, I get the error below.
I am using impersonation in my web.config file to impersonate my ftp account
which can read/write/delete files in the directory.
I already have access to
C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root
and c:/documents and settings/sales/aspnet/Local Settings/
Any ideas?
Thanks
Siegfried
Unspecified error
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.OleDb.OleDbException: Unspecified error
Source Error:
Line 178: OleDbDataAdapter oCMD = new
OleDbDataAdapter(concat(selJobPosting[nCmd]), concat(strConn));
Line 179: DataSet oDS = new DataSet();
Line 180: oCMD.Fill(oDS, "MyList");
Line 181: return oDS;
Line 182: }
Source File: c:\inetpub\heintze\keyword-job-search\job-posting.aspx Line:
180