REASON : Actually this port numbers are dynamically generated at runtime. It dosent guranteed to be available. If it is acquires by some other process project wont run. So we need to try at another port.
SOLUTION :
- Right click on project in solution Explorer -> Properties
- Click on to Web (On LHS).
- Look at local IIS Web Server (Which would be radio btn selected by default).
- Change port no of project Url e.g : http://localhost:1030/ to http://localhost:45896/ (Possibly Higher than 1024)
- Save changes and run application.
This makes changes in IIS config files and wherever needed automatically so we don't need to change any code explicitly .
I Hope This Might Help !
REFER : http://stackoverflow.com/questions/14660366/unable-to-launch-web-server