-
Is VS supposed to see the project as a regular web project? In my case that doesn't work. For debugging, I must manually configure IISExpress.exe to be executed. Maybe that's related to getting this error when trying to install the package?: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So to answer this myself: IISExpress does work, but I had to remove my manually created launchSettings.json first. I read somewhere I should use this SDK project, but the readme doesn't really describe what it does/why I need it. |
Beta Was this translation helpful? Give feedback.
So to answer this myself: IISExpress does work, but I had to remove my manually created launchSettings.json first.
I read somewhere I should use this SDK project, but the readme doesn't really describe what it does/why I need it.
Only when I found this issue, I understood that it combines all manual changes to the csproj required into a single SDK-reference. Pretty neat :-)