Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default web.config ignored

    My web.config settings are being ignored.
    I have check IIS and the application is presiding in my root directory.
    There are no other web.config files on the box.

    When I move the application to another server, everything works fine.
    Some evidence of the web.config being ignored includes:
    The previous version of the config had a customer error page defined, this
    one does not, but error still trigger the custom error page.
    All of the versions have the authentication set to forms, but the system is
    ignoring it.

    Any ideas?

    My next step is a planned purge of the system, if needed.

    Brian Webb
    HarborObjects, LLC.


    Brian Webb Guest

  2. Similar Questions and Discussions

    1. Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config
      I had many ASP.NET web applications that I created before I had to rebuild my machine. After a fresh install of XP Pro, VS.NET 2003, etc, I now...
    2. Web References how to config to read URL from config?
      It's great that VS.NET makes it so effortless to add a web reference to a web service. The problem is, I haven't figured out a way to configure the...
    3. web.config vs machine.config ?
      1. I got this following error: ******************** Configuration Error Description: An error occurred during the processing of a...
    4. config file: a) what Module ? b) conditionals in config (for multiple hosts)
      Hi, a) I am looking for a module to handle config files. There are a number of these modules, like AppCconig. Any consensus about The Right...
    5. [RCR] Include CONFIG::Config['rubydocdir'] in rbconfig.rb
      Hi folks, I apologise if people have read this RCR and are not interested, but this is what I consider to be an important RCR, not a merely...
  3. #2

    Default Re: web.config ignored

    Hi Brian,
    First check the IIS security is set to anonymous user if so remove it.
    and kindly delete the web.config which is in the current application and
    create a new one.
    and apply all the security what you want.
    Hope this helps you
    Arvind.


    "Brian Webb" <BWebb@harborObjects.com> wrote in message
    news:OKQpga3%23DHA.3828@TK2MSFTNGP10.phx.gbl...
    > My web.config settings are being ignored.
    > I have check IIS and the application is presiding in my root directory.
    > There are no other web.config files on the box.
    >
    > When I move the application to another server, everything works fine.
    > Some evidence of the web.config being ignored includes:
    > The previous version of the config had a customer error page defined, this
    > one does not, but error still trigger the custom error page.
    > All of the versions have the authentication set to forms, but the system
    is
    > ignoring it.
    >
    > Any ideas?
    >
    > My next step is a planned purge of the system, if needed.
    >
    > Brian Webb
    > HarborObjects, LLC.
    >
    >

    Arvind P Rangan Guest

  4. #3

    Default Re: web.config ignored

    No success.

    Next step unless someone has a better idea, is to run the .Net repair.

    Brian Webb
    HarborObjects, LLC.

    "Arvind P Rangan" <arvind99@hotmail.com> wrote in message
    news:uvhQSf5%23DHA.212@TK2MSFTNGP12.phx.gbl...
    > Hi Brian,
    > First check the IIS security is set to anonymous user if so remove it.
    > and kindly delete the web.config which is in the current application and
    > create a new one.
    > and apply all the security what you want.
    > Hope this helps you
    > Arvind.
    >
    >
    > "Brian Webb" <BWebb@harborObjects.com> wrote in message
    > news:OKQpga3%23DHA.3828@TK2MSFTNGP10.phx.gbl...
    > > My web.config settings are being ignored.
    > > I have check IIS and the application is presiding in my root directory.
    > > There are no other web.config files on the box.
    > >
    > > When I move the application to another server, everything works fine.
    > > Some evidence of the web.config being ignored includes:
    > > The previous version of the config had a customer error page defined,
    this
    > > one does not, but error still trigger the custom error page.
    > > All of the versions have the authentication set to forms, but the system
    > is
    > > ignoring it.
    > >
    > > Any ideas?
    > >
    > > My next step is a planned purge of the system, if needed.
    > >
    > > Brian Webb
    > > HarborObjects, LLC.
    > >
    > >
    >
    >

    Brian Webb Guest

  5. #4

    Default Re: web.config ignored

    Does your asp.net web app configured as Application in IIS?
    Have you changed the configuration files (enterprise, etc.) under the
    <%sframework%>\config folder?

    HtH,
    Andrea

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.

    "Brian Webb" <BWebb@harborObjects.com> wrote in message
    news:ujWJKRE$DHA.2512@TK2MSFTNGP11.phx.gbl...
    > No success.
    >
    > Next step unless someone has a better idea, is to run the .Net repair.
    >
    > Brian Webb
    > HarborObjects, LLC.
    >
    > "Arvind P Rangan" <arvind99@hotmail.com> wrote in message
    > news:uvhQSf5%23DHA.212@TK2MSFTNGP12.phx.gbl...
    > > Hi Brian,
    > > First check the IIS security is set to anonymous user if so remove it.
    > > and kindly delete the web.config which is in the current application and
    > > create a new one.
    > > and apply all the security what you want.
    > > Hope this helps you
    > > Arvind.
    > >
    > >
    > > "Brian Webb" <BWebb@harborObjects.com> wrote in message
    > > news:OKQpga3%23DHA.3828@TK2MSFTNGP10.phx.gbl...
    > > > My web.config settings are being ignored.
    > > > I have check IIS and the application is presiding in my root
    directory.
    > > > There are no other web.config files on the box.
    > > >
    > > > When I move the application to another server, everything works fine.
    > > > Some evidence of the web.config being ignored includes:
    > > > The previous version of the config had a customer error page defined,
    > this
    > > > one does not, but error still trigger the custom error page.
    > > > All of the versions have the authentication set to forms, but the
    system
    > > is
    > > > ignoring it.
    > > >
    > > > Any ideas?
    > > >
    > > > My next step is a planned purge of the system, if needed.
    > > >
    > > > Brian Webb
    > > > HarborObjects, LLC.
    > > >
    > > >
    > >
    > >
    >
    >

    Andrea D'Onofrio [MSFT] Guest

  6. #5

    Default Re: web.config ignored

    Yes to application
    No to configuration files.

    Brian Webb
    HarborObjects, LLC.

    "Andrea D'Onofrio [MSFT]" <andreado@online.microsoft.com> wrote in message
    news:O3Ffd$H$DHA.3536@tk2msftngp13.phx.gbl...
    > Does your asp.net web app configured as Application in IIS?
    > Have you changed the configuration files (enterprise, etc.) under the
    > <%sframework%>\config folder?
    >
    > HtH,
    > Andrea
    >
    > --
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >
    > "Brian Webb" <BWebb@harborObjects.com> wrote in message
    > news:ujWJKRE$DHA.2512@TK2MSFTNGP11.phx.gbl...
    > > No success.
    > >
    > > Next step unless someone has a better idea, is to run the .Net repair.
    > >
    > > Brian Webb
    > > HarborObjects, LLC.
    > >
    > > "Arvind P Rangan" <arvind99@hotmail.com> wrote in message
    > > news:uvhQSf5%23DHA.212@TK2MSFTNGP12.phx.gbl...
    > > > Hi Brian,
    > > > First check the IIS security is set to anonymous user if so remove it.
    > > > and kindly delete the web.config which is in the current application
    and
    > > > create a new one.
    > > > and apply all the security what you want.
    > > > Hope this helps you
    > > > Arvind.
    > > >
    > > >
    > > > "Brian Webb" <BWebb@harborObjects.com> wrote in message
    > > > news:OKQpga3%23DHA.3828@TK2MSFTNGP10.phx.gbl...
    > > > > My web.config settings are being ignored.
    > > > > I have check IIS and the application is presiding in my root
    > directory.
    > > > > There are no other web.config files on the box.
    > > > >
    > > > > When I move the application to another server, everything works
    fine.
    > > > > Some evidence of the web.config being ignored includes:
    > > > > The previous version of the config had a customer error page
    defined,
    > > this
    > > > > one does not, but error still trigger the custom error page.
    > > > > All of the versions have the authentication set to forms, but the
    > system
    > > > is
    > > > > ignoring it.
    > > > >
    > > > > Any ideas?
    > > > >
    > > > > My next step is a planned purge of the system, if needed.
    > > > >
    > > > > Brian Webb
    > > > > HarborObjects, LLC.
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Brian Webb Guest

  7. #6

    Default Re: web.config ignored

    Uninstalled .Net then reinstalled .Net problem is gone.

    Brian Webb
    HarborObjects, LLC.

    "Andrea D'Onofrio [MSFT]" <andreado@online.microsoft.com> wrote in message
    news:O3Ffd$H$DHA.3536@tk2msftngp13.phx.gbl...
    > Does your asp.net web app configured as Application in IIS?
    > Have you changed the configuration files (enterprise, etc.) under the
    > <%sframework%>\config folder?
    >
    > HtH,
    > Andrea
    >
    > --
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >
    > "Brian Webb" <BWebb@harborObjects.com> wrote in message
    > news:ujWJKRE$DHA.2512@TK2MSFTNGP11.phx.gbl...
    > > No success.
    > >
    > > Next step unless someone has a better idea, is to run the .Net repair.
    > >
    > > Brian Webb
    > > HarborObjects, LLC.
    > >
    > > "Arvind P Rangan" <arvind99@hotmail.com> wrote in message
    > > news:uvhQSf5%23DHA.212@TK2MSFTNGP12.phx.gbl...
    > > > Hi Brian,
    > > > First check the IIS security is set to anonymous user if so remove it.
    > > > and kindly delete the web.config which is in the current application
    and
    > > > create a new one.
    > > > and apply all the security what you want.
    > > > Hope this helps you
    > > > Arvind.
    > > >
    > > >
    > > > "Brian Webb" <BWebb@harborObjects.com> wrote in message
    > > > news:OKQpga3%23DHA.3828@TK2MSFTNGP10.phx.gbl...
    > > > > My web.config settings are being ignored.
    > > > > I have check IIS and the application is presiding in my root
    > directory.
    > > > > There are no other web.config files on the box.
    > > > >
    > > > > When I move the application to another server, everything works
    fine.
    > > > > Some evidence of the web.config being ignored includes:
    > > > > The previous version of the config had a customer error page
    defined,
    > > this
    > > > > one does not, but error still trigger the custom error page.
    > > > > All of the versions have the authentication set to forms, but the
    > system
    > > > is
    > > > > ignoring it.
    > > > >
    > > > > Any ideas?
    > > > >
    > > > > My next step is a planned purge of the system, if needed.
    > > > >
    > > > > Brian Webb
    > > > > HarborObjects, LLC.
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Brian Webb Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139