mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Setup: a user friendly hint/example with sql server setup
--HG-- branch : dev
This commit is contained in:
@@ -33,6 +33,7 @@ using (Html.BeginFormAntiForgeryPost()) { %>
|
||||
<span>
|
||||
<label for="DatabaseConnectionString"><%=_Encoded("Connection string") %></label>
|
||||
<%=Html.EditorFor(svm => svm.DatabaseConnectionString)%>
|
||||
<i class="hint"><%=_Encoded("Example: Data Source=sqlServerName;Initial Catalog=dbName;Persist Security Info=True;User ID=userName;Password=password") %></i>
|
||||
</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user