just for a test, try Server.MapPath("./") and see what DIR it returns....
Most likely you are hitting the wrong path.
That command is there in Win2k's IIS.
--
Curt Christianson
site:
http://www.darkfalz.com
blog:
http://blog.darkfalz.com
"Web Search Store" <> wrote in message
news:...
> Hello,
>
> I'm trying to use the server.mappath function on a web site hosted on win
> 2000 professional.
>
> Is this feature not on win 2000 pro?
>
> It simply produces 'page not found'
>
> Thanks for any help
>
> It is in an asp page, with code like this:
>
>
> countdb="data\searchrequests.txt"
> mydsn6= server.mappath(countdb)
>
>
> Thanks for any help.
>
> Scott Baxter
>