“Unable to launch the IIS Express Web server.” in Visual Studio

前端 未结 27 1871
清酒与你
清酒与你 2021-01-30 00:44

I attempted to run my web service through visual studio. I faced an issue like :

---------------------------
Microsoft Visual Studio
---------------------------
         


        
27条回答
  •  灰色年华
    2021-01-30 01:12

    Reason for this error that is you give the wrong port number to your application.

    just use http ports for your application to run
    

    use the port near to 8080 number, i.e:

    localhost:8090

    to change the port for you application in visual-Studio

    goto project properties > web > Server > ProjectUrl
    

提交回复
热议问题