Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The start URL specified is not valid. http://localhost:xxx

Today morning when I tied to run my project I get "The start URL specified is not valid" error". I just install the newest Azure SDK.

enter image description here

In IIS Manager I see this, I can't start, restert website.

enter image description here

Why I can't run my project, any ideas? I have no logs in Event Logs. I use VS2015 Ultimate.

like image 795
Jacek Avatar asked Mar 11 '16 09:03

Jacek


2 Answers

It could be a short answer but I too had this problem after deleting IISExpress folder inside this path

"C:\Users\{username}\Documents"

after reading this article.

but I solved this problem by doing these steps.

1)Run Visual studio as Administrator

2)Uncheck Override application root Url

enter image description here

then run just hit launch project.

like image 136
TAHA SULTAN TEMURI Avatar answered Sep 30 '22 06:09

TAHA SULTAN TEMURI


I was playing w/ things and I guess I accidentally cleared this setting. Different from other answers here, but the message does say 'Start url...' I set it back to 'localhost:4300' and was back plodding along.

Project Properties

like image 28
greg Avatar answered Sep 30 '22 06:09

greg