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!)
 
Concise, and exactly what I was looking for. Thank you very much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top