Define "virtual directory"?
Answer / Kush Gandhi
A Virtual Directory in ASP is a special kind of directory that does not exist on the physical server but is created to represent another location (usually on a different web server) as part of the current application's directory structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Order of precedence for LOGICAL Operators in ASP?
What are the tasks performed by <> tags?
What is the difference between cshtml and aspx?
Define managed code?
Define a filesystemobject object?
Explain how do you box a primitive data type variable?
How do I open aspx files on android?
Name the command to display characters to the html page?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
What do the abbreviations asp and jsp stand for?
. which tag i need to use manually to bind columns in a datagrid ?
Name the data type should you use if you want an 8-bit value thats signed?