Re: override of webconfig doesn't work....

From: Kevin T. Price (kpckids@cox.net)
Date: 06/26/02


From: "Kevin T. Price" <kpckids@cox.net>
Date: Tue, 25 Jun 2002 21:18:50 -0400


There could be quite a few things going on based on what you've said here...
Consider the following:
1. Is IIS configured correctly, as in - (2)on the subdirectory that you want
forms auth on, is it its' own "application" in IIS and (3)does it allow
anonymous?

--
Kevin T. Price
Co-Author - .NET Framework Security
"Rui Maia" <rfpm@mega.ist.utl.pt> wrote in message
news:120ee01c21b95$d6569230$3bef2ecf@TKMSFTNGXA10...
> I'm making a webservice project, and, inside of that
> project i had made a subdir with 2 webforms and a
> web.config file.
> 1 webform: login.aspx
> 1 webform: user.aspx
> web.config
>
> ...and in web.config, i made the authentication
> mode="Forms"... (the authentication mode in the root of
> the project was  = "None")
> ...the thing is that when i make the start page as
> user.aspx, i was expecting it  to make the authentication
> in forms, but it pops a window with windows authorization
> mode,... with, name, password, domain,..
> Anyone can help me  ?
>
> thank you


Relevant Pages

  • Re: Impersonation Issues. ASP.NET Webform works only on Local Machine
    ... This webform works great on the local machine. ... Hi Rocky, ... NTLM authentication will not work in a delegation scenario. ...
    (microsoft.public.dotnet.framework.aspnet)
  • override of webconfig doesnt work....
    ... project i had made a subdir with 2 webforms and a ... webform: login.aspx ... ...and in web.config, i made the authentication ... but it pops a window with windows authorization ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: authorization and authentication
    ... >> Is there a way to have a webform with username, ... >> textboxes to send those parameters and authenticate and authorize ... > Yes - you can use Windows-based authentication. ... > (only the root). ...
    (microsoft.public.dotnet.framework.aspnet.security)