The web application is accessed using the name of the virtual directory instead of the name of the physical folder. For example, if you have a web application called "Shopcart" on your computer, you will have a virtual directory for this web application. You will access your web application using the URL. If your virtaul directory name is "Test", then your web application URL will be " http: // localhost / Test ".
source
share