diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-14 17:44:32 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-14 17:45:21 -0700 |
commit | 7d5f7bd2d4554b07fbf6349e3627df7448643818 (patch) | |
tree | e9b461424090f0236e5d2083fa096373174e9400 | |
parent | 9938982dc1ae0c2125291667262b713550a0cf8c (diff) | |
download | DotNetOpenAuth-7d5f7bd2d4554b07fbf6349e3627df7448643818.zip DotNetOpenAuth-7d5f7bd2d4554b07fbf6349e3627df7448643818.tar.gz DotNetOpenAuth-7d5f7bd2d4554b07fbf6349e3627df7448643818.tar.bz2 |
Update to samples README file.
-rw-r--r-- | samples/README.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/samples/README.html b/samples/README.html index 10e0f8c..2d82ca8 100644 --- a/samples/README.html +++ b/samples/README.html @@ -4,16 +4,16 @@ <h3>Prerequisites:</h3> <ul> <li>Microsoft .NET 3.5</li> - <li>Visual Studio 2008 or IIS (Visual Studio 2005 is reported to work, however)</li> + <li>Visual Studio 2010 or IIS</li> <li>Microsoft Windows (XP or Vista, or 2003 Server or later)</li> <li>See the tools section further below for some helpful software </li> </ul> <h2>Getting the samples running</h2> <h3>Testing the relying party/provider samples with each other</h3> <p>In this scenario you can use the Personal Web Server (PWS) that is included in Visual - Studio 2008.</p> + Studio 2010.</p> <ol> - <li>Open the DotNetOpenAuth.sln or Samples.sln file in VS2008.</li> + <li>Open the DotNetOpenAuth.sln or Samples.sln file in VS2010.</li> <li>Right-click on each web project under the Samples folder and click "View in Browser" to start PWS for each web site.</li> <li>Each web project will be dynamicly assigned a port number. Find the port number @@ -32,7 +32,7 @@ You may need to get a DNS name to point at your public IP address in order for your scenario to work.</li> <li>Ensure your firewall is configured to allow inbound and outbound TCP port 80 connections.</li> - <li>Since VS2008 Personal Web Server (PWS) does not allow web requests from other servers + <li>Since VS2010 Personal Web Server (PWS) does not allow web requests from other servers (as required by OpenID relying parties trying to log into your server), testing with external relying parties requires you to use IIS to host your server.</li> </ul> @@ -43,7 +43,7 @@ requests to you on, if applicable.</li> <li>Enable anonymous access to each site.</li> </ul> - <p>Configure VS2008 to use IIS rather than PWS</p> + <p>Configure VS2010 to use IIS rather than PWS</p> <ol> <li>Right-click on one of the web projects within Solution Explorer.</li> <li>Select Property Pages.</li> |