Skip to content

Commit

Permalink
Update web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinivanoff authored Apr 16, 2024
1 parent 630ab9f commit de72d15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web.config
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,7 @@
<rule name="radtreeview-overview-rule" enabled="true" stopProcessing="true">
<match url="^controls/radtreeview/overview$"/>
<action type="Redirect" url="controls/radtreeview/overview2"/>
</rule>

<rule name="radcollectionnavigator-overview-rule" enabled="true" stopProcessing="true">
<match url="^controls/radcollectionnavigator/overview"/>
<action type="Redirect" url="controls/radcollectionnavigator/collectionnavigator_overview"/>
</rule>
</rule>

<rule name="raddatafilter-overview-rule" enabled="true" stopProcessing="true">
<match url="^controls/raddatafilter/overview"/>
Expand Down

0 comments on commit de72d15

Please sign in to comment.