Applications and directories

  • Thread starter Thread starter Bill in Kansas City
  • Start date Start date
B

Bill in Kansas City

Does a .NET application require a virtual directory, or is it possible
to create the application on a physical directory? Okay, okay, I know
you can create an application on any directory, but all the
documentation says virtual. So, what's the difference?

Thanks!

- Bill
 
the term "Virtual Directory" is badly used by the ASP.Net community as it
really has no meaning. All you need for ASP.Net to work is an IIS
Application. The virtual directory is just a shortcut to browse to the
folder...you can have one without the other:

http://weblogs.asp.net/pwilson/archive/2003/06/27/9373.aspx


Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
Back
Top