I have deployed an websites which is build on html,css and .net on Azure App Service.

Marjo Lleshi 40 Reputation points
2024-03-09T12:07:18.03+00:00

I have deployed an websites which is build on html,css and .net on Azure App Service.

I have an issue when i fill the contact form.

When i run it locally and fill the form for exp job application it arrives in my email successfully.

When i deployed it on App Service these forms are not working and i am getting errors.

i would be happy if someone gives me a hint to solve this issue.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,408 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 27,111 Reputation points Microsoft Employee
    2024-03-14T13:47:06.54+00:00

    Hi @Marjo Lleshi,

    Thanks for providing the screenshot. But that error seems like it's generated by your codebase. In order to better diagnose this issue, I suggest enable diagnostic logging on your app service to better determine what's causing your error. Another option is enabling Application Insights where you will be able easily see exception details and the HTTP requests that occurred on.

    0 comments No comments