Skip to content

Troubleshooting

Jonas Van der Biest edited this page Jul 14, 2016 · 4 revisions

Website

Generic errors

Runtime Error

Server Error in '/' Application.

Set build repository

Just do as they suggest, edit the Web.Config file using FTP or SCM to disable custom errors. You'll get a better error description afterwards.

<system.web> <customErrors mode="Off"></customErrors> </system.web>

Development

  • [Setup your environment](Run Locally)

Deployment

  • [Configure Authentication](Configure Authentication)
  • [Azure VSTS Deployment](Azure VSTS Deployment)

User Guide

Clone this wiki locally