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

Commit

Permalink
Updated documentation files.
Browse files Browse the repository at this point in the history
Fixes Trac #11
  • Loading branch information
AArnott committed Dec 10, 2009
1 parent e3f6456 commit 66040ed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 179 deletions.
167 changes: 0 additions & 167 deletions doc/Configuration.htm

This file was deleted.

4 changes: 2 additions & 2 deletions doc/README.html
Expand Up @@ -4,8 +4,8 @@ <h1>DotNetOpenAuth Library and samples</h1>
<p>DotNetOpenAuth is a .NET library that enables OpenID, OAuth and InfoCard support
to be easily added to your web and/or desktop applications.&nbsp; </p>
<p>The project site for this library is hosted at
<a href="http://dotnetopenid.googlecode.com/">
http://dotnetopenid.googlecode.com/</a>.&nbsp; Please visit that web site for
<a href="http://dotnetopenauth.net/">
http://dotnetopenauth.net/</a>.&nbsp; Please visit that web site for
documentation, support and maintenance releases.</p>
<p>As with any library that is used for security-sensitive purposes such as
authentication and authorization, you should periodically check the project web
Expand Down
25 changes: 15 additions & 10 deletions doc/WebFarms.htm
Expand Up @@ -7,21 +7,26 @@
<h3>
Non-ASP.NET web servers</h3>
<p>
DotNetOpenId works without being a part of an ASP.NET web site.&nbsp; The
ASP.NET controls may not be used in this context, but the programmatic access to
the OpenIdProvider and OpenIdRelyingParty classes will work correctly if you
call the method overloads that do not require a current ASP.NET context.&nbsp;
The xml doc comments indicate which methods require an ASP.NET context and which
methods may be used without one.</p>
DotNetOpenAuth works without being a part of an ASP.NET web site.&nbsp; The ASP.NET
controls may not be used in this context, but the programmatic access to the OpenIdProvider
and OpenIdRelyingParty classes will work correctly if you call the method overloads
that do not require a current ASP.NET context.&nbsp; The xml doc comments indicate
which methods require an ASP.NET context and which methods may be used without one.</p>
<h3>
Proxy servers</h3>
<p>
If your web servers need to use proxy servers to make outbound requests, you
will need to configure your .NET AppDomain to default to the proxy server you
require so that DotNetOpenId will use it.&nbsp;
If your web servers need to use proxy servers to make outbound requests, you will
need to configure your .NET AppDomain to default to the proxy server you require
so that DotNetOpenAuth will use it.&nbsp;
</p>
<p>
To set the default web proxy, set the System.Net.WebRequest.DefaultWebProxy
To set the default web proxy programmatically, set the System.Net.WebRequest.DefaultWebProxy
property.</p>
<p>
To use the default proxy using your web.config file, add this section:<br />
<pre>&lt;system.net&gt;
&lt;defaultProxy enabled=&quot;true&quot; /&gt;
&lt;/system.net&gt;</pre>
</p>
</body>
</html>

0 comments on commit 66040ed

Please sign in to comment.