Ask a Question related to ASP.NET Security, Design and Development.
-
Brian Webb #1
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
-
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... -
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... -
web.config vs machine.config ?
1. I got this following error: ******************** Configuration Error Description: An error occurred during the processing of a... -
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... -
[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... -
Arvind P Rangan #2
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...is> 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> ignoring it.
>
> Any ideas?
>
> My next step is a planned purge of the system, if needed.
>
> Brian Webb
> HarborObjects, LLC.
>
>
Arvind P Rangan Guest
-
Brian Webb #3
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...this> 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,> is> > one does not, but error still trigger the custom error page.
> > All of the versions have the authentication set to forms, but the system>> > ignoring it.
> >
> > Any ideas?
> >
> > My next step is a planned purge of the system, if needed.
> >
> > Brian Webb
> > HarborObjects, LLC.
> >
> >
>
Brian Webb Guest
-
Andrea D'Onofrio [MSFT] #4
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...directory.> 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 rootsystem> this> > > 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,> > > one does not, but error still trigger the custom error page.
> > > All of the versions have the authentication set to forms, but the>> > 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
-
Brian Webb #5
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...rights.> 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 noand>
> "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 applicationfine.> directory.> > > 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> > > > There are no other web.config files on the box.
> > > >
> > > > When I move the application to another server, everything worksdefined,> > > > Some evidence of the web.config being ignored includes:
> > > > The previous version of the config had a customer error page> system> > this> > > > one does not, but error still trigger the custom error page.
> > > > All of the versions have the authentication set to forms, but the>> >> > > is
> > > > ignoring it.
> > > >
> > > > Any ideas?
> > > >
> > > > My next step is a planned purge of the system, if needed.
> > > >
> > > > Brian Webb
> > > > HarborObjects, LLC.
> > > >
> > > >
> > >
> > >
> >
>
Brian Webb Guest
-
Brian Webb #6
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...rights.> 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 noand>
> "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 applicationfine.> directory.> > > 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> > > > There are no other web.config files on the box.
> > > >
> > > > When I move the application to another server, everything worksdefined,> > > > Some evidence of the web.config being ignored includes:
> > > > The previous version of the config had a customer error page> system> > this> > > > one does not, but error still trigger the custom error page.
> > > > All of the versions have the authentication set to forms, but the>> >> > > is
> > > > ignoring it.
> > > >
> > > > Any ideas?
> > > >
> > > > My next step is a planned purge of the system, if needed.
> > > >
> > > > Brian Webb
> > > > HarborObjects, LLC.
> > > >
> > > >
> > >
> > >
> >
>
Brian Webb Guest



Reply With Quote

