Base solution for your next web application

Activities of "gerrypg"

Are there instructions on how to deploy an angular/.net core asp.net zero solution to a single windows azure server? I've followed the two server rules and have successfully deployed, but tenant resolution by url cannot work {TENANCY_NAME}. It's due to limitations in Azure regarding wildcard certificates and two-level deep subdomains. If I can deploy them both on the same server it isn't an issue.

Thanks for your help in advance. It is greatly appreciated.

I've got a validation process on a controller method that checks a bunch of conditions that the user has control over before it completes its processing. During this validation i may return a UserFriendlyException with a message telling the user what is wrong. Unfortunately, all the UserFriendlyExceptions are handled like normal exceptions by the ABP framework and only display "AN Exception has occurred.".

Any idea what i'm doing wrong and how to get UserFriendlyException to display its message?

Note: I am running in debug

Showing 1 to 2 of 2 entries