override of webconfig doesn't work....

From: Rui Maia (rfpm@mega.ist.utl.pt)
Date: 06/24/02


From: "Rui Maia" <rfpm@mega.ist.utl.pt>
Date: Mon, 24 Jun 2002 08:43:07 -0700


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: override of webconfig doesnt work....
    ... > 1 webform: login.aspx ... (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 ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • 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)
  • 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)