diff options
-rw-r--r-- | projecttemplates/MvcRelyingParty/Getting Started.htm | 5 | ||||
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Getting Started.htm | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/Getting Started.htm b/projecttemplates/MvcRelyingParty/Getting Started.htm index c4fb3aa..6c8741c 100644 --- a/projecttemplates/MvcRelyingParty/Getting Started.htm +++ b/projecttemplates/MvcRelyingParty/Getting Started.htm @@ -12,6 +12,11 @@ </p> <p> Creating your database is almost totally automated, so it should be a piece of cake. + <b>Note</b> however that creating the database requires Modify permissions in your web + site's App_Data directory for the security account that creates databases on your + computer. If you get a permissions or file write error from setup.aspx, try + temporarily adding Everyone: Modify permissions to your App_Data folder just long + enough to create your database. </p> </body> </html> diff --git a/projecttemplates/WebFormsRelyingParty/Getting Started.htm b/projecttemplates/WebFormsRelyingParty/Getting Started.htm index c4fb3aa..6c8741c 100644 --- a/projecttemplates/WebFormsRelyingParty/Getting Started.htm +++ b/projecttemplates/WebFormsRelyingParty/Getting Started.htm @@ -12,6 +12,11 @@ </p> <p> Creating your database is almost totally automated, so it should be a piece of cake. + <b>Note</b> however that creating the database requires Modify permissions in your web + site's App_Data directory for the security account that creates databases on your + computer. If you get a permissions or file write error from setup.aspx, try + temporarily adding Everyone: Modify permissions to your App_Data folder just long + enough to create your database. </p> </body> </html> |