Call Us On +44 (0)7939092349

What we do...

Kbuilt is a Glasgow based company providing bespoke online business applications. Key to our systems is a clear and clean interface. We produce applications that are intuitive to use allowing your staff to get on with working with your customers, instead of fighting the software. We will host, maintain and secure your application. So all you need to do is use it.

Umbraco 6 Upgrade HTTP Error 403.14

Posted on 18-Sep-2013

When attempting to upgrade from 6.0.4 to 6.1.5 using WebMatrix I was getting the following error.  The website is in MVC in mode.

HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.

Looks like permissons but....  

Open WebMatrix
Site/Settings
Add Default.aspx to the Default Pages

Run the website again and select upgrade, you will now be able to upgrade the system.

However you will now get the following error:

DefaultDocumentModule
Notification           ExecuteRequestHandler
Handler                   StaticFile
Error Code             0x800700b7
Config Error           Cannot add duplicate collection entry of type 'add' with unique key attribute 'value' set to 'default.aspx'

Go back to the Settings section and remove the Default.aspx

And the site is now working.