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 difference between user control and custom control?
How many types of session state management options available in asp.net?
List the types of authentication supported by asp.net?
How many validators do ASP.NET have?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
How to send a DataReader as a parameter to a remote client ?
What is session id in web application?
Explain what does wsdl stand for?
What is the use of session state and application state and difference between them?
How can exception be handled with out the use of try catch?
How do http sessions work?
List some of the important session state modes of asp.net.
How to change Master page in ASP.Net using code?
Define asp.net caching?
Briefly describe the role of global.asax?