Windows XP - IIS Access Denied 403

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Windows XP - IIS Access Denied 403

    Hi:

    Well today is the day that I install my new and improved compuer and move my
    development to XP from Windows 2000.

    Everything is working fine (MSDE, .NET) except that for some reason I can't
    access many of my web pages from within VS.NET or from a browser running
    locally and other computers - I keep getting an error 403 - access
    forbidden.

    I've been through IIS administration and can't find anything that makes
    sense - it appears that I'm allowed to access everything!

    I'm sure I'm just "one checkbox" away from this working - if anyone knows
    what to do I would GREATLY appreciate it!

    Thanks,

    Fred



    Fred Nelson Guest

  2. Similar Questions and Discussions

    1. Web Service + Anon Access, but getting 401 Access Denied Error
      I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous...
    2. Windows authentication on a Web service returning Access Denied (401).
      Hey, I've been asked to look into network security where an IIS virtual directory is configure to not have anonymous access, but rather to go...
    3. Access Denied using Windows Authentication. WSE 2.0
      Subject: Access Denied using Windows Authentication. WSE 2.0 When using custom authentication (using the UsernameTokenManager interface.) I...
    4. Access denied when creating Access application object
      In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the...
    5. access denied on data access pages
      I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got...
  3. #2

    Default RE: Windows XP - IIS Access Denied 403

    Hi Fred,

    This is often caused by having the site in IIS configured with an execute
    permission setting of None. It should be set to Script Only. However, in
    order to know for sure, we need to know the complete status code. In other
    words 403.x; what is the x?

    Jim Cheshire [MSFT]
    MCP+I, MCSE, MCSD, MCDBA
    Microsoft Developer Support
    [email]jamesche@online.microsoft.com[/email]

    This post is provided "AS-IS" with no warranties and confers no rights.

    --------------------
    >From: "Fred Nelson" <fred@smartybird.com>
    >Subject: Windows XP - IIS Access Denied 403
    >Date: Fri, 16 Jul 2004 14:29:46 -0400
    >Lines: 22
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSFT NGXA05.phx.gbl!TK2MSFTNGP0
    8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security: 10840
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Hi:
    >
    >Well today is the day that I install my new and improved compuer and move
    my
    >development to XP from Windows 2000.
    >
    >Everything is working fine (MSDE, .NET) except that for some reason I can't
    >access many of my web pages from within VS.NET or from a browser running
    >locally and other computers - I keep getting an error 403 - access
    >forbidden.
    >
    >I've been through IIS administration and can't find anything that makes
    >sense - it appears that I'm allowed to access everything!
    >
    >I'm sure I'm just "one checkbox" away from this working - if anyone knows
    >what to do I would GREATLY appreciate it!
    >
    >Thanks,
    >
    >Fred
    >
    >
    >
    >
    Jim Cheshire [MSFT] Guest

  4. #3

    Default Re: Windows XP - IIS Access Denied 403

    Jim:

    Thanks for your response!

    The site is configured to "script only" as you specified. The error is just
    403 - there is no .xxx after it.

    Also: This is a new install of Windows XP - I have copied the programs to a
    directory on the new machine and then I have web shared them.

    Thanks again,

    Fred


    "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    > Hi Fred,
    >
    > This is often caused by having the site in IIS configured with an execute
    > permission setting of None. It should be set to Script Only. However, in
    > order to know for sure, we need to know the complete status code. In
    other
    > words 403.x; what is the x?
    >
    > Jim Cheshire [MSFT]
    > MCP+I, MCSE, MCSD, MCDBA
    > Microsoft Developer Support
    > [email]jamesche@online.microsoft.com[/email]
    >
    > This post is provided "AS-IS" with no warranties and confers no rights.
    >
    > --------------------
    > >From: "Fred Nelson" <fred@smartybird.com>
    > >Subject: Windows XP - IIS Access Denied 403
    > >Date: Fri, 16 Jul 2004 14:29:46 -0400
    > >Lines: 22
    > >X-Priority: 3
    > >X-MSMail-Priority: Normal
    > >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    > >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >Path:
    >
    cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSFT NGXA05.phx.gbl!TK2MSFTNGP0
    > 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    > >Xref: cpmsftngxa06.phx.gbl
    > microsoft.public.dotnet.framework.aspnet.security: 10840
    > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >
    > >Hi:
    > >
    > >Well today is the day that I install my new and improved compuer and move
    > my
    > >development to XP from Windows 2000.
    > >
    > >Everything is working fine (MSDE, .NET) except that for some reason I
    can't
    > >access many of my web pages from within VS.NET or from a browser running
    > >locally and other computers - I keep getting an error 403 - access
    > >forbidden.
    > >
    > >I've been through IIS administration and can't find anything that makes
    > >sense - it appears that I'm allowed to access everything!
    > >
    > >I'm sure I'm just "one checkbox" away from this working - if anyone knows
    > >what to do I would GREATLY appreciate it!
    > >
    > >Thanks,
    > >
    > >Fred
    > >
    > >
    > >
    > >
    >

    Fred Nelson Guest

  5. #4

    Default Re: Windows XP - IIS Access Denied 403

    Hi Fred,

    Check the IIS logs in c:\Windows\System32\LogFiles and see what the status
    is there.

    Jim Cheshire [MSFT]
    MCP+I, MCSE, MCSD, MCDBA
    Microsoft Developer Support
    [email]jamesche@online.microsoft.com[/email]

    This post is provided "AS-IS" with no warranties and confers no rights.

    --------------------
    >From: "Fred Nelson" <fred@smartybird.com>
    >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >Subject: Re: Windows XP - IIS Access Denied 403
    >Date: Fri, 16 Jul 2004 15:36:59 -0400
    >Lines: 80
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGP08.phx.gbl!tk2msftngp13
    .phx.gbl
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security: 10842
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Jim:
    >
    >Thanks for your response!
    >
    >The site is configured to "script only" as you specified. The error is
    just
    >403 - there is no .xxx after it.
    >
    >Also: This is a new install of Windows XP - I have copied the programs to a
    >directory on the new machine and then I have web shared them.
    >
    >Thanks again,
    >
    >Fred
    >
    >
    >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    >> Hi Fred,
    >>
    >> This is often caused by having the site in IIS configured with an execute
    >> permission setting of None. It should be set to Script Only. However,
    in
    >> order to know for sure, we need to know the complete status code. In
    >other
    >> words 403.x; what is the x?
    >>
    >> Jim Cheshire [MSFT]
    >> MCP+I, MCSE, MCSD, MCDBA
    >> Microsoft Developer Support
    >> [email]jamesche@online.microsoft.com[/email]
    >>
    >> This post is provided "AS-IS" with no warranties and confers no rights.
    >>
    >> --------------------
    >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >Subject: Windows XP - IIS Access Denied 403
    >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    >> >Lines: 22
    >> >X-Priority: 3
    >> >X-MSMail-Priority: Normal
    >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >Path:
    >>
    >cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSF TNGXA05.phx.gbl!TK2MSFTNGP
    0
    >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >> >Xref: cpmsftngxa06.phx.gbl
    >> microsoft.public.dotnet.framework.aspnet.security: 10840
    >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >
    >> >Hi:
    >> >
    >> >Well today is the day that I install my new and improved compuer and
    move
    >> my
    >> >development to XP from Windows 2000.
    >> >
    >> >Everything is working fine (MSDE, .NET) except that for some reason I
    >can't
    >> >access many of my web pages from within VS.NET or from a browser running
    >> >locally and other computers - I keep getting an error 403 - access
    >> >forbidden.
    >> >
    >> >I've been through IIS administration and can't find anything that makes
    >> >sense - it appears that I'm allowed to access everything!
    >> >
    >> >I'm sure I'm just "one checkbox" away from this working - if anyone
    knows
    >> >what to do I would GREATLY appreciate it!
    >> >
    >> >Thanks,
    >> >
    >> >Fred
    >> >
    >> >
    >> >
    >> >
    >>
    >
    >
    >
    Jim Cheshire [MSFT] Guest

  6. #5

    Default Re: Windows XP - IIS Access Denied 403

    Jim:

    I checked the log files as you asked - all that I see is error 403 - no
    extensions (403.###). I checked the entire file and none of the 403 errors
    have any extensions.

    This is strange - I have this application running on Windows 2000, W2K
    Server, Windows 2003 Server with no problems however it just won't work on
    XP!

    Also: I get the same errors whether or not I'm using VS.NET - if that helps.

    Thanks again for your help!

    Fred

    "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    > Hi Fred,
    >
    > Check the IIS logs in c:\Windows\System32\LogFiles and see what the status
    > is there.
    >
    > Jim Cheshire [MSFT]
    > MCP+I, MCSE, MCSD, MCDBA
    > Microsoft Developer Support
    > [email]jamesche@online.microsoft.com[/email]
    >
    > This post is provided "AS-IS" with no warranties and confers no rights.
    >
    > --------------------
    > >From: "Fred Nelson" <fred@smartybird.com>
    > >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > >Subject: Re: Windows XP - IIS Access Denied 403
    > >Date: Fri, 16 Jul 2004 15:36:59 -0400
    > >Lines: 80
    > >X-Priority: 3
    > >X-MSMail-Priority: Normal
    > >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >Path:
    >
    cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGP08.phx.gbl!tk2msftngp13
    > phx.gbl
    > >Xref: cpmsftngxa06.phx.gbl
    > microsoft.public.dotnet.framework.aspnet.security: 10842
    > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >
    > >Jim:
    > >
    > >Thanks for your response!
    > >
    > >The site is configured to "script only" as you specified. The error is
    > just
    > >403 - there is no .xxx after it.
    > >
    > >Also: This is a new install of Windows XP - I have copied the programs to
    a
    > >directory on the new machine and then I have web shared them.
    > >
    > >Thanks again,
    > >
    > >Fred
    > >
    > >
    > >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    > >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    > >> Hi Fred,
    > >>
    > >> This is often caused by having the site in IIS configured with an
    execute
    > >> permission setting of None. It should be set to Script Only. However,
    > in
    > >> order to know for sure, we need to know the complete status code. In
    > >other
    > >> words 403.x; what is the x?
    > >>
    > >> Jim Cheshire [MSFT]
    > >> MCP+I, MCSE, MCSD, MCDBA
    > >> Microsoft Developer Support
    > >> [email]jamesche@online.microsoft.com[/email]
    > >>
    > >> This post is provided "AS-IS" with no warranties and confers no rights.
    > >>
    > >> --------------------
    > >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >Subject: Windows XP - IIS Access Denied 403
    > >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    > >> >Lines: 22
    > >> >X-Priority: 3
    > >> >X-MSMail-Priority: Normal
    > >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    > >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >Path:
    > >>
    >
    >cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSF TNGXA05.phx.gbl!TK2MSFTNGP
    > 0
    > >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    > >> >Xref: cpmsftngxa06.phx.gbl
    > >> microsoft.public.dotnet.framework.aspnet.security: 10840
    > >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >
    > >> >Hi:
    > >> >
    > >> >Well today is the day that I install my new and improved compuer and
    > move
    > >> my
    > >> >development to XP from Windows 2000.
    > >> >
    > >> >Everything is working fine (MSDE, .NET) except that for some reason I
    > >can't
    > >> >access many of my web pages from within VS.NET or from a browser
    running
    > >> >locally and other computers - I keep getting an error 403 - access
    > >> >forbidden.
    > >> >
    > >> >I've been through IIS administration and can't find anything that
    makes
    > >> >sense - it appears that I'm allowed to access everything!
    > >> >
    > >> >I'm sure I'm just "one checkbox" away from this working - if anyone
    > knows
    > >> >what to do I would GREATLY appreciate it!
    > >> >
    > >> >Thanks,
    > >> >
    > >> >Fred
    > >> >
    > >> >
    > >> >
    > >> >
    > >>
    > >
    > >
    > >
    >

    Fred Nelson Guest

  7. #6

    Default Re: Windows XP - IIS Access Denied 403

    Fred,

    Can you please e-mail me the IIS logs? Just leave off "online" in my
    e-mail address.

    Jim Cheshire [MSFT]
    MCP+I, MCSE, MCSD, MCDBA
    Microsoft Developer Support
    [email]jamesche@online.microsoft.com[/email]

    This post is provided "AS-IS" with no warranties and confers no rights.

    --------------------
    >From: "Fred Nelson" <fred@smartybird.com>
    >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    >Subject: Re: Windows XP - IIS Access Denied 403
    >Date: Fri, 16 Jul 2004 18:16:07 -0400
    >Lines: 146
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >Message-ID: <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security: 10845
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Jim:
    >
    >I checked the log files as you asked - all that I see is error 403 - no
    >extensions (403.###). I checked the entire file and none of the 403 errors
    >have any extensions.
    >
    >This is strange - I have this application running on Windows 2000, W2K
    >Server, Windows 2003 Server with no problems however it just won't work on
    >XP!
    >
    >Also: I get the same errors whether or not I'm using VS.NET - if that
    helps.
    >
    >Thanks again for your help!
    >
    >Fred
    >
    >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    >> Hi Fred,
    >>
    >> Check the IIS logs in c:\Windows\System32\LogFiles and see what the
    status
    >> is there.
    >>
    >> Jim Cheshire [MSFT]
    >> MCP+I, MCSE, MCSD, MCDBA
    >> Microsoft Developer Support
    >> [email]jamesche@online.microsoft.com[/email]
    >>
    >> This post is provided "AS-IS" with no warranties and confers no rights.
    >>
    >> --------------------
    >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >Date: Fri, 16 Jul 2004 15:36:59 -0400
    >> >Lines: 80
    >> >X-Priority: 3
    >> >X-MSMail-Priority: Normal
    >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >Path:
    >>
    >cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!tk2msftngp1
    3
    >> phx.gbl
    >> >Xref: cpmsftngxa06.phx.gbl
    >> microsoft.public.dotnet.framework.aspnet.security: 10842
    >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >
    >> >Jim:
    >> >
    >> >Thanks for your response!
    >> >
    >> >The site is configured to "script only" as you specified. The error is
    >> just
    >> >403 - there is no .xxx after it.
    >> >
    >> >Also: This is a new install of Windows XP - I have copied the programs
    to
    >a
    >> >directory on the new machine and then I have web shared them.
    >> >
    >> >Thanks again,
    >> >
    >> >Fred
    >> >
    >> >
    >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >> >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    >> >> Hi Fred,
    >> >>
    >> >> This is often caused by having the site in IIS configured with an
    >execute
    >> >> permission setting of None. It should be set to Script Only.
    However,
    >> in
    >> >> order to know for sure, we need to know the complete status code. In
    >> >other
    >> >> words 403.x; what is the x?
    >> >>
    >> >> Jim Cheshire [MSFT]
    >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> Microsoft Developer Support
    >> >> [email]jamesche@online.microsoft.com[/email]
    >> >>
    >> >> This post is provided "AS-IS" with no warranties and confers no
    rights.
    >> >>
    >> >> --------------------
    >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >Subject: Windows XP - IIS Access Denied 403
    >> >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    >> >> >Lines: 22
    >> >> >X-Priority: 3
    >> >> >X-MSMail-Priority: Normal
    >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    >> >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >Path:
    >> >>
    >>
    >>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MS FTNGXA05.phx.gbl!TK2MSFTNG
    P
    >> 0
    >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> microsoft.public.dotnet.framework.aspnet.security: 10840
    >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >
    >> >> >Hi:
    >> >> >
    >> >> >Well today is the day that I install my new and improved compuer and
    >> move
    >> >> my
    >> >> >development to XP from Windows 2000.
    >> >> >
    >> >> >Everything is working fine (MSDE, .NET) except that for some reason I
    >> >can't
    >> >> >access many of my web pages from within VS.NET or from a browser
    >running
    >> >> >locally and other computers - I keep getting an error 403 - access
    >> >> >forbidden.
    >> >> >
    >> >> >I've been through IIS administration and can't find anything that
    >makes
    >> >> >sense - it appears that I'm allowed to access everything!
    >> >> >
    >> >> >I'm sure I'm just "one checkbox" away from this working - if anyone
    >> knows
    >> >> >what to do I would GREATLY appreciate it!
    >> >> >
    >> >> >Thanks,
    >> >> >
    >> >> >Fred
    >> >> >
    >> >> >
    >> >> >
    >> >> >
    >> >>
    >> >
    >> >
    >> >
    >>
    >
    >
    >
    Jim Cheshire [MSFT] Guest

  8. #7

    Default Re: Windows XP - IIS Access Denied 403

    Jim:

    Thanks VERY much for your help - I have sent the log files to your e-mail.

    Fred

    "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    news:gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl...
    > Fred,
    >
    > Can you please e-mail me the IIS logs? Just leave off "online" in my
    > e-mail address.
    >
    > Jim Cheshire [MSFT]
    > MCP+I, MCSE, MCSD, MCDBA
    > Microsoft Developer Support
    > [email]jamesche@online.microsoft.com[/email]
    >
    > This post is provided "AS-IS" with no warranties and confers no rights.
    >
    > --------------------
    > >From: "Fred Nelson" <fred@smartybird.com>
    > >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    > >Subject: Re: Windows XP - IIS Access Denied 403
    > >Date: Fri, 16 Jul 2004 18:16:07 -0400
    > >Lines: 146
    > >X-Priority: 3
    > >X-MSMail-Priority: Normal
    > >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >Message-ID: <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    > >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    > >Xref: cpmsftngxa06.phx.gbl
    > microsoft.public.dotnet.framework.aspnet.security: 10845
    > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >
    > >Jim:
    > >
    > >I checked the log files as you asked - all that I see is error 403 - no
    > >extensions (403.###). I checked the entire file and none of the 403
    errors
    > >have any extensions.
    > >
    > >This is strange - I have this application running on Windows 2000, W2K
    > >Server, Windows 2003 Server with no problems however it just won't work
    on
    > >XP!
    > >
    > >Also: I get the same errors whether or not I'm using VS.NET - if that
    > helps.
    > >
    > >Thanks again for your help!
    > >
    > >Fred
    > >
    > >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    > >news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    > >> Hi Fred,
    > >>
    > >> Check the IIS logs in c:\Windows\System32\LogFiles and see what the
    > status
    > >> is there.
    > >>
    > >> Jim Cheshire [MSFT]
    > >> MCP+I, MCSE, MCSD, MCDBA
    > >> Microsoft Developer Support
    > >> [email]jamesche@online.microsoft.com[/email]
    > >>
    > >> This post is provided "AS-IS" with no warranties and confers no rights.
    > >>
    > >> --------------------
    > >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > >> >Subject: Re: Windows XP - IIS Access Denied 403
    > >> >Date: Fri, 16 Jul 2004 15:36:59 -0400
    > >> >Lines: 80
    > >> >X-Priority: 3
    > >> >X-MSMail-Priority: Normal
    > >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >> >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >Path:
    > >>
    >
    >cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!tk2msftngp1
    > 3
    > >> phx.gbl
    > >> >Xref: cpmsftngxa06.phx.gbl
    > >> microsoft.public.dotnet.framework.aspnet.security: 10842
    > >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >
    > >> >Jim:
    > >> >
    > >> >Thanks for your response!
    > >> >
    > >> >The site is configured to "script only" as you specified. The error
    is
    > >> just
    > >> >403 - there is no .xxx after it.
    > >> >
    > >> >Also: This is a new install of Windows XP - I have copied the programs
    > to
    > >a
    > >> >directory on the new machine and then I have web shared them.
    > >> >
    > >> >Thanks again,
    > >> >
    > >> >Fred
    > >> >
    > >> >
    > >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    > >> >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    > >> >> Hi Fred,
    > >> >>
    > >> >> This is often caused by having the site in IIS configured with an
    > >execute
    > >> >> permission setting of None. It should be set to Script Only.
    > However,
    > >> in
    > >> >> order to know for sure, we need to know the complete status code.
    In
    > >> >other
    > >> >> words 403.x; what is the x?
    > >> >>
    > >> >> Jim Cheshire [MSFT]
    > >> >> MCP+I, MCSE, MCSD, MCDBA
    > >> >> Microsoft Developer Support
    > >> >> [email]jamesche@online.microsoft.com[/email]
    > >> >>
    > >> >> This post is provided "AS-IS" with no warranties and confers no
    > rights.
    > >> >>
    > >> >> --------------------
    > >> >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >> >Subject: Windows XP - IIS Access Denied 403
    > >> >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    > >> >> >Lines: 22
    > >> >> >X-Priority: 3
    > >> >> >X-MSMail-Priority: Normal
    > >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    > >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    > >> >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >> >Path:
    > >> >>
    > >>
    >
    >>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MS FTNGXA05.phx.gbl!TK2MSFTNG
    > P
    > >> 0
    > >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    > >> >> >Xref: cpmsftngxa06.phx.gbl
    > >> >> microsoft.public.dotnet.framework.aspnet.security: 10840
    > >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >
    > >> >> >Hi:
    > >> >> >
    > >> >> >Well today is the day that I install my new and improved compuer
    and
    > >> move
    > >> >> my
    > >> >> >development to XP from Windows 2000.
    > >> >> >
    > >> >> >Everything is working fine (MSDE, .NET) except that for some reason
    I
    > >> >can't
    > >> >> >access many of my web pages from within VS.NET or from a browser
    > >running
    > >> >> >locally and other computers - I keep getting an error 403 - access
    > >> >> >forbidden.
    > >> >> >
    > >> >> >I've been through IIS administration and can't find anything that
    > >makes
    > >> >> >sense - it appears that I'm allowed to access everything!
    > >> >> >
    > >> >> >I'm sure I'm just "one checkbox" away from this working - if anyone
    > >> knows
    > >> >> >what to do I would GREATLY appreciate it!
    > >> >> >
    > >> >> >Thanks,
    > >> >> >
    > >> >> >Fred
    > >> >> >
    > >> >> >
    > >> >> >
    > >> >> >
    > >> >>
    > >> >
    > >> >
    > >> >
    > >>
    > >
    > >
    > >
    >

    Fred Nelson Guest

  9. #8

    Default Re: Windows XP - IIS Access Denied 403

    Hi Fred,

    As we discussed in e-mail, the status code you are seeing is a 403.5. If I
    look up that status code, I see this:

    403.5 - SSL 128 required

    I would check the configuration of the Web site in IIS. Right-click on the
    site and choose Properties. Click the Directory Security tab and check to
    see if a certificate is required. It looks like it is configured to
    require a certificate.

    Jim Cheshire [MSFT]
    MCP+I, MCSE, MCSD, MCDBA
    Microsoft Developer Support
    [email]jamesche@online.microsoft.com[/email]

    This post is provided "AS-IS" with no warranties and confers no rights.

    --------------------
    >From: "Fred Nelson" <fred@smartybird.com>
    >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    >Subject: Re: Windows XP - IIS Access Denied 403
    >Date: Fri, 16 Jul 2004 19:42:56 -0400
    >Lines: 206
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >Message-ID: <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSFT NGXA05.phx.gbl!TK2MSFTNGP0
    8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security: 10848
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Jim:
    >
    >Thanks VERY much for your help - I have sent the log files to your e-mail.
    >
    >Fred
    >
    >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >news:gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl...
    >> Fred,
    >>
    >> Can you please e-mail me the IIS logs? Just leave off "online" in my
    >> e-mail address.
    >>
    >> Jim Cheshire [MSFT]
    >> MCP+I, MCSE, MCSD, MCDBA
    >> Microsoft Developer Support
    >> [email]jamesche@online.microsoft.com[/email]
    >>
    >> This post is provided "AS-IS" with no warranties and confers no rights.
    >>
    >> --------------------
    >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >Date: Fri, 16 Jul 2004 18:16:07 -0400
    >> >Lines: 146
    >> >X-Priority: 3
    >> >X-MSMail-Priority: Normal
    >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >Message-ID: <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    >> >Xref: cpmsftngxa06.phx.gbl
    >> microsoft.public.dotnet.framework.aspnet.security: 10845
    >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >
    >> >Jim:
    >> >
    >> >I checked the log files as you asked - all that I see is error 403 - no
    >> >extensions (403.###). I checked the entire file and none of the 403
    >errors
    >> >have any extensions.
    >> >
    >> >This is strange - I have this application running on Windows 2000, W2K
    >> >Server, Windows 2003 Server with no problems however it just won't work
    >on
    >> >XP!
    >> >
    >> >Also: I get the same errors whether or not I'm using VS.NET - if that
    >> helps.
    >> >
    >> >Thanks again for your help!
    >> >
    >> >Fred
    >> >
    >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >> >news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    >> >> Hi Fred,
    >> >>
    >> >> Check the IIS logs in c:\Windows\System32\LogFiles and see what the
    >> status
    >> >> is there.
    >> >>
    >> >> Jim Cheshire [MSFT]
    >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> Microsoft Developer Support
    >> >> [email]jamesche@online.microsoft.com[/email]
    >> >>
    >> >> This post is provided "AS-IS" with no warranties and confers no
    rights.
    >> >>
    >> >> --------------------
    >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >> >Date: Fri, 16 Jul 2004 15:36:59 -0400
    >> >> >Lines: 80
    >> >> >X-Priority: 3
    >> >> >X-MSMail-Priority: Normal
    >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >> >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >Path:
    >> >>
    >>
    >>cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MS FTNGP08.phx.gbl!tk2msftngp
    1
    >> 3
    >> >> phx.gbl
    >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> microsoft.public.dotnet.framework.aspnet.security: 10842
    >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >
    >> >> >Jim:
    >> >> >
    >> >> >Thanks for your response!
    >> >> >
    >> >> >The site is configured to "script only" as you specified. The error
    >is
    >> >> just
    >> >> >403 - there is no .xxx after it.
    >> >> >
    >> >> >Also: This is a new install of Windows XP - I have copied the
    programs
    >> to
    >> >a
    >> >> >directory on the new machine and then I have web shared them.
    >> >> >
    >> >> >Thanks again,
    >> >> >
    >> >> >Fred
    >> >> >
    >> >> >
    >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    message
    >> >> >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    >> >> >> Hi Fred,
    >> >> >>
    >> >> >> This is often caused by having the site in IIS configured with an
    >> >execute
    >> >> >> permission setting of None. It should be set to Script Only.
    >> However,
    >> >> in
    >> >> >> order to know for sure, we need to know the complete status code.
    >In
    >> >> >other
    >> >> >> words 403.x; what is the x?
    >> >> >>
    >> >> >> Jim Cheshire [MSFT]
    >> >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> >> Microsoft Developer Support
    >> >> >> [email]jamesche@online.microsoft.com[/email]
    >> >> >>
    >> >> >> This post is provided "AS-IS" with no warranties and confers no
    >> rights.
    >> >> >>
    >> >> >> --------------------
    >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >> >Subject: Windows XP - IIS Access Denied 403
    >> >> >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    >> >> >> >Lines: 22
    >> >> >> >X-Priority: 3
    >> >> >> >X-MSMail-Priority: Normal
    >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    >> >> >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >> >Path:
    >> >> >>
    >> >>
    >>
    >>>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2M SFTNGXA05.phx.gbl!TK2MSFTN
    G
    >> P
    >> >> 0
    >> >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >> >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10840
    >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >
    >> >> >> >Hi:
    >> >> >> >
    >> >> >> >Well today is the day that I install my new and improved compuer
    >and
    >> >> move
    >> >> >> my
    >> >> >> >development to XP from Windows 2000.
    >> >> >> >
    >> >> >> >Everything is working fine (MSDE, .NET) except that for some
    reason
    >I
    >> >> >can't
    >> >> >> >access many of my web pages from within VS.NET or from a browser
    >> >running
    >> >> >> >locally and other computers - I keep getting an error 403 - access
    >> >> >> >forbidden.
    >> >> >> >
    >> >> >> >I've been through IIS administration and can't find anything that
    >> >makes
    >> >> >> >sense - it appears that I'm allowed to access everything!
    >> >> >> >
    >> >> >> >I'm sure I'm just "one checkbox" away from this working - if
    anyone
    >> >> knows
    >> >> >> >what to do I would GREATLY appreciate it!
    >> >> >> >
    >> >> >> >Thanks,
    >> >> >> >
    >> >> >> >Fred
    >> >> >> >
    >> >> >> >
    >> >> >> >
    >> >> >> >
    >> >> >>
    >> >> >
    >> >> >
    >> >> >
    >> >>
    >> >
    >> >
    >> >
    >>
    >
    >
    >
    Jim Cheshire [MSFT] Guest

  10. #9

    Default Re: Windows XP - IIS Access Denied 403

    Hi Jim:

    I checked the directory security as you asked me to and found the following:

    1) Default website - not set up - prompts would allow me to set it up - no
    "delete" option

    2) Application site: not set up and no buttons activated that would allow me
    to set it up.

    The application does not attempt to use SSL at any time so I don't
    understand why this is happening. I do use session control and other apps
    that I have written are working fine on this XP machine.

    Any suggestions would be appreciated.

    Thanks,

    Fred


    "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    news:6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl...
    > Hi Fred,
    >
    > As we discussed in e-mail, the status code you are seeing is a 403.5. If
    I
    > look up that status code, I see this:
    >
    > 403.5 - SSL 128 required
    >
    > I would check the configuration of the Web site in IIS. Right-click on
    the
    > site and choose Properties. Click the Directory Security tab and check to
    > see if a certificate is required. It looks like it is configured to
    > require a certificate.
    >
    > Jim Cheshire [MSFT]
    > MCP+I, MCSE, MCSD, MCDBA
    > Microsoft Developer Support
    > [email]jamesche@online.microsoft.com[/email]
    >
    > This post is provided "AS-IS" with no warranties and confers no rights.
    >
    > --------------------
    > >From: "Fred Nelson" <fred@smartybird.com>
    > >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    > <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    > <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    > >Subject: Re: Windows XP - IIS Access Denied 403
    > >Date: Fri, 16 Jul 2004 19:42:56 -0400
    > >Lines: 206
    > >X-Priority: 3
    > >X-MSMail-Priority: Normal
    > >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >Message-ID: <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    > >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >Path:
    >
    cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSFT NGXA05.phx.gbl!TK2MSFTNGP0
    > 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    > >Xref: cpmsftngxa06.phx.gbl
    > microsoft.public.dotnet.framework.aspnet.security: 10848
    > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >
    > >Jim:
    > >
    > >Thanks VERY much for your help - I have sent the log files to your
    e-mail.
    > >
    > >Fred
    > >
    > >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    > >news:gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl...
    > >> Fred,
    > >>
    > >> Can you please e-mail me the IIS logs? Just leave off "online" in my
    > >> e-mail address.
    > >>
    > >> Jim Cheshire [MSFT]
    > >> MCP+I, MCSE, MCSD, MCDBA
    > >> Microsoft Developer Support
    > >> [email]jamesche@online.microsoft.com[/email]
    > >>
    > >> This post is provided "AS-IS" with no warranties and confers no rights.
    > >>
    > >> --------------------
    > >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    > >> >Subject: Re: Windows XP - IIS Access Denied 403
    > >> >Date: Fri, 16 Jul 2004 18:16:07 -0400
    > >> >Lines: 146
    > >> >X-Priority: 3
    > >> >X-MSMail-Priority: Normal
    > >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >> >Message-ID: <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    > >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    > >> >Xref: cpmsftngxa06.phx.gbl
    > >> microsoft.public.dotnet.framework.aspnet.security: 10845
    > >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >
    > >> >Jim:
    > >> >
    > >> >I checked the log files as you asked - all that I see is error 403 -
    no
    > >> >extensions (403.###). I checked the entire file and none of the 403
    > >errors
    > >> >have any extensions.
    > >> >
    > >> >This is strange - I have this application running on Windows 2000, W2K
    > >> >Server, Windows 2003 Server with no problems however it just won't
    work
    > >on
    > >> >XP!
    > >> >
    > >> >Also: I get the same errors whether or not I'm using VS.NET - if that
    > >> helps.
    > >> >
    > >> >Thanks again for your help!
    > >> >
    > >> >Fred
    > >> >
    > >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    > >> >news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    > >> >> Hi Fred,
    > >> >>
    > >> >> Check the IIS logs in c:\Windows\System32\LogFiles and see what the
    > >> status
    > >> >> is there.
    > >> >>
    > >> >> Jim Cheshire [MSFT]
    > >> >> MCP+I, MCSE, MCSD, MCDBA
    > >> >> Microsoft Developer Support
    > >> >> [email]jamesche@online.microsoft.com[/email]
    > >> >>
    > >> >> This post is provided "AS-IS" with no warranties and confers no
    > rights.
    > >> >>
    > >> >> --------------------
    > >> >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    > >> >> >Date: Fri, 16 Jul 2004 15:36:59 -0400
    > >> >> >Lines: 80
    > >> >> >X-Priority: 3
    > >> >> >X-MSMail-Priority: Normal
    > >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >> >> >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >> >Path:
    > >> >>
    > >>
    >
    >>cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MS FTNGP08.phx.gbl!tk2msftngp
    > 1
    > >> 3
    > >> >> phx.gbl
    > >> >> >Xref: cpmsftngxa06.phx.gbl
    > >> >> microsoft.public.dotnet.framework.aspnet.security: 10842
    > >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >
    > >> >> >Jim:
    > >> >> >
    > >> >> >Thanks for your response!
    > >> >> >
    > >> >> >The site is configured to "script only" as you specified. The
    error
    > >is
    > >> >> just
    > >> >> >403 - there is no .xxx after it.
    > >> >> >
    > >> >> >Also: This is a new install of Windows XP - I have copied the
    > programs
    > >> to
    > >> >a
    > >> >> >directory on the new machine and then I have web shared them.
    > >> >> >
    > >> >> >Thanks again,
    > >> >> >
    > >> >> >Fred
    > >> >> >
    > >> >> >
    > >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    > message
    > >> >> >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    > >> >> >> Hi Fred,
    > >> >> >>
    > >> >> >> This is often caused by having the site in IIS configured with an
    > >> >execute
    > >> >> >> permission setting of None. It should be set to Script Only.
    > >> However,
    > >> >> in
    > >> >> >> order to know for sure, we need to know the complete status code.
    > >In
    > >> >> >other
    > >> >> >> words 403.x; what is the x?
    > >> >> >>
    > >> >> >> Jim Cheshire [MSFT]
    > >> >> >> MCP+I, MCSE, MCSD, MCDBA
    > >> >> >> Microsoft Developer Support
    > >> >> >> [email]jamesche@online.microsoft.com[/email]
    > >> >> >>
    > >> >> >> This post is provided "AS-IS" with no warranties and confers no
    > >> rights.
    > >> >> >>
    > >> >> >> --------------------
    > >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >> >> >Subject: Windows XP - IIS Access Denied 403
    > >> >> >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    > >> >> >> >Lines: 22
    > >> >> >> >X-Priority: 3
    > >> >> >> >X-MSMail-Priority: Normal
    > >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    > >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    > >> >> >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >> >> >Path:
    > >> >> >>
    > >> >>
    > >>
    >
    >>>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2M SFTNGXA05.phx.gbl!TK2MSFTN
    > G
    > >> P
    > >> >> 0
    > >> >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    > >> >> >> >Xref: cpmsftngxa06.phx.gbl
    > >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10840
    > >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >> >
    > >> >> >> >Hi:
    > >> >> >> >
    > >> >> >> >Well today is the day that I install my new and improved compuer
    > >and
    > >> >> move
    > >> >> >> my
    > >> >> >> >development to XP from Windows 2000.
    > >> >> >> >
    > >> >> >> >Everything is working fine (MSDE, .NET) except that for some
    > reason
    > >I
    > >> >> >can't
    > >> >> >> >access many of my web pages from within VS.NET or from a browser
    > >> >running
    > >> >> >> >locally and other computers - I keep getting an error 403 -
    access
    > >> >> >> >forbidden.
    > >> >> >> >
    > >> >> >> >I've been through IIS administration and can't find anything
    that
    > >> >makes
    > >> >> >> >sense - it appears that I'm allowed to access everything!
    > >> >> >> >
    > >> >> >> >I'm sure I'm just "one checkbox" away from this working - if
    > anyone
    > >> >> knows
    > >> >> >> >what to do I would GREATLY appreciate it!
    > >> >> >> >
    > >> >> >> >Thanks,
    > >> >> >> >
    > >> >> >> >Fred
    > >> >> >> >
    > >> >> >> >
    > >> >> >> >
    > >> >> >> >
    > >> >> >>
    > >> >> >
    > >> >> >
    > >> >> >
    > >> >>
    > >> >
    > >> >
    > >> >
    > >>
    > >
    > >
    > >
    >

    Fred Nelson Guest

  11. #10

    Default Re: Windows XP - IIS Access Denied 403

    Hi Fred,

    I need you to get me a Netmon trace. To do that, you need to be able to
    browse to the Windows XP machine from a remote machine. Can you do that?


    Jim Cheshire [MSFT]
    MCP+I, MCSE, MCSD, MCDBA
    Microsoft Developer Support
    [email]jamesche@online.microsoft.com[/email]

    This post is provided "AS-IS" with no warranties and confers no rights.


    --------------------
    >From: "Fred Nelson" <fred@smartybird.com>
    >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    <6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl>
    >Subject: Re: Windows XP - IIS Access Denied 403
    >Date: Mon, 19 Jul 2004 13:28:01 -0400
    >Lines: 295
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >Message-ID: <uNq#6TbbEHA.3684@TK2MSFTNGP09.phx.gbl>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP09
    .phx.gbl
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security: 10858
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Hi Jim:
    >
    >I checked the directory security as you asked me to and found the
    following:
    >
    >1) Default website - not set up - prompts would allow me to set it up - no
    >"delete" option
    >
    >2) Application site: not set up and no buttons activated that would allow
    me
    >to set it up.
    >
    >The application does not attempt to use SSL at any time so I don't
    >understand why this is happening. I do use session control and other apps
    >that I have written are working fine on this XP machine.
    >
    >Any suggestions would be appreciated.
    >
    >Thanks,
    >
    >Fred
    >
    >
    >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >news:6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl...
    >> Hi Fred,
    >>
    >> As we discussed in e-mail, the status code you are seeing is a 403.5. If
    >I
    >> look up that status code, I see this:
    >>
    >> 403.5 - SSL 128 required
    >>
    >> I would check the configuration of the Web site in IIS. Right-click on
    >the
    >> site and choose Properties. Click the Directory Security tab and check
    to
    >> see if a certificate is required. It looks like it is configured to
    >> require a certificate.
    >>
    >> Jim Cheshire [MSFT]
    >> MCP+I, MCSE, MCSD, MCDBA
    >> Microsoft Developer Support
    >> [email]jamesche@online.microsoft.com[/email]
    >>
    >> This post is provided "AS-IS" with no warranties and confers no rights.
    >>
    >> --------------------
    >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    >> <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    >> <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >Date: Fri, 16 Jul 2004 19:42:56 -0400
    >> >Lines: 206
    >> >X-Priority: 3
    >> >X-MSMail-Priority: Normal
    >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >Message-ID: <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >Path:
    >>
    >cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSF TNGXA05.phx.gbl!TK2MSFTNGP
    0
    >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >> >Xref: cpmsftngxa06.phx.gbl
    >> microsoft.public.dotnet.framework.aspnet.security: 10848
    >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >
    >> >Jim:
    >> >
    >> >Thanks VERY much for your help - I have sent the log files to your
    >e-mail.
    >> >
    >> >Fred
    >> >
    >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >> >news:gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl...
    >> >> Fred,
    >> >>
    >> >> Can you please e-mail me the IIS logs? Just leave off "online" in my
    >> >> e-mail address.
    >> >>
    >> >> Jim Cheshire [MSFT]
    >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> Microsoft Developer Support
    >> >> [email]jamesche@online.microsoft.com[/email]
    >> >>
    >> >> This post is provided "AS-IS" with no warranties and confers no
    rights.
    >> >>
    >> >> --------------------
    >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >> >Date: Fri, 16 Jul 2004 18:16:07 -0400
    >> >> >Lines: 146
    >> >> >X-Priority: 3
    >> >> >X-MSMail-Priority: Normal
    >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >> >Message-ID: <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> microsoft.public.dotnet.framework.aspnet.security: 10845
    >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >
    >> >> >Jim:
    >> >> >
    >> >> >I checked the log files as you asked - all that I see is error 403 -
    >no
    >> >> >extensions (403.###). I checked the entire file and none of the 403
    >> >errors
    >> >> >have any extensions.
    >> >> >
    >> >> >This is strange - I have this application running on Windows 2000,
    W2K
    >> >> >Server, Windows 2003 Server with no problems however it just won't
    >work
    >> >on
    >> >> >XP!
    >> >> >
    >> >> >Also: I get the same errors whether or not I'm using VS.NET - if that
    >> >> helps.
    >> >> >
    >> >> >Thanks again for your help!
    >> >> >
    >> >> >Fred
    >> >> >
    >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    message
    >> >> >news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    >> >> >> Hi Fred,
    >> >> >>
    >> >> >> Check the IIS logs in c:\Windows\System32\LogFiles and see what the
    >> >> status
    >> >> >> is there.
    >> >> >>
    >> >> >> Jim Cheshire [MSFT]
    >> >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> >> Microsoft Developer Support
    >> >> >> [email]jamesche@online.microsoft.com[/email]
    >> >> >>
    >> >> >> This post is provided "AS-IS" with no warranties and confers no
    >> rights.
    >> >> >>
    >> >> >> --------------------
    >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >> >> >Date: Fri, 16 Jul 2004 15:36:59 -0400
    >> >> >> >Lines: 80
    >> >> >> >X-Priority: 3
    >> >> >> >X-MSMail-Priority: Normal
    >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >> >> >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >> >Path:
    >> >> >>
    >> >>
    >>
    >>>cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2M SFTNGP08.phx.gbl!tk2msftng
    p
    >> 1
    >> >> 3
    >> >> >> phx.gbl
    >> >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10842
    >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >
    >> >> >> >Jim:
    >> >> >> >
    >> >> >> >Thanks for your response!
    >> >> >> >
    >> >> >> >The site is configured to "script only" as you specified. The
    >error
    >> >is
    >> >> >> just
    >> >> >> >403 - there is no .xxx after it.
    >> >> >> >
    >> >> >> >Also: This is a new install of Windows XP - I have copied the
    >> programs
    >> >> to
    >> >> >a
    >> >> >> >directory on the new machine and then I have web shared them.
    >> >> >> >
    >> >> >> >Thanks again,
    >> >> >> >
    >> >> >> >Fred
    >> >> >> >
    >> >> >> >
    >> >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    >> message
    >> >> >> >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    >> >> >> >> Hi Fred,
    >> >> >> >>
    >> >> >> >> This is often caused by having the site in IIS configured with
    an
    >> >> >execute
    >> >> >> >> permission setting of None. It should be set to Script Only.
    >> >> However,
    >> >> >> in
    >> >> >> >> order to know for sure, we need to know the complete status
    code.
    >> >In
    >> >> >> >other
    >> >> >> >> words 403.x; what is the x?
    >> >> >> >>
    >> >> >> >> Jim Cheshire [MSFT]
    >> >> >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> >> >> Microsoft Developer Support
    >> >> >> >> [email]jamesche@online.microsoft.com[/email]
    >> >> >> >>
    >> >> >> >> This post is provided "AS-IS" with no warranties and confers no
    >> >> rights.
    >> >> >> >>
    >> >> >> >> --------------------
    >> >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >> >> >Subject: Windows XP - IIS Access Denied 403
    >> >> >> >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    >> >> >> >> >Lines: 22
    >> >> >> >> >X-Priority: 3
    >> >> >> >> >X-MSMail-Priority: Normal
    >> >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    >> >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    >> >> >> >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >> >> >Path:
    >> >> >> >>
    >> >> >>
    >> >>
    >>
    >>>>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2 MSFTNGXA05.phx.gbl!TK2MSFT
    N
    >> G
    >> >> P
    >> >> >> 0
    >> >> >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >> >> >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10840
    >> >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >> >
    >> >> >> >> >Hi:
    >> >> >> >> >
    >> >> >> >> >Well today is the day that I install my new and improved
    compuer
    >> >and
    >> >> >> move
    >> >> >> >> my
    >> >> >> >> >development to XP from Windows 2000.
    >> >> >> >> >
    >> >> >> >> >Everything is working fine (MSDE, .NET) except that for some
    >> reason
    >> >I
    >> >> >> >can't
    >> >> >> >> >access many of my web pages from within VS.NET or from a
    browser
    >> >> >running
    >> >> >> >> >locally and other computers - I keep getting an error 403 -
    >access
    >> >> >> >> >forbidden.
    >> >> >> >> >
    >> >> >> >> >I've been through IIS administration and can't find anything
    >that
    >> >> >makes
    >> >> >> >> >sense - it appears that I'm allowed to access everything!
    >> >> >> >> >
    >> >> >> >> >I'm sure I'm just "one checkbox" away from this working - if
    >> anyone
    >> >> >> knows
    >> >> >> >> >what to do I would GREATLY appreciate it!
    >> >> >> >> >
    >> >> >> >> >Thanks,
    >> >> >> >> >
    >> >> >> >> >Fred
    >> >> >> >> >
    >> >> >> >> >
    >> >> >> >> >
    >> >> >> >> >
    >> >> >> >>
    >> >> >> >
    >> >> >> >
    >> >> >> >
    >> >> >>
    >> >> >
    >> >> >
    >> >> >
    >> >>
    >> >
    >> >
    >> >
    >>
    >
    >
    >
    Jim Cheshire [MSFT] Guest

  12. #11

    Default Re: Windows XP - IIS Access Denied 403

    Jim:

    Yes I can do that - lots of equipment here!

    Thanks very much!

    Fred


    "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    news:epua6ZdbEHA.2428@cpmsftngxa06.phx.gbl...
    > Hi Fred,
    >
    > I need you to get me a Netmon trace. To do that, you need to be able to
    > browse to the Windows XP machine from a remote machine. Can you do that?
    >
    >
    > Jim Cheshire [MSFT]
    > MCP+I, MCSE, MCSD, MCDBA
    > Microsoft Developer Support
    > [email]jamesche@online.microsoft.com[/email]
    >
    > This post is provided "AS-IS" with no warranties and confers no rights.
    >
    >
    > --------------------
    > >From: "Fred Nelson" <fred@smartybird.com>
    > >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    > <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    > <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    > <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    > <6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl>
    > >Subject: Re: Windows XP - IIS Access Denied 403
    > >Date: Mon, 19 Jul 2004 13:28:01 -0400
    > >Lines: 295
    > >X-Priority: 3
    > >X-MSMail-Priority: Normal
    > >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >Message-ID: <uNq#6TbbEHA.3684@TK2MSFTNGP09.phx.gbl>
    > >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >Path:
    >
    cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP09
    > phx.gbl
    > >Xref: cpmsftngxa06.phx.gbl
    > microsoft.public.dotnet.framework.aspnet.security: 10858
    > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >
    > >Hi Jim:
    > >
    > >I checked the directory security as you asked me to and found the
    > following:
    > >
    > >1) Default website - not set up - prompts would allow me to set it up -
    no
    > >"delete" option
    > >
    > >2) Application site: not set up and no buttons activated that would allow
    > me
    > >to set it up.
    > >
    > >The application does not attempt to use SSL at any time so I don't
    > >understand why this is happening. I do use session control and other
    apps
    > >that I have written are working fine on this XP machine.
    > >
    > >Any suggestions would be appreciated.
    > >
    > >Thanks,
    > >
    > >Fred
    > >
    > >
    > >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    > >news:6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl...
    > >> Hi Fred,
    > >>
    > >> As we discussed in e-mail, the status code you are seeing is a 403.5.
    If
    > >I
    > >> look up that status code, I see this:
    > >>
    > >> 403.5 - SSL 128 required
    > >>
    > >> I would check the configuration of the Web site in IIS. Right-click on
    > >the
    > >> site and choose Properties. Click the Directory Security tab and check
    > to
    > >> see if a certificate is required. It looks like it is configured to
    > >> require a certificate.
    > >>
    > >> Jim Cheshire [MSFT]
    > >> MCP+I, MCSE, MCSD, MCDBA
    > >> Microsoft Developer Support
    > >> [email]jamesche@online.microsoft.com[/email]
    > >>
    > >> This post is provided "AS-IS" with no warranties and confers no rights.
    > >>
    > >> --------------------
    > >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    > >> <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    > >> <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    > >> >Subject: Re: Windows XP - IIS Access Denied 403
    > >> >Date: Fri, 16 Jul 2004 19:42:56 -0400
    > >> >Lines: 206
    > >> >X-Priority: 3
    > >> >X-MSMail-Priority: Normal
    > >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >> >Message-ID: <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    > >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >Path:
    > >>
    >
    >cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSF TNGXA05.phx.gbl!TK2MSFTNGP
    > 0
    > >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    > >> >Xref: cpmsftngxa06.phx.gbl
    > >> microsoft.public.dotnet.framework.aspnet.security: 10848
    > >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >
    > >> >Jim:
    > >> >
    > >> >Thanks VERY much for your help - I have sent the log files to your
    > >e-mail.
    > >> >
    > >> >Fred
    > >> >
    > >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    > >> >news:gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl...
    > >> >> Fred,
    > >> >>
    > >> >> Can you please e-mail me the IIS logs? Just leave off "online" in
    my
    > >> >> e-mail address.
    > >> >>
    > >> >> Jim Cheshire [MSFT]
    > >> >> MCP+I, MCSE, MCSD, MCDBA
    > >> >> Microsoft Developer Support
    > >> >> [email]jamesche@online.microsoft.com[/email]
    > >> >>
    > >> >> This post is provided "AS-IS" with no warranties and confers no
    > rights.
    > >> >>
    > >> >> --------------------
    > >> >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > >> >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > >> >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    > >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    > >> >> >Date: Fri, 16 Jul 2004 18:16:07 -0400
    > >> >> >Lines: 146
    > >> >> >X-Priority: 3
    > >> >> >X-MSMail-Priority: Normal
    > >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >> >> >Message-ID: <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    > >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >> >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    > >> >> >Xref: cpmsftngxa06.phx.gbl
    > >> >> microsoft.public.dotnet.framework.aspnet.security: 10845
    > >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >
    > >> >> >Jim:
    > >> >> >
    > >> >> >I checked the log files as you asked - all that I see is error
    403 -
    > >no
    > >> >> >extensions (403.###). I checked the entire file and none of the
    403
    > >> >errors
    > >> >> >have any extensions.
    > >> >> >
    > >> >> >This is strange - I have this application running on Windows 2000,
    > W2K
    > >> >> >Server, Windows 2003 Server with no problems however it just won't
    > >work
    > >> >on
    > >> >> >XP!
    > >> >> >
    > >> >> >Also: I get the same errors whether or not I'm using VS.NET - if
    that
    > >> >> helps.
    > >> >> >
    > >> >> >Thanks again for your help!
    > >> >> >
    > >> >> >Fred
    > >> >> >
    > >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    > message
    > >> >> >news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    > >> >> >> Hi Fred,
    > >> >> >>
    > >> >> >> Check the IIS logs in c:\Windows\System32\LogFiles and see what
    the
    > >> >> status
    > >> >> >> is there.
    > >> >> >>
    > >> >> >> Jim Cheshire [MSFT]
    > >> >> >> MCP+I, MCSE, MCSD, MCDBA
    > >> >> >> Microsoft Developer Support
    > >> >> >> [email]jamesche@online.microsoft.com[/email]
    > >> >> >>
    > >> >> >> This post is provided "AS-IS" with no warranties and confers no
    > >> rights.
    > >> >> >>
    > >> >> >> --------------------
    > >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    > >> >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    > >> >> >> >Date: Fri, 16 Jul 2004 15:36:59 -0400
    > >> >> >> >Lines: 80
    > >> >> >> >X-Priority: 3
    > >> >> >> >X-MSMail-Priority: Normal
    > >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    > >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    > >> >> >> >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    > >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >> >> >Path:
    > >> >> >>
    > >> >>
    > >>
    >
    >>>cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2M SFTNGP08.phx.gbl!tk2msftng
    > p
    > >> 1
    > >> >> 3
    > >> >> >> phx.gbl
    > >> >> >> >Xref: cpmsftngxa06.phx.gbl
    > >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10842
    > >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >> >
    > >> >> >> >Jim:
    > >> >> >> >
    > >> >> >> >Thanks for your response!
    > >> >> >> >
    > >> >> >> >The site is configured to "script only" as you specified. The
    > >error
    > >> >is
    > >> >> >> just
    > >> >> >> >403 - there is no .xxx after it.
    > >> >> >> >
    > >> >> >> >Also: This is a new install of Windows XP - I have copied the
    > >> programs
    > >> >> to
    > >> >> >a
    > >> >> >> >directory on the new machine and then I have web shared them.
    > >> >> >> >
    > >> >> >> >Thanks again,
    > >> >> >> >
    > >> >> >> >Fred
    > >> >> >> >
    > >> >> >> >
    > >> >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    > >> message
    > >> >> >> >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    > >> >> >> >> Hi Fred,
    > >> >> >> >>
    > >> >> >> >> This is often caused by having the site in IIS configured with
    > an
    > >> >> >execute
    > >> >> >> >> permission setting of None. It should be set to Script Only.
    > >> >> However,
    > >> >> >> in
    > >> >> >> >> order to know for sure, we need to know the complete status
    > code.
    > >> >In
    > >> >> >> >other
    > >> >> >> >> words 403.x; what is the x?
    > >> >> >> >>
    > >> >> >> >> Jim Cheshire [MSFT]
    > >> >> >> >> MCP+I, MCSE, MCSD, MCDBA
    > >> >> >> >> Microsoft Developer Support
    > >> >> >> >> [email]jamesche@online.microsoft.com[/email]
    > >> >> >> >>
    > >> >> >> >> This post is provided "AS-IS" with no warranties and confers
    no
    > >> >> rights.
    > >> >> >> >>
    > >> >> >> >> --------------------
    > >> >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    > >> >> >> >> >Subject: Windows XP - IIS Access Denied 403
    > >> >> >> >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    > >> >> >> >> >Lines: 22
    > >> >> >> >> >X-Priority: 3
    > >> >> >> >> >X-MSMail-Priority: Normal
    > >> >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    > >> >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    > >> >> >> >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    > >> >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    > >> >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    > >> >> >> >> >Path:
    > >> >> >> >>
    > >> >> >>
    > >> >>
    > >>
    >
    >>>>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2 MSFTNGXA05.phx.gbl!TK2MSFT
    > N
    > >> G
    > >> >> P
    > >> >> >> 0
    > >> >> >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    > >> >> >> >> >Xref: cpmsftngxa06.phx.gbl
    > >> >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10840
    > >> >> >> >> >X-Tomcat-NG:
    microsoft.public.dotnet.framework.aspnet.security
    > >> >> >> >> >
    > >> >> >> >> >Hi:
    > >> >> >> >> >
    > >> >> >> >> >Well today is the day that I install my new and improved
    > compuer
    > >> >and
    > >> >> >> move
    > >> >> >> >> my
    > >> >> >> >> >development to XP from Windows 2000.
    > >> >> >> >> >
    > >> >> >> >> >Everything is working fine (MSDE, .NET) except that for some
    > >> reason
    > >> >I
    > >> >> >> >can't
    > >> >> >> >> >access many of my web pages from within VS.NET or from a
    > browser
    > >> >> >running
    > >> >> >> >> >locally and other computers - I keep getting an error 403 -
    > >access
    > >> >> >> >> >forbidden.
    > >> >> >> >> >
    > >> >> >> >> >I've been through IIS administration and can't find anything
    > >that
    > >> >> >makes
    > >> >> >> >> >sense - it appears that I'm allowed to access everything!
    > >> >> >> >> >
    > >> >> >> >> >I'm sure I'm just "one checkbox" away from this working - if
    > >> anyone
    > >> >> >> knows
    > >> >> >> >> >what to do I would GREATLY appreciate it!
    > >> >> >> >> >
    > >> >> >> >> >Thanks,
    > >> >> >> >> >
    > >> >> >> >> >Fred
    > >> >> >> >> >
    > >> >> >> >> >
    > >> >> >> >> >
    > >> >> >> >> >
    > >> >> >> >>
    > >> >> >> >
    > >> >> >> >
    > >> >> >> >
    > >> >> >>
    > >> >> >
    > >> >> >
    > >> >> >
    > >> >>
    > >> >
    > >> >
    > >> >
    > >>
    > >
    > >
    > >
    >

    Fred Nelson Guest

  13. #12

    Default Re: Windows XP - IIS Access Denied 403

    Hi Fred,

    Perfect. That will tell us for sure what's going on between these two
    boxes.

    Here's the instructions documentation:

    * Download Netmon from the following location:
    [url]ftp://ftp.microsoft.com/PSS/Tools/NetMon/Netmon2.zip[/url]

    * Unzip the files into the folder of your choice. The password for the
    zip file is "trace" without the quotes.

    * Run the EXE to install Network Monitor.

    * Start Network Monitor. After installation, you will find Network
    Monitor in the Administrative Tools folder in Control Panel. Look in the
    Network Analysis Tools folder.

    * Click the Capture menu and select "Buffer Settings".

    * Set the buffer to 5MB and click OK.

    * Click the Play button to start capturing. You should see the Frames Per
    Second, Bytes Per Second, and other meters moving. If you don't, go to the
    "Changing the Capture Card" below before continuing.

    * Proceed to reproduce your problem with Network Monitor running and
    capturing.

    * After you have reproduced your problem, click the Stop button (the
    square) in Network Monitor to stop capturing.

    * Click the Save button to save the log.

    == Changing the Capture Card ==
    If you have more than one network card, you may need to change the card
    that Network Monitor is capturing. To do this:

    * On the Capture menu, choose Networks...
    * Expand Local Computer if necessary.
    * Select the appropriate adapter and click OK.

    After you've done that, try capturing again. If you still do not capture
    any packets, try a different network card until you locate the active card
    for your network connection.

    Once you have the Netmon trace, send it to me at my e-mail address and I'll
    reply back here.

    Jim Cheshire [MSFT]
    MCP+I, MCSE, MCSD, MCDBA
    Microsoft Developer Support
    [email]jamesche@online.microsoft.com[/email]

    This post is provided "AS-IS" with no warranties and confers no rights.

    --------------------
    >From: "Fred Nelson" <fred@smartybird.com>
    >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    <6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl>
    <uNq#6TbbEHA.3684@TK2MSFTNGP09.phx.gbl>
    <epua6ZdbEHA.2428@cpmsftngxa06.phx.gbl>
    >Subject: Re: Windows XP - IIS Access Denied 403
    >Date: Tue, 20 Jul 2004 08:41:29 -0400
    >Lines: 379
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >Message-ID: <Oe7VdYlbEHA.1004@TK2MSFTNGP11.phx.gbl>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security: 10871
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Jim:
    >
    >Yes I can do that - lots of equipment here!
    >
    >Thanks very much!
    >
    >Fred
    >
    >
    >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >news:epua6ZdbEHA.2428@cpmsftngxa06.phx.gbl...
    >> Hi Fred,
    >>
    >> I need you to get me a Netmon trace. To do that, you need to be able to
    >> browse to the Windows XP machine from a remote machine. Can you do that?
    >>
    >>
    >> Jim Cheshire [MSFT]
    >> MCP+I, MCSE, MCSD, MCDBA
    >> Microsoft Developer Support
    >> [email]jamesche@online.microsoft.com[/email]
    >>
    >> This post is provided "AS-IS" with no warranties and confers no rights.
    >>
    >>
    >> --------------------
    >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    >> <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    >> <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    >> <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    >> <6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl>
    >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >Date: Mon, 19 Jul 2004 13:28:01 -0400
    >> >Lines: 295
    >> >X-Priority: 3
    >> >X-MSMail-Priority: Normal
    >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >Message-ID: <uNq#6TbbEHA.3684@TK2MSFTNGP09.phx.gbl>
    >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >Path:
    >>
    >cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP0
    9
    >> phx.gbl
    >> >Xref: cpmsftngxa06.phx.gbl
    >> microsoft.public.dotnet.framework.aspnet.security: 10858
    >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >
    >> >Hi Jim:
    >> >
    >> >I checked the directory security as you asked me to and found the
    >> following:
    >> >
    >> >1) Default website - not set up - prompts would allow me to set it up -
    >no
    >> >"delete" option
    >> >
    >> >2) Application site: not set up and no buttons activated that would
    allow
    >> me
    >> >to set it up.
    >> >
    >> >The application does not attempt to use SSL at any time so I don't
    >> >understand why this is happening. I do use session control and other
    >apps
    >> >that I have written are working fine on this XP machine.
    >> >
    >> >Any suggestions would be appreciated.
    >> >
    >> >Thanks,
    >> >
    >> >Fred
    >> >
    >> >
    >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
    >> >news:6oiJg6ZbEHA.3120@cpmsftngxa06.phx.gbl...
    >> >> Hi Fred,
    >> >>
    >> >> As we discussed in e-mail, the status code you are seeing is a 403.5.
    >If
    >> >I
    >> >> look up that status code, I see this:
    >> >>
    >> >> 403.5 - SSL 128 required
    >> >>
    >> >> I would check the configuration of the Web site in IIS. Right-click
    on
    >> >the
    >> >> site and choose Properties. Click the Directory Security tab and
    check
    >> to
    >> >> see if a certificate is required. It looks like it is configured to
    >> >> require a certificate.
    >> >>
    >> >> Jim Cheshire [MSFT]
    >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> Microsoft Developer Support
    >> >> [email]jamesche@online.microsoft.com[/email]
    >> >>
    >> >> This post is provided "AS-IS" with no warranties and confers no
    rights.
    >> >>
    >> >> --------------------
    >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    >> >> <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    >> >> <gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl>
    >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >> >Date: Fri, 16 Jul 2004 19:42:56 -0400
    >> >> >Lines: 206
    >> >> >X-Priority: 3
    >> >> >X-MSMail-Priority: Normal
    >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >> >Message-ID: <#nODh34aEHA.4032@TK2MSFTNGP11.phx.gbl>
    >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >Path:
    >> >>
    >>
    >>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MS FTNGXA05.phx.gbl!TK2MSFTNG
    P
    >> 0
    >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> microsoft.public.dotnet.framework.aspnet.security: 10848
    >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >
    >> >> >Jim:
    >> >> >
    >> >> >Thanks VERY much for your help - I have sent the log files to your
    >> >e-mail.
    >> >> >
    >> >> >Fred
    >> >> >
    >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    message
    >> >> >news:gyx3AV4aEHA.2804@cpmsftngxa06.phx.gbl...
    >> >> >> Fred,
    >> >> >>
    >> >> >> Can you please e-mail me the IIS logs? Just leave off "online" in
    >my
    >> >> >> e-mail address.
    >> >> >>
    >> >> >> Jim Cheshire [MSFT]
    >> >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> >> Microsoft Developer Support
    >> >> >> [email]jamesche@online.microsoft.com[/email]
    >> >> >>
    >> >> >> This post is provided "AS-IS" with no warranties and confers no
    >> rights.
    >> >> >>
    >> >> >> --------------------
    >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> >> >> <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> >> >> <e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl>
    >> >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >> >> >Date: Fri, 16 Jul 2004 18:16:07 -0400
    >> >> >> >Lines: 146
    >> >> >> >X-Priority: 3
    >> >> >> >X-MSMail-Priority: Normal
    >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >> >> >Message-ID: <O7CcAH4aEHA.1656@TK2MSFTNGP09.phx.gbl>
    >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >> >Path:
    >cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
    >> >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10845
    >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >
    >> >> >> >Jim:
    >> >> >> >
    >> >> >> >I checked the log files as you asked - all that I see is error
    >403 -
    >> >no
    >> >> >> >extensions (403.###). I checked the entire file and none of the
    >403
    >> >> >errors
    >> >> >> >have any extensions.
    >> >> >> >
    >> >> >> >This is strange - I have this application running on Windows 2000,
    >> W2K
    >> >> >> >Server, Windows 2003 Server with no problems however it just won't
    >> >work
    >> >> >on
    >> >> >> >XP!
    >> >> >> >
    >> >> >> >Also: I get the same errors whether or not I'm using VS.NET - if
    >that
    >> >> >> helps.
    >> >> >> >
    >> >> >> >Thanks again for your help!
    >> >> >> >
    >> >> >> >Fred
    >> >> >> >
    >> >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    >> message
    >> >> >> >news:e0Izcx3aEHA.3120@cpmsftngxa06.phx.gbl...
    >> >> >> >> Hi Fred,
    >> >> >> >>
    >> >> >> >> Check the IIS logs in c:\Windows\System32\LogFiles and see what
    >the
    >> >> >> status
    >> >> >> >> is there.
    >> >> >> >>
    >> >> >> >> Jim Cheshire [MSFT]
    >> >> >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> >> >> Microsoft Developer Support
    >> >> >> >> [email]jamesche@online.microsoft.com[/email]
    >> >> >> >>
    >> >> >> >> This post is provided "AS-IS" with no warranties and confers no
    >> >> rights.
    >> >> >> >>
    >> >> >> >> --------------------
    >> >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >> >> >References: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> >> >> <rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl>
    >> >> >> >> >Subject: Re: Windows XP - IIS Access Denied 403
    >> >> >> >> >Date: Fri, 16 Jul 2004 15:36:59 -0400
    >> >> >> >> >Lines: 80
    >> >> >> >> >X-Priority: 3
    >> >> >> >> >X-MSMail-Priority: Normal
    >> >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >> >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >> >> >> >> >Message-ID: <O$16Eu2aEHA.2812@tk2msftngp13.phx.gbl>
    >> >> >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >> >> >Path:
    >> >> >> >>
    >> >> >>
    >> >>
    >>
    >>>>cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2 MSFTNGP08.phx.gbl!tk2msftn
    g
    >> p
    >> >> 1
    >> >> >> 3
    >> >> >> >> phx.gbl
    >> >> >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10842
    >> >> >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >> >
    >> >> >> >> >Jim:
    >> >> >> >> >
    >> >> >> >> >Thanks for your response!
    >> >> >> >> >
    >> >> >> >> >The site is configured to "script only" as you specified. The
    >> >error
    >> >> >is
    >> >> >> >> just
    >> >> >> >> >403 - there is no .xxx after it.
    >> >> >> >> >
    >> >> >> >> >Also: This is a new install of Windows XP - I have copied the
    >> >> programs
    >> >> >> to
    >> >> >> >a
    >> >> >> >> >directory on the new machine and then I have web shared them.
    >> >> >> >> >
    >> >> >> >> >Thanks again,
    >> >> >> >> >
    >> >> >> >> >Fred
    >> >> >> >> >
    >> >> >> >> >
    >> >> >> >> >"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in
    >> >> message
    >> >> >> >> >news:rEAVxe2aEHA.600@cpmsftngxa06.phx.gbl...
    >> >> >> >> >> Hi Fred,
    >> >> >> >> >>
    >> >> >> >> >> This is often caused by having the site in IIS configured
    with
    >> an
    >> >> >> >execute
    >> >> >> >> >> permission setting of None. It should be set to Script Only.
    >> >> >> However,
    >> >> >> >> in
    >> >> >> >> >> order to know for sure, we need to know the complete status
    >> code.
    >> >> >In
    >> >> >> >> >other
    >> >> >> >> >> words 403.x; what is the x?
    >> >> >> >> >>
    >> >> >> >> >> Jim Cheshire [MSFT]
    >> >> >> >> >> MCP+I, MCSE, MCSD, MCDBA
    >> >> >> >> >> Microsoft Developer Support
    >> >> >> >> >> [email]jamesche@online.microsoft.com[/email]
    >> >> >> >> >>
    >> >> >> >> >> This post is provided "AS-IS" with no warranties and confers
    >no
    >> >> >> rights.
    >> >> >> >> >>
    >> >> >> >> >> --------------------
    >> >> >> >> >> >From: "Fred Nelson" <fred@smartybird.com>
    >> >> >> >> >> >Subject: Windows XP - IIS Access Denied 403
    >> >> >> >> >> >Date: Fri, 16 Jul 2004 14:29:46 -0400
    >> >> >> >> >> >Lines: 22
    >> >> >> >> >> >X-Priority: 3
    >> >> >> >> >> >X-MSMail-Priority: Normal
    >> >> >> >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
    >> >> >> >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
    >> >> >> >> >> >Message-ID: <OwoghI2aEHA.1840@TK2MSFTNGP11.phx.gbl>
    >> >> >> >> >> >Newsgroups:
    microsoft.public.dotnet.framework.aspnet.security
    >> >> >> >> >> >NNTP-Posting-Host: syr-24-58-82-45.twcny.rr.com 24.58.82.45
    >> >> >> >> >> >Path:
    >> >> >> >> >>
    >> >> >> >>
    >> >> >>
    >> >>
    >>
    >>>>>cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK 2MSFTNGXA05.phx.gbl!TK2MSF
    T
    >> N
    >> >> G
    >> >> >> P
    >> >> >> >> 0
    >> >> >> >> >> 8.phx.gbl!TK2MSFTNGP11.phx.gbl
    >> >> >> >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> >> >> >> microsoft.public.dotnet.framework.aspnet.security: 10840
    >> >> >> >> >> >X-Tomcat-NG:
    >microsoft.public.dotnet.framework.aspnet.securi ty
    >> >> >> >> >> >
    >> >> >> >> >> >Hi:
    >> >> >> >> >> >
    >> >> >> >> >> >Well today is the day that I install my new and improved
    >> compuer
    >> >> >and
    >> >> >> >> move
    >> >> >> >> >> my
    >> >> >> >> >> >development to XP from Windows 2000.
    >> >> >> >> >> >
    >> >> >> >> >> >Everything is working fine (MSDE, .NET) except that for some
    >> >> reason
    >> >> >I
    >> >> >> >> >can't
    >> >> >> >> >> >access many of my web pages from within VS.NET or from a
    >> browser
    >> >> >> >running
    >> >> >> >> >> >locally and other computers - I keep getting an error 403 -
    >> >access
    >> >> >> >> >> >forbidden.
    >> >> >> >> >> >
    >> >> >> >> >> >I've been through IIS administration and can't find anything
    >> >that
    >> >> >> >makes
    >> >> >> >> >> >sense - it appears that I'm allowed to access everything!
    >> >> >> >> >> >
    >> >> >> >> >> >I'm sure I'm just "one checkbox" away from this working - if
    >> >> anyone
    >> >> >> >> knows
    >> >> >> >> >> >what to do I would GREATLY appreciate it!
    >> >> >> >> >> >
    >> >> >> >> >> >Thanks,
    >> >> >> >> >> >
    >> >> >> >> >> >Fred
    >> >> >> >> >> >
    >> >> >> >> >> >
    >> >> >> >> >> >
    >> >> >> >> >> >
    >> >> >> >> >>
    >> >> >> >> >
    >> >> >> >> >
    >> >> >> >> >
    >> >> >> >>
    >> >> >> >
    >> >> >> >
    >> >> >> >
    >> >> >>
    >> >> >
    >> >> >
    >> >> >
    >> >>
    >> >
    >> >
    >> >
    >>
    >
    >
    >
    Jim Cheshire [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139