G
Guest
I've developed an single sign on web application that we'd like to use with
all the applications we're developing. The application's connection string
is stored in web.config. I've gotten some basic functionality worked out and
I'm attempting to test it on another application, whose connections string to
another database is also stored in web.config. I make a reference in the
testing application to the authentication application dll, but when I run the
test, the authentication app uses the web.config file of the testing
application. Is there a way I can force it to use the web.config file in
it's own application?
all the applications we're developing. The application's connection string
is stored in web.config. I've gotten some basic functionality worked out and
I'm attempting to test it on another application, whose connections string to
another database is also stored in web.config. I make a reference in the
testing application to the authentication application dll, but when I run the
test, the authentication app uses the web.config file of the testing
application. Is there a way I can force it to use the web.config file in
it's own application?