Skip to content

Commit 3232fd2

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/web.config.install.xdt

Lines changed: 5 additions & 1 deletion
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)