so, i have a main application that lies at www.mydomain.com
I've just created a sub-app that is going to reside at www.mydomain.com/subapp , but i want it to be completely independent from it's parent.
how can i force it to ignore it's parent's web.config?
thanks