Werner van Deventer
Werner van Deventer
The Elmah documentation already has everything you need to secure the Elmah.axd page using the web.config: https://code.google.com/p/elmah/wiki/SecuringErrorLogPages If you are using a pure Web API project then you should also...
@vhugogarcia The sugggestion does work with Web API 2.2 (5.2.3), you fist need to ignore `.axd` routes then secure it however you want by following the official documentation. In your...
Wrong place. You need to ignore routes _before_ you setup anything else regarding routes, the order of execution is important. You are calling `config.MapHttpAttributeRoutes();` before you ignore, which will give...
Another thing, `allowRemoteAccess` will need to be `true` if you are accessing the Elmah page from anything other than `localhost`. When you set this to `false` you will get a...
Duplicate detection in the Azure Service bus is very important to me as well. We've built a very similar set of core libraries for queuing, logging, caching etc and want...
@niemyjski The developer would need to set the message ID manually to something they deem to be "unique" in their system and it gets ignored for the configured amount of...
Another reason it's confusing to people is because when the page refreshes all the menu items are collapsed and you can't see which menu option is selected (which is a...
Perhaps then just change the wording if the "filter" text box is empty to "No data found with your current selection", if there is text in the filter, the existing...
Tests are not discovered in the AxoCover Visual Studio tests pane for projects that reference xUnit 2.3. The plugin/extension seems quite adamant that it only supports xUnit 2.2 although I'm...
And the official release for VS 2022 on the marketplace? Will be happy to assist if you need, I noticed there is already a new VS2022 folder though so not...