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
Explain weak typing and strong typing.
How does cookies work in asp net?
What is the difference between “Web.config” and “Machine.Config”?
Define xmlreader class.
What is routing in MVC?
What is the difference between visual basic and asp.net?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are the 3 levels at which content pages can be attached to Master Page?
What is asp net_sessionid?
Why and where this web.config file is used?
How can u debug your .net application?
What is true about application service provider?
What is viewstate? In which event of the page life cycle, is the viewstate available?
How do you implement postback with a text box?
How asp.net mvc differs from asp.net web forms? : asp.net mvc