diff options
author | David Christiansen <coding@davedoes.net> | 2012-07-06 21:10:01 +0100 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2012-07-06 21:10:01 +0100 |
commit | 111a0660236ff8d30aabd6eddd9acc83bf849327 (patch) | |
tree | d0e1a44db8734f53c17e06d0a5038fd3a5a4bbc8 /src/OAuth/OAuthClient | |
parent | e85a0432417096f528297ed4f8176f99a04d23fb (diff) | |
download | DotNetOpenAuth.Samples-111a0660236ff8d30aabd6eddd9acc83bf849327.zip DotNetOpenAuth.Samples-111a0660236ff8d30aabd6eddd9acc83bf849327.tar.gz DotNetOpenAuth.Samples-111a0660236ff8d30aabd6eddd9acc83bf849327.tar.bz2 |
Initial change to IIS Express
Diffstat (limited to 'src/OAuth/OAuthClient')
-rw-r--r-- | src/OAuth/OAuthClient/OAuthClient.csproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/OAuth/OAuthClient/OAuthClient.csproj b/src/OAuth/OAuthClient/OAuthClient.csproj index 48568b1..ce73500 100644 --- a/src/OAuth/OAuthClient/OAuthClient.csproj +++ b/src/OAuth/OAuthClient/OAuthClient.csproj @@ -279,12 +279,11 @@ <VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
- <UseIIS>False</UseIIS>
+ <UseIIS>True</UseIIS>
<AutoAssignPort>False</AutoAssignPort>
<DevelopmentServerPort>59721</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>
- </IISUrl>
+ <IISUrl>http://localhost:59721/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
|