codeRR v1.1 (beta 1)
Pre-release
Pre-release
It has finally arrived. A new version loaded with new features.
Major changes
New user interface
The UI have been updated to Bootstrap v4 and a more modern look.
Tracking application versions
You can now configure codeRR to track application versions (to see which version the exception was thrown in).
Will also show if the same exception is thrown in multiple versions.
Basic plugin system
It's now possible to write plugins (which can use all other parts of the system through Dependency Injection).
Minor changes
- You can now change your email
- Secure install, even on publicly accessible servers.
- Turn off registration of new users
- An
ApiClient
which can be used to command all parts of codeRR.
Installation
- Unzip the zip package in an IIS folder (
C:\inetpub\wwwroot\coderr
). - Change the
ConfigurationKey
value inweb.config
- Browse to the website/webapplication and follow the instructions
Upgrade from previous version
- Save your connection string
- Delete everything from your IIS folder
- Unzip the zip package to the IIS folder.
- Change
Configured
totrue
inweb.config
- Restore your connnection string
- Browse to the website/webapplication