A
astroboy
What's the syntax to get the physical address of something like this
"map/abc.mdb"?
IN classic ASP is Response.MapPath("map/abc.mdb") which return something
like c:\inetpub\wwwroot\map\abc.mdb?
How do I do it with VB.NET application?
Any help would appreaciate?
Thank you
"map/abc.mdb"?
IN classic ASP is Response.MapPath("map/abc.mdb") which return something
like c:\inetpub\wwwroot\map\abc.mdb?
How do I do it with VB.NET application?
Any help would appreaciate?
Thank you