C# - Server.MapPath.

  • Thread starter Thread starter Bijoy Naick
  • Start date Start date
B

Bijoy Naick

In VB.NET, I use Server.MapPath(filePath). What is the equavalent of this in
C#?
 
Right, except there is no need to pass a physical path into the
method, you want to pass in a virtual path to get a physical path.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top