Server.MapPath method

Returns a full physical path, given a virtual or relative path.

Usage

path= Server.MapPath(virtualpath)

Details

Tip

Useful for producing a full path to a database file, XML config file, etc. with a relative (or absolute) virtual path.