Hello Everyone
I have created a simple core web api. I have configured the IIS web site (http://localhost:port), changed to "No Managed Code".
When I try to deploy the web api from Visual Studio 2015 using publish it fails with the following error:
Web deployment task failed. (The specified credentials cannot be used with the authentication scheme 'Basic'.)
The specified credentials cannot be used with the authentication scheme 'Basic'. Default credentials cannot be supplied for the Basic authentication scheme.
Parameter name: authType
What am I missing?
Thanks