Error with new project (0.8.1 - React/Redux - csproj) #1061

Closed
opened 2025-08-09 17:18:43 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @docrinehart on 2/1/2017

After updating the yo generator, I loaded the project up in VS2017 RC3 and try to run.

I get Visual Studio Error: "The IIS Express settings are missing the App Url property. This is required to configure IIS express to run the site."

doc_dev

I was able to fix it by adding "launchUrl" with an empty string under Properties/launchSettings.json

...
  "profiles": {
      ...
      "IIS Express": {
         "launchUrl": "",
   }...
*Originally created by @docrinehart on 2/1/2017* After updating the yo generator, I loaded the project up in VS2017 RC3 and try to run. I get Visual Studio Error: "The IIS Express settings are missing the App Url property. This is required to configure IIS express to run the site." ![doc_dev](https://cloud.githubusercontent.com/assets/5891405/22495652/1915d8fc-e808-11e6-93ce-d1b6ee2db404.png) I was able to fix it by adding "launchUrl" with an empty string under Properties/launchSettings.json ``` ... "profiles": { ... "IIS Express": { "launchUrl": "", }... ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1061
No description provided.