|
37 | 37 | <connectionStrings>
|
38 | 38 | <!-- Connection String for SQL Server 2008/2012 Express -->
|
39 | 39 | <add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient"/>
|
40 |
| - <!-- Connection String for SQL Server 2008/2012 |
41 |
| - <add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;" providerName="System.Data.SqlClient" /> |
| 40 | + <!-- Connection String for SQL Server 2008/2012 |
| 41 | + <add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;" providerName="System.Data.SqlClient" /> |
42 | 42 | -->
|
43 | 43 | </connectionStrings>
|
44 | 44 |
|
|
55 | 55 | <!--optionally strip angle brackets on public login and registration screens-->
|
56 | 56 | <add key="PersistentCookieTimeout" value="0"/>
|
57 | 57 | <!--use as persistent cookie expiration. Value is in minutes, and only active if a non-zero figure-->
|
58 |
| - <!-- set UsePortNumber to true to preserve the port number if you're using a port number other than 80 (the standard) |
| 58 | + <!-- set UsePortNumber to true to preserve the port number if you're using a port number other than 80 (the standard) |
59 | 59 | <add key="UsePortNumber" value="true" /> -->
|
60 | 60 | <!-- Services Framework Tracing is primarily useful for developing and debugging -->
|
61 | 61 | <add key="EnableServicesFrameworkTracing" value="false" />
|
|
64 | 64 | <add key="loginUrl" value="~/Login.aspx" />
|
65 | 65 | <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
|
66 | 66 | <add key="MobileViewSiteCookieName" value="dnn_IsMobile" />
|
67 |
| - <add key="DisableMobileViewSiteCookieName" value="dnn_NoMobile" /> |
| 67 | + <add key="DisableMobileViewSiteCookieName" value="dnn_NoMobile" /> |
| 68 | + <!-- Can be set to true to allow the image handler to display text passed in the querystring. --> |
| 69 | + <add key="AllowDnnImagePlaceholderText" value="false" /> |
68 | 70 | </appSettings>
|
69 | 71 |
|
70 | 72 | <system.web.webPages.razor>
|
|
148 | 150 | <authentication mode="Forms">
|
149 | 151 | <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies"/>
|
150 | 152 | </authentication>
|
151 |
| - <!-- |
152 |
| - <identity impersonate="true"/> |
153 |
| - <authentication mode="Windows"> |
154 |
| - </authentication> |
| 153 | + <!-- |
| 154 | + <identity impersonate="true"/> |
| 155 | + <authentication mode="Windows"> |
| 156 | + </authentication> |
155 | 157 | -->
|
156 | 158 | <!-- allow large file uploads -->
|
157 | 159 | <httpRuntime targetFramework="4.7.2" shutdownTimeout="120" executionTimeout="1200" useFullyQualifiedRedirectUrl="true" maxRequestLength="28672" requestLengthDiskThreshold="81920" maxUrlLength="2048" requestPathInvalidCharacters="<,>,*,%,:,\,?" enableVersionHeader="false" requestValidationMode="2.0" fcnMode="Single" />
|
158 | 160 | <httpCookies httpOnlyCookies="true" requireSSL="false" domain=""/>
|
159 |
| - <!-- GLOBALIZATION |
160 |
| - This section sets the globalization settings of the application. |
161 |
| - Utf-8 is not supported on Netscape 4.x |
162 |
| - If you need netscape compatiblity leave iso-8859-1. |
163 |
| - UTF-8 is recommended for complex languages |
| 161 | + <!-- GLOBALIZATION |
| 162 | + This section sets the globalization settings of the application. |
| 163 | + Utf-8 is not supported on Netscape 4.x |
| 164 | + If you need netscape compatiblity leave iso-8859-1. |
| 165 | + UTF-8 is recommended for complex languages |
164 | 166 | -->
|
165 | 167 | <globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8"/>
|
166 | 168 | <!--<globalization culture="en-US" uiCulture="en" fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>-->
|
|
192 | 194 | </controls>
|
193 | 195 | </pages>
|
194 | 196 | <!-- ASP.NET 2 Membership/Profile/Role and AnonymousAuthentication Providers -->
|
195 |
| - <!-- anonymousIdentification configuration: |
196 |
| - enabled="[true|false]" Feature is enabled? |
197 |
| - cookieName=".ASPXANONYMOUS" Cookie Name |
198 |
| - cookieTimeout="100000" Cookie Timeout in minutes |
199 |
| - cookiePath="/" Cookie Path |
200 |
| - cookieRequireSSL="[true|false]" Set Secure bit in Cookie |
201 |
| - cookieSlidingExpiration="[true|false]" Reissue expiring cookies? |
202 |
| - cookieProtection="[None|Validation|Encryption|All]" How to protect cookies from being read/tampered |
203 |
| - domain="[domain]" Enables output of the "domain" cookie attribute set to the specified value |
| 197 | + <!-- anonymousIdentification configuration: |
| 198 | + enabled="[true|false]" Feature is enabled? |
| 199 | + cookieName=".ASPXANONYMOUS" Cookie Name |
| 200 | + cookieTimeout="100000" Cookie Timeout in minutes |
| 201 | + cookiePath="/" Cookie Path |
| 202 | + cookieRequireSSL="[true|false]" Set Secure bit in Cookie |
| 203 | + cookieSlidingExpiration="[true|false]" Reissue expiring cookies? |
| 204 | + cookieProtection="[None|Validation|Encryption|All]" How to protect cookies from being read/tampered |
| 205 | + domain="[domain]" Enables output of the "domain" cookie attribute set to the specified value |
204 | 206 | -->
|
205 | 207 | <anonymousIdentification enabled="true" cookieName=".ASPXANONYMOUS" cookieTimeout="100000" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="None" domain=""/>
|
206 | 208 | <membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15">
|
207 | 209 | <providers>
|
208 | 210 | <clear/>
|
209 |
| - <!-- Configuration for AspNetSqlMembershipProvider: |
210 |
| - connectionStringName="string" Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified |
211 |
| - maxInvalidPasswordAttempts="int" The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account |
212 |
| - passwordAttemptWindow="int" The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked |
213 |
| - enablePasswordRetrieval="[true|false]" Should the provider support password retrievals |
214 |
| - enablePasswordReset="[true|false]" Should the provider support password resets |
215 |
| - requiresQuestionAndAnswer="[true|false]" Should the provider require Q & A |
216 |
| - minRequiredPasswordLength="int" The minimum password length |
217 |
| - minRequiredNonalphanumericCharacters="int" The minimum number of non-alphanumeric characters |
218 |
| - applicationName="string" Optional string to identity the application: defaults to Application Metabase path |
219 |
| - requiresUniqueEmail="[true|false]" Should the provider require a unique email to be specified |
220 |
| - passwordFormat="[Clear|Hashed|Encrypted]" Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES) |
221 |
| - description="string" Description of what the provider does |
| 211 | + <!-- Configuration for AspNetSqlMembershipProvider: |
| 212 | + connectionStringName="string" Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified |
| 213 | + maxInvalidPasswordAttempts="int" The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account |
| 214 | + passwordAttemptWindow="int" The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked |
| 215 | + enablePasswordRetrieval="[true|false]" Should the provider support password retrievals |
| 216 | + enablePasswordReset="[true|false]" Should the provider support password resets |
| 217 | + requiresQuestionAndAnswer="[true|false]" Should the provider require Q & A |
| 218 | + minRequiredPasswordLength="int" The minimum password length |
| 219 | + minRequiredNonalphanumericCharacters="int" The minimum number of non-alphanumeric characters |
| 220 | + applicationName="string" Optional string to identity the application: defaults to Application Metabase path |
| 221 | + requiresUniqueEmail="[true|false]" Should the provider require a unique email to be specified |
| 222 | + passwordFormat="[Clear|Hashed|Encrypted]" Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES) |
| 223 | + description="string" Description of what the provider does |
222 | 224 | -->
|
223 | 225 | <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="false" passwordFormat="Hashed" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database"/>
|
224 | 226 | </providers>
|
|
443 | 445 | <compositeFiles defaultFileProcessingProvider="DnnCompositeFileProcessor" compositeFileHandlerPath="~/DependencyHandler.axd">
|
444 | 446 | <fileProcessingProviders>
|
445 | 447 | <add name="CompositeFileProcessor" type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core" enableCssMinify="false" enableJsMinify="true" persistFiles="true" compositeFilePath="~/App_Data/ClientDependency" bundleDomains="" urlType="MappedId" />
|
446 |
| - <!-- For webfarms remove the above CompositeFileProcessor and uncomment this section |
447 |
| - <add name="CompositeFileProcessor" type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core" enableCssMinify="false" enableJsMinify="true" persistFiles="true" compositeFilePath="~/App_Data/ClientDependency" bundleDomains="" urlType="Base64QueryStrings" /> |
| 448 | + <!-- For webfarms remove the above CompositeFileProcessor and uncomment this section |
| 449 | + <add name="CompositeFileProcessor" type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core" enableCssMinify="false" enableJsMinify="true" persistFiles="true" compositeFilePath="~/App_Data/ClientDependency" bundleDomains="" urlType="Base64QueryStrings" /> |
448 | 450 | -->
|
449 | 451 | <add name="DnnCompositeFileProcessor" type="DotNetNuke.Web.Client.Providers.DnnCompositeFileProcessingProvider, DotNetNuke.Web.Client" enableCssMinify="false" enableJsMinify="true" persistFiles="true" compositeFilePath="~/App_Data/ClientDependency" bundleDomains="" urlType="MappedId" />
|
450 | 452 | </fileProcessingProviders>
|
|
0 commit comments