diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-10 00:27:37 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-10 00:27:37 -0800 |
commit | 982a8ac73e6fa9f178a0fb15d9e04c91515c3e49 (patch) | |
tree | 9099e5e9da5f109ffa7c1c1e752e736a74ff66dd /projecttemplates/WebFormsRelyingParty/Getting Started.htm | |
parent | 3be5be6f65fc857629677e69a357fd8c0d80d554 (diff) | |
parent | 5c6ae088e09a108759242e38aba723d50d7b083e (diff) | |
download | DotNetOpenAuth-982a8ac73e6fa9f178a0fb15d9e04c91515c3e49.zip DotNetOpenAuth-982a8ac73e6fa9f178a0fb15d9e04c91515c3e49.tar.gz DotNetOpenAuth-982a8ac73e6fa9f178a0fb15d9e04c91515c3e49.tar.bz2 |
Upgraded to VS2010.
Merge remote branch 'origin/v3.4-Dev10' into v3.4
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/Getting Started.htm')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Getting Started.htm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Getting Started.htm b/projecttemplates/WebFormsRelyingParty/Getting Started.htm new file mode 100644 index 0000000..c4fb3aa --- /dev/null +++ b/projecttemplates/WebFormsRelyingParty/Getting Started.htm @@ -0,0 +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"> +<head> + <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 <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> +</body> +</html> |