diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-02 19:28:28 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-02 19:28:28 -0800 |
commit | 07c9f0a7b83d4399aeab5a57ea2ae57ac8459fb6 (patch) | |
tree | e669303b17d657c59e3177042495b28c9b7fa483 | |
parent | c64bb7bae14342d01ddfabc40da4ef5e8fc8214f (diff) | |
download | DotNetOpenAuth-07c9f0a7b83d4399aeab5a57ea2ae57ac8459fb6.zip DotNetOpenAuth-07c9f0a7b83d4399aeab5a57ea2ae57ac8459fb6.tar.gz DotNetOpenAuth-07c9f0a7b83d4399aeab5a57ea2ae57ac8459fb6.tar.bz2 |
Updated MVC template gettingstarted doc.origin/mvcProjTemplate
-rw-r--r-- | projecttemplates/MvcRelyingParty/GettingStarted.htm | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/projecttemplates/MvcRelyingParty/GettingStarted.htm b/projecttemplates/MvcRelyingParty/GettingStarted.htm index 9a3fbb7..c4fb3aa 100644 --- a/projecttemplates/MvcRelyingParty/GettingStarted.htm +++ b/projecttemplates/MvcRelyingParty/GettingStarted.htm @@ -1,19 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" > +<html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>Getting started</title> + <title>Getting started</title> </head> <body> - <p> - Your OpenID and InfoCard relying party web site is nearly ready to go. You just - need to create your SQL database where user accounts will be stored. <b> - Just build and start your web site </b>and visit Default.aspx. You'll get - further instructions there. + Your OpenID and InfoCard relying party web site is nearly ready to go. You just + need to create your SQL database where user accounts will be stored. <b>Just build and + start your web site</b> and visit <b>Setup.aspx</b>. You'll get further instructions + there. </p> <p> - Creating your database is almost totally automated, so it should be a piece of - cake.</p> - + Creating your database is almost totally automated, so it should be a piece of cake. + </p> </body> </html> |