RE: Page Authentication

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



HI,

We can bypass the Authentication by giving the location in web.config file
like below.
I hope this will work for u.

<location path="Login.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>


"js" wrote:

> I am building a intranet site that has public and private information
> that are rendered by ASP.Net pages. The site is not partitioned into
> private/public folders. When users hit the site's URL, no
> authentication is needed. When the users click a logon button, a
> Windows logon dialog box should show up. Right now the Windows logon
> dialog box appears as soon as the browse hit the URL. How can I use
> page level authentication, instead of site level authentication without
> using ASP.Net Forms authentication provider? The following are
> authentication configurations in the IIS6 and ASP.Net web.config:
>
> II6:
> Enable anonymous access (disabled)
> Integrated Windows authentication (enabled)
> Enable default content page (enabled and with main.aspx,
> underConstruction.aspx in the list)
>
> Web.config:
> <authentication mode="Windows" />
> <authorization>
> <allow users="*" />
> </authorization>
>
>
.



Relevant Pages

  • Forms Authentication not Redirecting
    ... I have a web app that contains forms authentication to protect ... subdirectory called "admin" by denying anonymous users. ... Windows logon dialog prompt instead of being redirected to the logon ...
    (microsoft.public.dotnet.framework.aspnet)
  • Page Authentication
    ... I am building a intranet site that has public and private information ... Windows logon dialog box should show up. ... page level authentication, instead of site level authentication without ...
    (microsoft.public.dotnet.framework.aspnet)
  • OWA Authentication
    ... I get the windows logon but ... I cannot get the authentication. ... security on IIS? ...
    (microsoft.public.exchange.applications)
  • Re: Authenticate user and allow anonymous access
    ... > I use two directory mappings into the same site folder. ... this is the URL that users hit when they first browse onto ... > requires authentication. ... > up the IE login dialog. ...
    (microsoft.public.dotnet.framework.aspnet.security)