This is probably a really simple question, but how do I point my web application which is located on my webserver to a database located on my file server. i tried to use
Server.MapPath(//FileServer/path/data.mdb) but that didn't work. Can anyone help??
When you use server.mappath it attempts to create a path based on the current directory in reference to the hard drive. Try using just "//FileServer/path/data.mdb" without the server.mappath.
-Tarwn "The problem with a kludge is eventually you're going to have to back and do it right." - Programmers Saying (The Wiz Biz - Rick Cook)
"Your a geek!" - My Girlfriends saying
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.