What is difference between Physical path and Virtual path?
Explanin with example.

Answers were Sorted based on User's Feedback



What is difference between Physical path and Virtual path? Explanin with example...

Answer / neha

Physical path is the path where ur original application has
stored(actual directory path of application).

virtual path is the link between physical path and
IIS..becoz to execute the webapplication in Physical
path,it needs to be mapped on to IIS(webserver) and this
logical link between physical path and IIS is called
virtual path

Is This Answer Correct ?    50 Yes 4 No

What is difference between Physical path and Virtual path? Explanin with example...

Answer / porwalduniya

When working with resources in a Web project, you must often
specify a path for the resource. For example, you might use a
URL path to reference an image file in a page or the URL of a
page elsewhere in the Web site. Similarly, code in your Web
project might use a physical file path to a server-based file
to read or write the file. ASP.NET provides ways for you to
refer to resources and to determine the paths of pages or
other resources in the application.


for more information visit swargapati.com and or mail

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More ASP Interview Questions

What does Server.MapPath do?

2 Answers  


How to include active x controls in asp code?

0 Answers  


Where will you code OPTION EXPLICIT in an ASP application? WHY?

1 Answers  


what are ASP Objects?

1 Answers  


How to add Textboxes Programmatically in each and every cell of Gridview along with the Excel data in the Gridvew.I mean when i get Excel data in Gridview i need to display Data and Textboxes for each and every cell of Gridview. Got it. Iam new to this concept plz help me. Thanks in Advance.

0 Answers  






Name the data type should you use if you want an 8-bit value thats signed?

0 Answers  


How do cross-process communication work in the common language runtime?

0 Answers  


When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client

1 Answers  


What is the difference between post and get method.

0 Answers  


Which is the default scripting language in active server pages?

0 Answers  


What is pdf aspx?

0 Answers  


What is the difference between Cookies collection and Form/Querystring collection?

1 Answers  


Categories