Skip to content

Commit 3232fd2

Browse files
committed
Added gadget info to web.config
Closes #6
1 parent 11e44af commit 3232fd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/web.config.install.xdt

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
<error statusCode="404" path="/notfound.aspx" responseMode="ExecuteURL" />
2222
</httpErrors>
2323
</system.webServer>
24-
24+
<episerver.shell>
25+
<protectedModules>
26+
<add name="BVNetwork.404Handler" xdt:Transform="InsertIfMissing" />
27+
</protectedModules>
28+
</episerver.shell>
2529
</configuration>

0 commit comments

Comments
 (0)