How do i fix 403 forbidden error

Vijayabalaji M 0 Reputation points
2024-10-22T16:29:44.93+00:00

when i try access to acccess my site which is inside IIS server i am getting 403 forbidden error response page, I checked with IP and domain restiction feature there are no rules at the moment

Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 66,866 Reputation points
    2024-10-22T18:14:34.2033333+00:00

    IIS forbidden errors generally means the url path is blocked, say its a source file, or a directory and directory browsing is not allowed. Most likely your application is not configured correctly in IIS, so the content can not be served. try access a known static file like .html, or .css

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.