Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Web.Config
NO Image:
10
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'.
posted on March 10, 2017 14:34
System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping...
[Read the rest of this article...]
DNN 9
Posted in:
DNN
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)
02
DNN 404 Errors on IIS 7 using ApplicationPoolIdentity
posted on September 02, 2014 08:17
Solved on IIS7.Issue is in the web config the <modules tag needs to be changed to the following: <system.webServer> <mod...
[Read the rest of this article...]
DNN
,
IIS 7
Posted in:
DNN
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)
09
Sample Connection Strings
posted on August 09, 2011 05:12
Oracle: "Provider=MSDAORA; Data Source=ORACLE8i7;Persist Security Info=False;Integrated Security=yes" Microsoft Access: "Provider=Microsoft.Jet.OLEDB....
[Read the rest of this article...]
Connection Strings
,
SQL
,
Oracle
,
Microsoft Access
,
MySQL
,
IBM AS/400
Posted in:
Microsoft SQL Server
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)
05
DNN Remember Login Checkbox
posted on April 05, 2011 05:30
Enabling the "Remember Login" checkbox on your DotNetNuke web site requires a web.config change. If you want to make similar changes to your own site,...
[Read the rest of this article...]
Remember Me
Posted in:
DNN
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)
28
HttpRunTime executionTimeout
posted on February 28, 2010 04:52
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" />
Posted in:
DNN
,
Web.Config
Actions:
E-mail
|
Permalink
|
Comments (0)