ASP.Net MVC App Service Deployment Failure

Anil Kumar 0 Reputation points
2023-03-15T03:50:49.9866667+00:00

Build artifacts of ASP.NET MVC(4.8 Framework) application are in wwwroot folder of app service in Azure. However, after deployment, I couldn't see my login screen (Azure AD login). Please help me with what I am missing. Thank you in advance..AllMyFolders

SiteIsDown

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

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-03-15T09:15:17.79+00:00

    Hi @Anil Kumar,

    I saw below error details, and found this url : www.xenonapp.azurewebsites.net. So I guess this is the key point in this case.

    This site can’t be reached
    Check if there is a typo in www.xenonapp.azurewebsites.net.
    If spelling is correct, try running Windows Network Diagnostics.
    DNS_PROBE_FINISHED_NXDOMAIN
    

    Make sure you have added the custom like www.xenonapp.azurewebsites.net.

    Next you also could share us the web.config file, so that we can check the rewrite rules in your application.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,

    Jason Pan

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.