What is Virtual path in ASP.Net

Answers were Sorted based on User's Feedback



What is Virtual path in ASP.Net..

Answer / 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

What is Virtual path in ASP.Net..

Answer / shiv

Virtual Path is the file path inside a folder of web
application.

Example <img src="../Images/SampleImage.jpg" />

Here, the image contril shows the file
named "SampleImage.jpg" inside the folder "Images" of the
web application.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What are sharepoint pages?

0 Answers  


What is the difference between <%#%> and <%=%>?

4 Answers   IBS,


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


what is the cursor

1 Answers   Wipro,


What is advantage of code behind coding in ASP.NET?

0 Answers   Sans Pareil IT Services,






what is caching?

4 Answers   Microsoft,


what is diffrence between debug class and trace class in asp.net ?

2 Answers  


What is a reflection?

0 Answers  


How to disable disable browser's Back button in asp.net (JavaScript)?

0 Answers   HCL,


Define page fragment caching?

0 Answers  


What is the importance of Global.asax in ASP.NET?

0 Answers   B-Ways TecnoSoft,


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


Categories