Answer Posted / nandu
suppose A browser request was made using the following URL:
http://www.contoso.com/MyApplication/MyPages/Default.aspx.
The term "virtual path" refers to the portion of the
request URL that follows the server identifier; in this
case, the virtual path is the
following: /MyApplication/MyPages/Default.aspx.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the biggest disadvantage of “Other Return Types” in Web API?
What is difference between viewstate and session in asp net?
What is asp net application object?
How can I have a particular web page in an asp.net application which displays its own error page?
What are query strings used for?
What is the appSettings Section in the web.config file?
What is scope of an application variable in asp.net?
Differentiate between namespace and assembly.
Explain about Multi-Language integration?
What are Authentication and Authorization?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What kind of programming language is ASP.NET?
What is session management in web application?
What is the use of global.asax file?
What is the difference between executescalar and executenonquery?