Getting start directory

philprice

Well-known member
Joined
Mar 21, 2003
Messages
116
Location
Hull, UK
So,

How do you do this, Application.StartupPath() is not there for ASP.NET, i need it to get the path of my database.
 
Use Server.MapPath("nameOfDatabase.mdb") to get the real
path to the database.
 
Back
Top