Problem with Virtual Directory in asp.net

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
 
C

Christopher Reed

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.
 

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

Top