Re: Web.config file

From: Patrice (nobody_at_nowhere.com)
Date: 04/26/04


Date: Mon, 26 Apr 2004 16:23:37 +0200

Sorry but are child web.config files removed ?

Patrice

"ruca" <ruuca@iol.pt> a écrit dans le message de
news:uGbMGk5KEHA.3628@TK2MSFTNGP12.phx.gbl...
> Still hapens the same error when I have this:
>
> <location path="pss">
> <system.web>
> <customErrors mode="Off" />
> <authentication mode="Forms">
> <forms name="LoginPss" loginUrl="qsqLogin.aspx" />
> </authentication>
> <authorization>
> <deny users="?" />
> </authorization>
> </system.web>
> </location>
>
>
> --
> Programming ASP.NET with VB.NET
> Thank's (if you try to help me)
> Hope this help you (if I try to help you)
> ruca
>
> "Rick Spiewak" <rickspiewak@mindspring.com> escreveu na mensagem
> news:ONkI8E5KEHA.624@TK2MSFTNGP11.phx.gbl...
> > You can use a <location> element to set up different authentication for
> each
> > folder.
> >
> > "ruca" <ruuca@iol.pt> wrote in message
> > news:eehJXL4KEHA.2456@TK2MSFTNGP12.phx.gbl...
> > > Hi,
> > >
> > > I have an application that I want to setup for each folder a
web.config
> > file
> > > with different authentication, but when I try to do that it gives me
an
> > > error saying that maybe that folder is not configured in IIS as
virtual
> > > directory.
> > >
> > > In the root I don't want to have redirect to login page if i try to
> access
> > > any file in the root.
> > > If I want to access to any FOLDER present in application root I want
to
> > > redirect to the Login page with authentication Forms type.
> > >
> > > I already try to put one we.config file in each folder but the error
> > > described above occurs.
> > > --
> > > Programming ASP.NET with VB.NET
> > > Thank's (if you try to help me)
> > > Hope this help you (if I try to help you)
> > > ruca
> > >
> > >
> >
> >
>
>



Relevant Pages

  • Re: Web.config file
    ... Sorry but are child web.config files removed? ... Patrice ... > Still hapens the same error when I have this: ... > Programming ASP.NET with VB.NET ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Is there a religion gene?
    ... by those we are programmed to respect, parents, elders, etc. ... the argument about child brains and religion. ... be eaten by crocodiles" is good advice but "If you don't sacrifice a goat at ... Some of us throw off that programming more easily than others, ...
    (uk.philosophy.atheism)
  • Re: Please help
    ... each other so that the programming will do everything that's necessary. ... records related to that parent record (there can be *many* child tables), ... > front end to do what referential integrity would have done ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Not in List Event Error
    ... I’ll leave it to you to do what ever you want to do with your database. ... are related records in child tables. ... In all of my years of programming, only one program required tables based on ... RI is absolutely incorrect on the basis of a one-to-one relationship, ...
    (microsoft.public.access.formscoding)
  • Re: How to make a C program work as a Daemon
    ... > to fork again. ... > child forks successfully, it should die. ... yourself with to make a proper daemon. ... You should also go read the UNIX Network Programming book by the late ...
    (comp.unix.questions)