philprice Posted March 30, 2003 Posted March 30, 2003 So, How do you do this, Application.StartupPath() is not there for ASP.NET, i need it to get the path of my database. Quote Phil Price� Visual Studio .NET 2003 Enterprise Edition Microsoft Student Partner 2004 Microsoft Redmond, EMEA Intern 2004
*Experts* Volte Posted March 30, 2003 *Experts* Posted March 30, 2003 Use Server.MapPath("nameOfDatabase.mdb") to get the real path to the database. Quote
Moderators Robby Posted March 30, 2003 Moderators Posted March 30, 2003 you can also use Request.PhysicalApplicationPath Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.