Unspecified Error when uploaded to remote Hosting Service

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,591
Members
45,103
Latest member
VinaykumarnNevatia
Top