How to solve this page cannot be displayed error in iis

Parameter_ss 20 Reputation points
2024-05-28T17:25:56.99+00:00

Hi all,

I know this is a very common error, but I've tried many things to no avail.

I have configured my site in IIS 10, when I browse it, I get this error.

Here are the methods i have try:

  1. I have configured the default page
  2. Anonymous access is turned
  3. I have enabled directory browsing

I'm still new in iis and I'm hoping someone can provide help.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,068 questions
Internet Information Services
0 comments No comments
{count} votes

Accepted answer
  1. Sam Wu-MSFT 7,211 Reputation points Microsoft Vendor
    2024-05-29T07:34:49.68+00:00

    @Parameter_ss

    You need more information to analyze your problem, what is your request url? check if it is correct, are you using http or https? usually, this is a 404 error, you can use failed request tracking to view detailed error information.

    Besides, you can also check below settings:

    1. Please check whether the certificate bound to the website has a matching private key
    2. Grant enough permission to the Application Pool that the application was using
    3. Reset IIS in cmd using iisreset command
    4. Change port number in project properties

    If this doesn't work, please post your web.config file of iis.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful