Access is denied. / HTTP 500 – Internal server error

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

  1. #1

    Default Access is denied. / HTTP 500 – Internal server error

    Hi,

    Looking for what I changed and how to correct.

    I have a Windows 2003 Sever that I have had running fine several .NET
    websites for over a year now.

    Today I decided to change my anonymous FTP site access from 'granted' and
    denied' IP addresses to 'not anonymous’ and require username password access.
    I created an ‘FTPGuest’ user account and gave it the file permissions I
    wanted. Tested the FTP site access and it works fine from within the LAN
    and/or from outside the WAN.

    However, now when I attempt to access my website I receive an IE webpage
    that ONLY SAYS “Access is denied.”, and nothing else. I see no error or
    information in the Event logs. I spent most of the afternoon playing with
    Permissions, User Accounts and Directory Security settings, but nothing has
    helped.

    A couple clues maybe:
    1) Windows 2003 server, Windows XP client and Windows 2000 clients, all
    logged into the local domain on different user accounts get the same error
    message “Access is denied.” (NOTE: With IE ‘Show Friendly HTTP Error’ set
    the error is “This page cannot be displayed. HTTP 500 – Internal server
    error")
    2) Windows 2000 client can still run and debug VS.Net web apps and access
    Windows 2003 server and MS SQL Server fine.

    Any ideas?? I’d rather not have to reinstall 

    Chris

    mangia Guest

  2. Similar Questions and Discussions

    1. HTTP 500 - Internal Server Error
      Hi. I'm getting an Internal Server Error on the following page All other pages on the site are working fine any and all help will be...
    2. HTTP/1.1 500 Internal Server Error
      Hi When I try to create ASP.NET Web Application I get error :HTTP/1.1 500 Internal Server Error I tried aspnet_regiis -i it doesnt work. What...
    3. CSoapSocketClientT and HTTP: 407 Access Denied error through Proxy Server
      I'm using VC++ to write an VC++ unmanaged client to communicate to a C#.NET web service. I have the proxy class for the unmanaged client and it uses...
    4. 'HTTP/1.1 500 Internal Server Error'
      Hi, i try to create a web-project with vstudio 2003. I am unable to create a new project. The following error occurs: 'HTTP/1.1 500 Internal...
    5. HTTP 500--Internal Server Error
      you are not providing any kind of detail where anyone could help you. "http 500--internal server error" just means there was an error if you...
  3. #2

    Default Re: Access is denied. / HTTP 500 - Internal server error

    500 is a server error, I would continue to look over my server settings.

    "mangia" <mangia@discussions.microsoft.com> wrote in message
    news:29977631-38AF-4F94-A05A-5F738D5139E8@microsoft.com...
    > Hi,
    >
    > Looking for what I changed and how to correct.
    >
    > I have a Windows 2003 Sever that I have had running fine several .NET
    > websites for over a year now.
    >
    > Today I decided to change my anonymous FTP site access from 'granted' and
    > denied' IP addresses to 'not anonymous' and require username password
    > access.
    > I created an 'FTPGuest' user account and gave it the file permissions I
    > wanted. Tested the FTP site access and it works fine from within the LAN
    > and/or from outside the WAN.
    >
    > However, now when I attempt to access my website I receive an IE webpage
    > that ONLY SAYS "Access is denied.", and nothing else. I see no error or
    > information in the Event logs. I spent most of the afternoon playing with
    > Permissions, User Accounts and Directory Security settings, but nothing
    > has
    > helped.
    >
    > A couple clues maybe:
    > 1) Windows 2003 server, Windows XP client and Windows 2000 clients, all
    > logged into the local domain on different user accounts get the same error
    > message "Access is denied." (NOTE: With IE 'Show Friendly HTTP Error' set
    > the error is "This page cannot be displayed. HTTP 500 - Internal server
    > error")
    > 2) Windows 2000 client can still run and debug VS.Net web apps and access
    > Windows 2003 server and MS SQL Server fine.
    >
    > Any ideas?? I'd rather not have to reinstall ?
    >
    > Chris
    >

    Jared Guest

  4. #3

    Default Re: Access is denied. / HTTP 500 - Internal server error

    Yes, I will. I don't think this is an IE or XP SP2 or client problem at all.
    It would seen to me that if if changed my FTP site back to anonymous access
    that that would fixed the website issue... but NOT.

    The HTTP 500 error happens quickly... the server is not doing much!

    Chris

    "Jared" wrote:
    > 500 is a server error, I would continue to look over my server settings.
    >
    > "mangia" <mangia@discussions.microsoft.com> wrote in message
    > news:29977631-38AF-4F94-A05A-5F738D5139E8@microsoft.com...
    > > Hi,
    > >
    > > Looking for what I changed and how to correct.
    > >
    > > I have a Windows 2003 Sever that I have had running fine several .NET
    > > websites for over a year now.
    > >
    > > Today I decided to change my anonymous FTP site access from 'granted' and
    > > denied' IP addresses to 'not anonymous' and require username password
    > > access.
    > > I created an 'FTPGuest' user account and gave it the file permissions I
    > > wanted. Tested the FTP site access and it works fine from within the LAN
    > > and/or from outside the WAN.
    > >
    > > However, now when I attempt to access my website I receive an IE webpage
    > > that ONLY SAYS "Access is denied.", and nothing else. I see no error or
    > > information in the Event logs. I spent most of the afternoon playing with
    > > Permissions, User Accounts and Directory Security settings, but nothing
    > > has
    > > helped.
    > >
    > > A couple clues maybe:
    > > 1) Windows 2003 server, Windows XP client and Windows 2000 clients, all
    > > logged into the local domain on different user accounts get the same error
    > > message "Access is denied." (NOTE: With IE 'Show Friendly HTTP Error' set
    > > the error is "This page cannot be displayed. HTTP 500 - Internal server
    > > error")
    > > 2) Windows 2000 client can still run and debug VS.Net web apps and access
    > > Windows 2003 server and MS SQL Server fine.
    > >
    > > Any ideas?? I'd rather not have to reinstall ?
    > >
    > > Chris
    > >
    >
    >
    >
    mangia Guest

  5. #4

    Default Re: Access is denied. / HTTP 500 - Internal server error

    hi there,

    if you want to know specifically wich problem is happening go to
    Tools\Internet Options \ Advanced Tab and uncheck "Show friendly HTPP
    error messages"

    it will help you to know better the problem and maybe to solve it

    best regards,

    Anabela


    "mangia" <mangia@discussions.microsoft.com> wrote in message
    news:19A3F0B5-989B-41BA-AC1D-475BA699DB1A@microsoft.com...
    > Yes, I will. I don't think this is an IE or XP SP2 or client problem at
    all.
    > It would seen to me that if if changed my FTP site back to anonymous
    access
    > that that would fixed the website issue... but NOT.
    >
    > The HTTP 500 error happens quickly... the server is not doing much!
    >
    > Chris
    >
    > "Jared" wrote:
    >
    > > 500 is a server error, I would continue to look over my server
    settings.
    > >
    > > "mangia" <mangia@discussions.microsoft.com> wrote in message
    > > news:29977631-38AF-4F94-A05A-5F738D5139E8@microsoft.com...
    > > > Hi,
    > > >
    > > > Looking for what I changed and how to correct.
    > > >
    > > > I have a Windows 2003 Sever that I have had running fine several .NET
    > > > websites for over a year now.
    > > >
    > > > Today I decided to change my anonymous FTP site access from 'granted'
    and
    > > > denied' IP addresses to 'not anonymous' and require username password
    > > > access.
    > > > I created an 'FTPGuest' user account and gave it the file permissions
    I
    > > > wanted. Tested the FTP site access and it works fine from within the
    LAN
    > > > and/or from outside the WAN.
    > > >
    > > > However, now when I attempt to access my website I receive an IE
    webpage
    > > > that ONLY SAYS "Access is denied.", and nothing else. I see no error
    or
    > > > information in the Event logs. I spent most of the afternoon playing
    with
    > > > Permissions, User Accounts and Directory Security settings, but
    nothing
    > > > has
    > > > helped.
    > > >
    > > > A couple clues maybe:
    > > > 1) Windows 2003 server, Windows XP client and Windows 2000 clients,
    all
    > > > logged into the local domain on different user accounts get the same
    error
    > > > message "Access is denied." (NOTE: With IE 'Show Friendly HTTP Error'
    set
    > > > the error is "This page cannot be displayed. HTTP 500 - Internal
    server
    > > > error")
    > > > 2) Windows 2000 client can still run and debug VS.Net web apps and
    access
    > > > Windows 2003 server and MS SQL Server fine.
    > > >
    > > > Any ideas?? I'd rather not have to reinstall ?
    > > >
    > > > Chris
    > > >
    > >
    > >
    > >

    Anabela Silva Guest

  6. #5

    Default Re: Access is denied. / HTTP 500 - Internal server error

    Yes thank you,

    IE message is simply “Access is denied.” (see initial post)

    (With IE ‘Show Friendly HTTP Error’ set the error is “This page cannot be
    isplayed. HTTP 500 – Internal server error")

    Chris

    "Anabela Silva" wrote:
    > hi there,
    >
    > if you want to know specifically wich problem is happening go to
    > Tools\Internet Options \ Advanced Tab and uncheck "Show friendly HTPP
    > error messages"
    >
    > it will help you to know better the problem and maybe to solve it
    >
    > best regards,
    >
    > Anabela
    >
    >
    > "mangia" <mangia@discussions.microsoft.com> wrote in message
    > news:19A3F0B5-989B-41BA-AC1D-475BA699DB1A@microsoft.com...
    > > Yes, I will. I don't think this is an IE or XP SP2 or client problem at
    > all.
    > > It would seen to me that if if changed my FTP site back to anonymous
    > access
    > > that that would fixed the website issue... but NOT.
    > >
    > > The HTTP 500 error happens quickly... the server is not doing much!
    > >
    > > Chris
    > >
    > > "Jared" wrote:
    > >
    > > > 500 is a server error, I would continue to look over my server
    > settings.
    > > >
    > > > "mangia" <mangia@discussions.microsoft.com> wrote in message
    > > > news:29977631-38AF-4F94-A05A-5F738D5139E8@microsoft.com...
    > > > > Hi,
    > > > >
    > > > > Looking for what I changed and how to correct.
    > > > >
    > > > > I have a Windows 2003 Sever that I have had running fine several .NET
    > > > > websites for over a year now.
    > > > >
    > > > > Today I decided to change my anonymous FTP site access from 'granted'
    > and
    > > > > denied' IP addresses to 'not anonymous' and require username password
    > > > > access.
    > > > > I created an 'FTPGuest' user account and gave it the file permissions
    > I
    > > > > wanted. Tested the FTP site access and it works fine from within the
    > LAN
    > > > > and/or from outside the WAN.
    > > > >
    > > > > However, now when I attempt to access my website I receive an IE
    > webpage
    > > > > that ONLY SAYS "Access is denied.", and nothing else. I see no error
    > or
    > > > > information in the Event logs. I spent most of the afternoon playing
    > with
    > > > > Permissions, User Accounts and Directory Security settings, but
    > nothing
    > > > > has
    > > > > helped.
    > > > >
    > > > > A couple clues maybe:
    > > > > 1) Windows 2003 server, Windows XP client and Windows 2000 clients,
    > all
    > > > > logged into the local domain on different user accounts get the same
    > error
    > > > > message "Access is denied." (NOTE: With IE 'Show Friendly HTTP Error'
    > set
    > > > > the error is "This page cannot be displayed. HTTP 500 - Internal
    > server
    > > > > error")
    > > > > 2) Windows 2000 client can still run and debug VS.Net web apps and
    > access
    > > > > Windows 2003 server and MS SQL Server fine.
    > > > >
    > > > > Any ideas?? I'd rather not have to reinstall ?
    > > > >
    > > > > Chris
    > > > >
    > > >
    > > >
    > > >
    >
    >
    >
    mangia 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