all4peace 0 Newbie Poster

I am trying to setup 3 projects - Development, Production and a Tracking one.

So I created 3 folders, DEV, PROD, Tracker

DEV is connected to www.devexample.com
PROD is connected to www.prodexample.com
Tracked is connected to tracker.devexample.com

Here is where I'm having problems:

1- Each of the above application is still looking for the web.config that's in the root folder. I don't want them to use it, but to use the ones on their own folder?

2- I'm unable to connect to tracker.devexample.com. I can see all static pages (html, js files), but cannot access an aspx page. It says: "Resource not available".

Thanks!
All4Peace