Hi Lex
Thanks for your reply. Let me tell you my actual problem. I have an asp.net application developed in VS 2005. This application is accessing data from MS Access database. Currently this .mdb file is an added file within the project. Now I wanted to place this mdb file in a different directory and mention the path to that location in webconfig file. Now access the file by reading path from webconfig file.
Now here is the problem. In parallel I tried to connect to file using two objects. When I tried to connect with the second object, it threw error telling, "It is already used by another user, or u dont have permission". I searched in net and concluded that, if i give aspnet account, persmission access to that file, this problem will get solved. Please help
Thanks a lot
Fayaz