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

Commit 7d5f7bd

Browse files
committed
Update to samples README file.
1 parent 9938982 commit 7d5f7bd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

samples/README.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ <h1>DotNetOpenAuth samples </h1>
44
<h3>Prerequisites:</h3>
55
<ul>
66
<li>Microsoft .NET 3.5</li>
7-
<li>Visual Studio 2008 or IIS (Visual Studio 2005 is reported to work, however)</li>
7+
<li>Visual Studio 2010 or IIS</li>
88
<li>Microsoft Windows (XP or Vista, or 2003 Server or later)</li>
99
<li>See the tools section further below for some helpful software </li>
1010
</ul>
1111
<h2>Getting the samples running</h2>
1212
<h3>Testing the relying party/provider samples with each other</h3>
1313
<p>In this scenario you can use the Personal Web Server (PWS) that is included in Visual
14-
Studio 2008.</p>
14+
Studio 2010.</p>
1515
<ol>
16-
<li>Open the DotNetOpenAuth.sln or Samples.sln file in VS2008.</li>
16+
<li>Open the DotNetOpenAuth.sln or Samples.sln file in VS2010.</li>
1717
<li>Right-click on each web project under the Samples folder and click "View in Browser"
1818
to start PWS for each web site.</li>
1919
<li>Each web project will be dynamicly assigned a port number.&nbsp; Find the port number
@@ -32,7 +32,7 @@ <h3>Testing with other relying party/provider sites on the Internet</h3>
3232
You may need to get a DNS name to point at your public IP address in order for your
3333
scenario to work.</li>
3434
<li>Ensure your firewall is configured to allow inbound and outbound TCP port 80 connections.</li>
35-
<li>Since VS2008 Personal Web Server (PWS) does not allow web requests from other servers
35+
<li>Since VS2010 Personal Web Server (PWS) does not allow web requests from other servers
3636
(as required by OpenID relying parties trying to log into your server), testing
3737
with external relying parties requires you to use IIS to host your server.</li>
3838
</ul>
@@ -43,7 +43,7 @@ <h3>Setting up the IIS Applications</h3>
4343
requests to you on, if applicable.</li>
4444
<li>Enable anonymous access to each site.</li>
4545
</ul>
46-
<p>Configure VS2008 to use IIS rather than PWS</p>
46+
<p>Configure VS2010 to use IIS rather than PWS</p>
4747
<ol>
4848
<li>Right-click on one of the web projects within Solution Explorer.</li>
4949
<li>Select Property Pages.</li>

0 commit comments

Comments
 (0)