Event ID - 15005

Event Id15005
SourceMicrosoft-Windows-HttpEvent
DescriptionUnable to bind to the underlying transport for %2. The IP Listen-Only list may contain a reference to an interface which does not exist on this machine. The data field contains the error number.
Event InformationAccording to Microsoft :
Cause
This event is logged when unable to bind to the underlying transpor,
Resolution
Add an address to the IP Listen List
Server applications can be separated by using an IP Listen List.
To add an address to the IP Listen List:
1.Click Start, point to All Programs, click Accessories, right-click Command Prompt, click Run as administrator, and then click Continue.
2.Type netsh http add iplistenIPAddress.
The IP address must exist on the local computer.
add iplisten
Specifies an Internet Protocol version 4 (IPv4) or Internet Protocol version 6 (IPv6) address to be added to the IP listen list.
Verify
To verify the ACLs for your server application's URL exist:
1.Click Start, point to All Programs, click Accessories, right-click Command Prompt, click Run as administrator, and then click Continue.
2.Type netsh http show urlacl, and verify that the ACLs for the application's URL exist.
To see which applications are listening on the same port as your server application:
1.Click Start, point to All Programs, click Accessories, right-click Command Prompt, click Run as administrator, and then click Continue.
2.Type netstat -ba and verify that the IP Listen List exists.
Reference LinksEvent ID 15005 from Source Microsoft-Windows-HttpEvent

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.