Sunday, November 18, 2012

Asp.net development server failed to start listening on port

Recently, I am working on Visual Studio 2010. It was working fine but one morning i get a message 

"Asp.net development server failed to start listening on port 1478.
Error Message: only one usage of each socket address is normally permitted ."


Go to the Solution Explorer in Visual Studio --> then click on the web site application--> press F4 or go application’s property window.  set "Use Dynamic Port" to "False". Also set the port number instead of previous port number.

Happy Programing :)

2 comments: