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 :)
"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 :)
This comment has been removed by the author.
ReplyDeleteThank you very much for your valuable comments.
Delete