summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-14 06:46:52 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-14 06:46:52 -0700
commit3e1b0de5dabb5816dbad82c19a89c81745d9eccf (patch)
tree8892446d3464232f110690fdbcf55f003872d06a
parentf0f05873b0da7458a1f0cabfab554f4fafa3199b (diff)
downloadDotNetOpenAuth-3e1b0de5dabb5816dbad82c19a89c81745d9eccf.zip
DotNetOpenAuth-3e1b0de5dabb5816dbad82c19a89c81745d9eccf.tar.gz
DotNetOpenAuth-3e1b0de5dabb5816dbad82c19a89c81745d9eccf.tar.bz2
Fixes OAuth 2 authorization server sample's 401 unauthorized errors due to IIS Express hosting.
...by avoiding IIS Express.
-rw-r--r--samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
index 5b0302b..9f810bb 100644
--- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
+++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
@@ -190,9 +190,9 @@
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
- <UseIIS>True</UseIIS>
- <AutoAssignPort>True</AutoAssignPort>
- <DevelopmentServerPort>17947</DevelopmentServerPort>
+ <UseIIS>False</UseIIS>
+ <AutoAssignPort>False</AutoAssignPort>
+ <DevelopmentServerPort>50172</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:17947/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>