Hi,
I have two web applications developed using .net framework 4.0. I want to host both web application using a single virtual directory in IIS 7.0.
My purpose behind single virtual directory hosting is "Both web apps should use same application domains so that web caching etc. are can be available to both applications."
Is there any way to achieve the same by single virtual directory or by some other way?