diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 17:10:07 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 17:10:07 -0800 |
commit | f7a7276ca66f73f8b97524a1504ac270f57cd576 (patch) | |
tree | 44eaeac9b78a9424e0420dc6feb60b7d71cc6b99 /samples/OAuthClient | |
parent | 2d2c50f288f04a029ba4b5b206f3cd73fe585084 (diff) | |
download | DotNetOpenAuth-f7a7276ca66f73f8b97524a1504ac270f57cd576.zip DotNetOpenAuth-f7a7276ca66f73f8b97524a1504ac270f57cd576.tar.gz DotNetOpenAuth-f7a7276ca66f73f8b97524a1504ac270f57cd576.tar.bz2 |
Removes unnecessary .config settings.
Diffstat (limited to 'samples/OAuthClient')
-rw-r--r-- | samples/OAuthClient/Web.config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/samples/OAuthClient/Web.config b/samples/OAuthClient/Web.config index a6b4f3c..5fbb439 100644 --- a/samples/OAuthClient/Web.config +++ b/samples/OAuthClient/Web.config @@ -68,11 +68,7 @@ affects performance, set this value to true only during development. --> - <compilation debug="true" targetFramework="4.0"> - <assemblies> - <remove assembly="DotNetOpenAuth.Contracts"/> - </assemblies> - </compilation> + <compilation debug="true" targetFramework="4.0" /> <!-- The <authentication> section enables configuration of the security authentication mode used by |