In my web app I am impersonating the NT user at runtime to access a shared file. When I install the web app in the default web site and go in as localhost (
http://localhost/myapp) the app can access the file. When I create a separate web site (called webapps.dev.net, we require this since there are no separate boxes for dev and QA) and install the app there (and access it as
http://webapps.dev.net/myapp), the app cannot access the file.
Any ideas will be very much appreciated..
SS