When I access data from the root folder it is ok like
Server.MapPath ("ABC.mdb")
Please anyone tell me that how can I access the same file from the Subfolder. I have another application running in the subfolder but I want to access database on the root.

Thanks in advance