I have hosted an ASP.NET app both in GoDaddy and Somee. In Somee everything is working fine.
But in GoDaddy, whenever a user clicks on any hyperlink the page redirection button's requested page is not loaded. Instead it is redirected to a login page with 302 status code. There is no exception occurring and the URL is also correct. When I traced the request, I found that the page load method begins but it is not getting ended.
Please let me know if I have to make any changes to the configuration or the settings.