-
Notifications
You must be signed in to change notification settings - Fork 6
Troubleshooting
Jonas Van der Biest edited this page Jul 14, 2016
·
4 revisions
Server Error in '/' Application.
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>
- [Setup your environment](Run Locally)
- [Configure Authentication](Configure Authentication)
- [Azure VSTS Deployment](Azure VSTS Deployment)