Multiple asp.net apps in same Virtual Directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am new to visual studio so please excuse me if this is a stupid question, but, I have a Visual Studio.net solution that contains more than 1 asp.net application. Is there any way to have all of the asp.net applications running from 1 IIS virtual directory

Thanks in advance for any help with thi

Bria
 
Brian said:
Hi,

I am new to visual studio so please excuse me if this is a stupid
question, but, I have a Visual Studio.net solution that contains more than 1
asp.net application. Is there any way to have all of the asp.net
applications running from 1 IIS virtual directory?

No. Each application has to be a separate virtual directory. In fact, if
you've got several ASP.NET web applications in the same solution, then they
are already in separate virtual directories, aren't they?
 
Back
Top