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.
 

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

Similar Threads

Question 1
Datalist Question 1
Question 1
Datagrid Question 1
Directory Browsing 2
Assembly works when placed in \Bin folder, but not GAC 3
Question: Universal date time 3
Question reg. AJAX 3

Back
Top