Try messing around with these lines. One of them should give you what you
want depending on what exactly you're looking for...
Server.MapPath(".")
Request.ApplicationPath
Server.MapPath(Request.ApplicationPath)

Signature
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
> Hi,
>
> is it possible to determine project or website location (folder) in
> design time?