Problem with Virtual Directory in asp.net

  • Thread starter Thread starter John_Baptist
  • Start date Start date
J

John_Baptist

Hello,

I have created a virtual directory in IIS 6.0 with the name JohnASP . Now
my problem is when i'm creating new ASP.NET project in MSVS .NET in the
location place which name i should give either Folder Name or Virtual
Directory Name ie
( http://Localhost/ < Alias-Name of virtual directory or actual Folder Name
(JOHN in D drive) >

Thanx in advance

Regards,
JOHN
 
It depends. If you're using VS.NET 2003, then you would use the virtual
directory address; on the other hand, if you're using VS 2005, it depends on
the type of project you're creating. If you're creating a file project,
then use the physical path; otherwise, use the virtual directory.
 
Back
Top