What is Virtual path in ASP.Net

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


Please Help Members By Posting Answers For Below Questions

Explain weak typing and strong typing.

760


How does cookies work in asp net?

760


What is the difference between “Web.config” and “Machine.Config”?

896


Define xmlreader class.

763


What is routing in MVC?

806


What is the difference between visual basic and asp.net?

745


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

727


What are the 3 levels at which content pages can be attached to Master Page?

793


What is asp net_sessionid?

827


Why and where this web.config file is used?

789


How can u debug your .net application?

788


What is true about application service provider?

668


What is viewstate? In which event of the page life cycle, is the viewstate available?

802


How do you implement postback with a text box?

764


How asp.net mvc differs from asp.net web forms? : asp.net mvc

777