messagebox C# asp.net error 502 - Web server received an invalid response while acting as a gateway
Publicado por Johny M. (1 intervención) el 05/07/2019 04:13:43
Al ejecutar if (MessageBox.Show("Desea eliminar el registro?", "Eliminar?", MessageBoxButton.YesNo) == MessageBoxResult.Yes)
desde VS2009 desde mi localhost todo funciona, pero al ejecutarlo ya publicado en mi site recibo el error
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
Se que el problema es alli ya que al eliminar la pregunta, ejecuta el resto del codigo sin problema.
Gracias.
desde VS2009 desde mi localhost todo funciona, pero al ejecutarlo ya publicado en mi site recibo el error
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
Se que el problema es alli ya que al eliminar la pregunta, ejecuta el resto del codigo sin problema.
Gracias.
Valora esta pregunta


0