Posts by Lara • 101 points
4 posts
-
2
votes2
answers2341
viewsA: Server Error in '/' Application - Runtime Error - Asp.net
Even with the treatments described by @Taisbevalle, the site could not redirect to a default error page when adding any amount of points at the end of the URL. The solution was to add the tag on the…
-
3
votes2
answers2341
viewsQ: Server Error in '/' Application - Runtime Error - Asp.net
My application has custom errors working properly. Only when you add "/...." at the end of the URL (necessarily more than two points), the untreated error "Server Error in '/' Application". If I add…
-
1
votes1
answer112
viewsA: Push Notification Amazon SNS - Message cut
The application settings were not prepared to receive pushes in the "notification" pattern, so the message was not being displayed correctly, as well as being duplicated. The treatment to display…
-
4
votes1
answer112
viewsQ: Push Notification Amazon SNS - Message cut
Hello, I’m using Amazon SNS to do push shots through C#. On the Android device, the message is cut in a row, and when you click on it, the application is redirected directly to the application. But…