I have developed a web application. I am using VB.NET to create a web form application. For data access, I am using OLEDBDataadapter. I configure this OLEDBDATAADAPTER. I do not want to specify absolute path for the .mdb (ACCESS database). I want to use the relative path. However, when I run the application, it displays an error message unable to locate c:\winnt\system32\ mdb file name.

Why does it use the 'winnt\system32' as a default path to locate the .mdb FILE?