Error while starting default website .

Question

when we try to start default website showing such error  which mentioned attached document .

any idea for this .

website error

 

 

Answers ( 4 )

    0
    2020-07-25T11:38:05+05:30

    Thank you Amit .

    i figure out this .

    1
    2020-07-25T09:03:59+05:30

    Adding to Anoop’s answer you need to find out that the port used by default site is used by which process.

    You can use below command in cmd to get all port information:

    netstat -an

    or for specific port use(this is for port 80)

    netstat -o -n -a | findstr 0.0:80

    Once you get the PID information check in task manager the process against it.

    Best answer
    0
    2020-07-25T02:24:33+05:30

    The IIS error 80070020 its clearly mentioned other process is already using it and that is why … the error is coming the quick suggestion is restart of the server…

    What is the sccm impact with this

Leave an answer

Sorry, you do not have permission to answer to this question .