Adding HostRestart folder to WebPI and making it writable.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2011-03-22 17:10:32 -07:00
parent 0c15aedaf0
commit 4a404afd2d
3 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,10 @@
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/Media" />
</parameter>
<parameter name="SetAclParameter3" description="Hidden - automatically sets write access for the app" defaultValue="{Application Path}/bin/HostRestart" tags="Hidden">
<parameterEntry type="ProviderPath" scope="setAcl" match="Orchard/bin/HostRestart" />
</parameter>
<!-- Prompts for database server name, this is used in the connection string parameter later -->
<parameter name="Database Server" description="Location of your database server (i.e. server name, IP address, or server\instance)" defaultValue=".\SQLEXPRESS" tags="SQL, dbServer">
</parameter>