current filepath?

  • Thread starter Thread starter Lauchlan M
  • Start date Start date
L

Lauchlan M

How do you get the filepath the app is currently hosted in?

I need this to set my Access data connection strings when hosted remotely.

Thanks

Lauchlan M
 
| How do you get the filepath the app is currently hosted in?

MyPath = Server.MapPath("/")

| I need this to set my Access data connection strings when hosted remotely.

Access?
 
Back
Top