appDomain and IIS problem

  • Thread starter Thread starter aldracu
  • Start date Start date
A

aldracu

HI
I'm trying to create a single appDomain for one virtual folder on IIS.
The problem is that i have 3 subdomains that point to the same vitual
folder and from what i saw each subdomain has a appDomain.
I want to have only one appDomain, so who i do it?
Can anybody help me?
 
Remove the IIS application for the "subdomains" and also any web.config files
that reside in them.
Peter
 
Back
Top