Hi,
I was working with a ASP.NET project and for a while I started Apache from XAMPP for that i had to Stop "World Wide Web Publishing" from Services. and I did disabled IIS and .NET Framwork from "Windows Features".
I checked them back to on and set "WWW publishing" in Services to start. but still i can't run the ASP project.
It getting
Unable to connec to the configured web server ,
Failed to register url "http://localhost:58114/" for site ""site name" application "/". Error description . The format of the specified network name is invalid (0x800704be)
error.
Hope Someone can help me out ,
Thanks in Advance :).
Edited : Found the Solution
From cmd run : netsh http show iplisten
Check the listed IP address it should show something like 192.168.0.90
then delete it by running : netsh http delete iplisten ipaddress=192.168.0.90
add : netsh http add iplisten ipaddress=0.0.0.0
reset IIS by running : iisreset