i used access database in asp.net webpage.
string cs = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + Server.MapPath("Database1.accdb");
OleDbConnection oledbConn = new OleDbConnection(cs);
in Local System its Complete fetch data.
but when i upload this webpage, its can't display any data.