What does Server.MapPath do?
Answers were Sorted based on User's Feedback
Answer / sowmya
Maps a virtual or relative path to a physical path.
Syntax:
x = Server.MapPath( string )
Parameters:
string - string containing the path to be translated
The method returns new string containing the physical path
corresponding to the path (virtual or relative) in the
passed parameter.
Example:
JScript/VBScript:
<%= Server.MapPath("/databases/database1.mdb") %>
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kishore maddineni
The MapPath method maps a relative or virtual path to a
physical path. This method does not check for the validity
or the existence of the physical path. If the path starts
with a forward or backward slash, the method returns the
path as if the path is a full virtual path. If the path
does not start with a slash, then the method returns the
path relative to the directory of the ASP file being
processed
| Is This Answer Correct ? | 4 Yes | 3 No |
What is the work of asp?
What are the attributes of the tags?
How can you change the primary scripting language for a page?
Explain how to refresh an asp page on a single click of a button?
Why can't use DAO instead of ADO?
How do I save an asp file as a pdf?
Define an err object?
Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????
What purpose is served by the application.lock method?
What is the difference between Querystring collection and Form collection?
What is asp price?
What are the browsers that can access asp pages?