Mihir Shah
Mihir Shah

Reputation: 988

High Availability ASP.Net MVC on Azure Web App throwing 500 Internal Server Error

We have one ASP.Net Pure MVC application (.Net MVC and jQuery). But due to traffic increasing clients wanted to move on HADR (High Availability Disaster Recovery) using Microsoft Azure Web App. So we have deployed the same on 2 different Web App by going through the link https://codewithshadman.com/machine-key-generator/ and also link Adding machineKey to web.config on web-farm sites

Post following above links, we are using the same Machine Key for these 2 Web Apps. But when we hit the HADR URL we landed to Login Page but when hit on Login Button post entered Username and password, under the web development tool in Google Chrome, we see the error 'Internal Server Error (500)'.

So anyone have idea how to setup the same for Azure Web App?

Upvotes: 0

Views: 135

Answers (0)

Related Questions