API web server get error: {"message":"an error has occurred"}

in web.config, add:

<system.web>
   <customErrors mode="Off"></customErrors>
</system.web>
and 
<system.webServer>
  <httpErrors errorMode="Detailed" existingResponse="PassThrough"></httpErrors>
</system.webServer>

Comments

Popular posts from this blog

Using Microsoft.Office.Interop.Word and Excel in ASP NET Web App

IIS Manager is showing empty list