What is difference between Physical path and Virtual path?
Explanin with example.
Answers were Sorted based on User's Feedback
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 |
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 |
What is asp and how it works?
What are the methods in Application Object?
What is the Order of precedence for LOGICAL Operators in ASP?
How to insert the records in a database table by using asp?
What are the tags necessary to be present within the tag ?
Is asp classic dead?
Explain the difference between the value-type variables and reference-type variables?
In which database is the information, such as membership, role management, profile, and Web parts personalization, stored?
1 Answers MindCracker, Muthoot Group,
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
• How do you relate an aspx page with its code behind page?
What is caching in asp?
How to refersh an asp page on a single click of a button.