Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit 3e1b0de

Browse files
committed
Fixes OAuth 2 authorization server sample's 401 unauthorized errors due to IIS Express hosting.
...by avoiding IIS Express.
1 parent f0f0587 commit 3e1b0de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
<VisualStudio>
191191
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
192192
<WebProjectProperties>
193-
<UseIIS>True</UseIIS>
194-
<AutoAssignPort>True</AutoAssignPort>
195-
<DevelopmentServerPort>17947</DevelopmentServerPort>
193+
<UseIIS>False</UseIIS>
194+
<AutoAssignPort>False</AutoAssignPort>
195+
<DevelopmentServerPort>50172</DevelopmentServerPort>
196196
<DevelopmentServerVPath>/</DevelopmentServerVPath>
197197
<IISUrl>http://localhost:17947/</IISUrl>
198198
<NTLMAuthentication>False</NTLMAuthentication>

0 commit comments

Comments
 (0)