Floris Robbemont

Results 4 issues of Floris Robbemont

When there isn't a catch there, the exception will bubble as a SerializationException. With this catch we can see what's actually going wrong. See: https://groups.google.com/forum/#!topic/cassette/FnYLQbG71X4

Add Elmah package to the project and configure it to only allow access to users from the admin role. Also change the current logging implementation to send Fatal, Error and...

enhancement

We should customize the deployment process to include changeset numbers, web.config transformation etc. The engine for deploying to Azure is Kudu (https://github.com/projectkudu/kudu/wiki) We'll take a look at it to see...

enhancement

Get the current revision (MSBUILD Task?) during build and store it inside KeyHub.Web.dll. We can then display this on the site to keep track of the currently deployed version

enhancement