Ask a Question related to ASP.NET Web Services, Design and Development.
-
Bill Youngman #1
Re: Strange web.config problem
Still don't know what is causing this; however, we did discover a work
around (strange and convoluted as it may be) and that is to remove the
web.config file from the web app directory that is the parent directory to
our app. Of course when we need to use the other web app we have to put it's
web config file back in the directory. Like I said - strange and convoluted.
I replicated our web app configuration as close as possible on my local
development machine and was able to successfully access our web application.
We're thinking that the network guys might have installed a new security
patch or windows update to the effected server.
Has anyone else run into a similar problem as this?
"Bill Youngman" <wyoungman@anexinet.com> wrote in message
news:#ij3fRtaFHA.2736@TK2MSFTNGP12.phx.gbl...it> 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 specificallyit's> appears to be using the web.config file from the app directory that isfile> 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 configmight> 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> have run into this issue in the past would be greatly appreciated.
>
> TIA,
> Bill Youngman
>
>
Bill Youngman Guest
-
WEB CONFIG PROBLEM
I created i simple web service.. It runs well in my local Pc.. But when i copied it into my server it fails... it is about web config custom... -
WSE web.config problem
Hi all, I have installed WSE 1.0 and have altered my project's web.config file to add: <webServices> <soapExtensionTypes> <add type=... -
problem with web.config
I am using VS2003 and when I am launching the web application in the sub folder page he me show the error Configuration Error Description: An... -
Strange HACMP config error
Hi there, I've got some strange problems here. Running AIX 4.3.3 an HACMP 4.4 we had a full network blackout yesterday. The cluster was instable... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I... -
Amit Save #2
RE: Strange web.config problem
Hi Bill,
As you mentioned at QA machine your application is installed under another
application. Thus this 'another application's web.config comes into the
picture.
IIS uses machine.config at top most level and it applies to all the
applications on the server, web root's web.config overrides this
configuration and it applies to applications under that web root.
Your application is installed under another web application hence it is
inheriting this another web application's web.config and thats causing
problem to your application as it is adding unnecessary references.
Either install your application out side another appliaction or if you are
using IIS 6, create another web root and install your application there.
Hope it helps.
Best wishes,
Amit :)
"Bill Youngman" wrote:
> 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
>
>
>Amit Save Guest



Reply With Quote

