Re: How to enable Anonymous Access in IIS 6

From: Andrey P (andrey_at_paramonov.pp.ru)
Date: 05/13/04


Date: Thu, 13 May 2004 10:19:13 -0700

muzerb wrote:

> What are the account requirements for aspx pages to be accessed
> anonymously on Windows 2003 server?.
>
> When I view my aspx page in a browser locally or remotely I always get
> prompted for user and password. When I provide credentials for user in
> the admin group the page displays correctly.
>
> I do not get prompted when viewing .htm files.
>
> I would like to make the aspx pages available anonymously.
>
> Here are my settings:
>
> NTFS Directory Security:
> Administrators - Full Control
> ASP.NET Machine Account - Read & Execute, List, Read
> Internet Guest Account - Read & Execute, List, Read
> System - Full Control
>
> Virtual Directory Tab:
> Read - checked
> Execute permissions - Scripts only
>
> Authentication and access control:
> Enable anonymous access - checked
> User name: IUSR_COMPUTER_NAME
> Basic Authentication - Not checked
>
> Thank you in advance.
>
>
>
> --
> muzerb
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message218138.html
>

Does it work when you enter a correct credentials set? This means that
Aspx engine requires some additional permissions to be tuned for ASP.NET
user - please check this using FileMon Utility from
http://www.sysinternals.com

-Andrey



Relevant Pages

  • Re: ASPX - Anonymous Access in IIS 6
    ... > When I view my aspx page in a browser locally or remotely I always get ... > Administrators - Full Control ... > Enable anonymous access - checked ... > Basic Authentication - Not checked ...
    (microsoft.public.inetserver.asp.general)
  • RE: passing variables from .aspx.cs code pages to .aspx pages
    ... snippet, I've got the cause of your problem, for ASP.NET server control, we ... in the aspx page's inline template, but we can adjust those parameters' ... Microsoft Online Support ... |> | protected void Page_Load ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: usercontrols + code-behind
    ... Each .aspx page that uses this ... > control has appropriate directives at the top of the page: ... protected MyControl myCtl; ... I now get an error whenever the .NET Framework compiles each ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: usercontrols + code-behind
    ... Each .aspx page that uses this ... > control has appropriate directives at the top of the page: ... protected MyControl myCtl; ... I now get an error whenever the .NET Framework compiles each ...
    (microsoft.public.dotnet.framework.aspnet)
  • Suppress Form Action
    ... A custom server control has a Button. ... Private strConfirmMsg As String ... Public Property ConfirmMessageAs String ... using the above custom control in an ASPX page (assume that the ASPX ...
    (microsoft.public.dotnet.framework.aspnet)