Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Saturday, April 15, 2017 8:20 PM
Dear Code Masters,
I develop a web application using ASP.NET C#, the application is working fine i also create SQL registration using **ASPNET_REGSQL ** i then create roles and authentication for the application, i finally deploy and host it.
The challange is when i imput the user name and password to Login into the application i get the following error :
**504 "Gateway Timeout" **
but when i remove the login.aspx and the roles from my SQL Database the application work fine.
please code master what can i do so that the Login.aspx and role will work on the host host site, because i need my viewers to Login to my application.
thank you all
All replies (1)
Monday, April 17, 2017 7:27 AM
Hi abraham1973,
504 "Gateway Timeout"
The 504 Gateway Timeout error is an HTTP status code that means that one server did not receive a timely response from another server that it was accessing while attempting to load the web page or fill another request by the browser. This usually means that the other server is down or not working properly. Here is a link that describes this error and how to trouble shoot it.
Best Regards,
Chris