Enable Basic Authentication in IIS Express
go to
%USERPROFILE%\Documents\IISExpress\config\applicationhost.config:
and then search for basicauthentication in there and set it to true.
<basicAuthentication enabled="true" />
go to
%USERPROFILE%\Documents\IISExpress\config\applicationhost.config:
and then search for basicauthentication in there and set it to true.
<basicAuthentication enabled="true" />
No comments:
Post a Comment