Mar 30, 2003 #1 P 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.
So, How do you do this, Application.StartupPath() is not there for ASP.NET, i need it to get the path of my database.
Mar 30, 2003 #2 V Volte Neutiquam Erro Joined Nov 17, 2002 Messages 2,165 User Rank *Expert* Use Server.MapPath("nameOfDatabase.mdb") to get the real path to the database.
Mar 30, 2003 #3 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* you can also use Request.PhysicalApplicationPath