Hi hdpark,
Server.MapPath maps a virtual file or folder to a physical one. For example, if you have a folder called UserFiles at the root of your web site, and your web site is located at e:\web\myaccount\htdocs, then Server.MapPath should return e:\web\myaccount\htdocs\UserFiles
What do you get when you use Server.MapPath and output its return value on a label control? E.g.:
Label1.Text = Server.MapPath("UserFiles")
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.