Hello Everybody,
i have a problem in asp.net 2.0/
vb.
i am using Foxpro DBF files as my back end database.
the DBF files reside at out linux server in a folder named "project_usr\Rexroth".
i am having mapped drive for this linux folder as
"K:\" which points to "\\surya\project_usr\Rexroth".
when i place .DBF files to any windows system; and use UNC path in connection string, then it works fine for me.
for ex., i host the application to my pc (named dev4) and there is a windows system named as "dev2" and i place my .dbf files in "d:\Rexroth" in "dev2". then i use "\\dev2\d\Rexroth" or "<ip Address\d\Rexroth" UNC path, which works fine for me.
but when i place those .DBF files at linux server, then im changing connection string path as "\\surya\Project_usr\Rexroth", then i get error "Files doesn't exists".
for ex, i host the application to my pc (named dev4). and copy all dbf to "project_usr\Rexroth" folder at "surya" linux server. then my UNC path would be "\\surya\project_usr\Rexroth".... but that won't work...
pls help me... as its urgent..
thank in advance