diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/GettingStarted.htm')
-rw-r--r-- | projecttemplates/MvcRelyingParty/GettingStarted.htm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/GettingStarted.htm b/projecttemplates/MvcRelyingParty/GettingStarted.htm new file mode 100644 index 0000000..9a3fbb7 --- /dev/null +++ b/projecttemplates/MvcRelyingParty/GettingStarted.htm @@ -0,0 +1,19 @@ +<!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 Default.aspx. 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> |