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 |
How many types of report in asp.net 2008?
Explain how to display images using response object?
What is wsdl file? (explain in detail)
What is the Default ScriptTimeOut for Server Object? A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec
What process happens behind, when we try to access any page on the internet.
What is difference between server.transfer and response.redirect ?
2 Answers CIStems Software, Effexoft, VebTel,
What is full form of aspx?
Name the control which would you use if you needed to make sure the values in two different controls matched?
difference between html and asp?
What's the Difference between DSN and DSN Less connection?
Explain the difference between post & get method in asp?
different web application and windows application