I have developed a Web Application using ASP.Net
with Microsoft Access
as database. Now i have connected to the database using OleDB connection. The problem is when i give the database source in Connection String Source="C:/WebApp/DB/data.mdb"
. The connection throws an error stating the path is invalid and there is no such file.
I tried using
Server.MapPath("~/DB/data.mdb")
which gives the path as "C:/WebApp/DB/data.mdb" but throws the same error
Colud not locate file 'C:/WebApp/DB/data.mdb'
What should be the problem, even though if it works good in loalhost when i publish it to the server using Plesk, it shows the same error stating "C:/inetpub/xyx.com/httpdocs/..." not found