Question

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

Guest

Hi Guys, I have a website coded in c#. Now one of our programmer want to code
another application in vb .net for no reason and wants to put it as a virtual
directory under the my application. I am not sure if this can be done or not.

Can someone shed some light on this topic?

Thanks

Manny
 
Yes..this is do-a-ble. If you really look at it. The Default Website
(wwwroot) in IIS is actually a "application" in itself. So, as you know,
you are able to create virtual directories under that application (wwwroot).
That said, nothing should permit you from creating multiple virtual
directoris nested within virtual directories. Thats how I look at it.
 
Back
Top