We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e44af commit 3232fd2Copy full SHA for 3232fd2
1 file changed
src/web.config.install.xdt
@@ -21,5 +21,9 @@
21
<error statusCode="404" path="/notfound.aspx" responseMode="ExecuteURL" />
22
</httpErrors>
23
</system.webServer>
24
-
+ <episerver.shell>
25
+ <protectedModules>
26
+ <add name="BVNetwork.404Handler" xdt:Transform="InsertIfMissing" />
27
+ </protectedModules>
28
+ </episerver.shell>
29
</configuration>
0 commit comments