B
Bill Youngman
Have web application that is working fine on my local development machine;
however, when it is being installed on a QA machine it has to be installed
under another web app directory and it is erroring out. More specifically it
appears to be using the web.config file from the app directory that is it's
parent directory.
We've verified that there is a web.config file in my application's web
directory and it is in fact the correct one that is supposed to be being
used by my application. Yet everytime we browse to the site we are getting
an error telling us that references that are being used by this config file
can not be found (these references are being referenced in the web.config
file in the parent directory not in my config file.
We are stumped at this point and any suggestions/ideas from people who might
have run into this issue in the past would be greatly appreciated.
TIA,
Bill Youngman
however, when it is being installed on a QA machine it has to be installed
under another web app directory and it is erroring out. More specifically it
appears to be using the web.config file from the app directory that is it's
parent directory.
We've verified that there is a web.config file in my application's web
directory and it is in fact the correct one that is supposed to be being
used by my application. Yet everytime we browse to the site we are getting
an error telling us that references that are being used by this config file
can not be found (these references are being referenced in the web.config
file in the parent directory not in my config file.
We are stumped at this point and any suggestions/ideas from people who might
have run into this issue in the past would be greatly appreciated.
TIA,
Bill Youngman