Commit acd5186
committed
Introduced bypass for legacy
By registering a route, we were introducing a conflict with the legacy `*.axd` virtual resources used by **ASP.NET Web Forms** to deliver e.g. form validation scripts and AJAX "Web Method" handlers. Technically, we don't need any routes registered here, since the **OnTopic Editor** doesn't use them itself, and the host site isn't actually hosting a real **OnTopic** implementation. That said, I'm keeping in the `Ignore()` rule since it's an easy detail to overlook; this way, anyone having issues setting this up will have some guidance.*.axd files1 parent a59c7dc commit acd5186
1 file changed
Lines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 57 | | |
73 | 58 | | |
0 commit comments