Super_Zica_Man Postado Maio 11, 2006 Denunciar Share Postado Maio 11, 2006 E que assim to usando o dw8 pra fazer por exemplo tipo logout dai gera uns codigos tipo:aqui meu admin.aspesses codigos assim teria alguma diferença ou seria pra rodar normalmente no servidor??e que no localhost aqui está rodando mas quando hospedo n está abrindo da esse erro:HTTP 500 - erro interno do servidor Internet Explorer <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><%' *** Logout the current user.MM_Logout = CStr(Request.ServerVariables("URL")) & "?MM_Logoutnow=1"If (CStr(Request("MM_Logoutnow")) = "1") Then Session.Contents.Remove("MM_Username") Session.Contents.Remove("MM_UserAuthorization") MM_logoutRedirectPage = "branca.html" ' redirect with URL parameters (remove the "MM_Logoutnow" query param). if (MM_logoutRedirectPage = "") Then MM_logoutRedirectPage = CStr(Request.ServerVariables("URL")) If (InStr(1, UC_redirectPage, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_newQS = "?" For Each Item In Request.QueryString If (Item <> "MM_Logoutnow") Then If (Len(MM_newQS) > 1) Then MM_newQS = MM_newQS & "&" MM_newQS = MM_newQS & Item & "=" & Server.URLencode(Request.QueryString(Item)) End If Next if (Len(MM_newQS) > 1) Then MM_logoutRedirectPage = MM_logoutRedirectPage & MM_newQS End If Response.Redirect(MM_logoutRedirectPage)End If%><!--#include file="Connections/loja_conexao.asp" --><%Dim produtosDim produtos_numRowsSet produtos = Server.CreateObject("ADODB.Recordset")produtos.ActiveConnection = MM_loja_conexao_STRINGprodutos.Source = "SELECT * FROM produtos"produtos.CursorType = 0produtos.CursorLocation = 2produtos.LockType = 1produtos.Open()produtos_numRows = 0%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Central de Assessoria ao Usuario de Informatica</title><style type="text/css"><!--.style1 { color: #003399; font-weight: bold;}.style1:link { color: #003399;}.style1:visited { color: 003399;}.style1:hover { color: 003399;}.style1:active { color: #003399;}body,tudo,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: 003399;}body { background-color: #EFEFF1;}a { font-size: 11px; color: 003399;}--></style></head><body><table width="180" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <tudo><div align="center"><strong>.:Admin:.</strong></div></tudo> </tr> <tr> <tudo><div align="center" class="style1"><a href="inserir.asp"><img src="imagens/inserir.gif" width="16" height="16" border="0" />Inserir Produtos </a></div></tudo> </tr> <tr> <tudo><div align="center" class="style1"><a href="editar.asp"><img src="imagens/editar.gif" width="16" height="16" border="0" />Editar Produtos</a> </div></tudo> </tr> <tr> <tudo><div align="center" class="style1"><a href="deletar.asp"><strong><img src="imagens/deletar.jpg" width="16" height="16" border="0" />Deletar Produtos </strong></a></div></tudo> </tr> <tr> <tudo height="22"><div align="center" class="style1"><a href="downloads.asp"><img src="imagens/download.gif" width="16" height="16" border="0" /> Downloads</a></div></tudo> </tr></table><p> </p><table width="180" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <tudo><div align="center" class="style1"><a href="<%= MM_Logout %>"><img src="imagens/logout.gif" width="16" height="16" border="0" />Logout</a></div></tudo> </tr></table><p> </p></body></html><%produtos.Close()Set produtos = Nothing%> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 kuroi Postado Maio 11, 2006 Denunciar Share Postado Maio 11, 2006 pra mim isso é erro do seu servidor, entre em contato pra ver se descobre. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Super_Zica_Man
E que assim to usando o dw8 pra fazer por exemplo tipo logout dai gera uns codigos tipo:
aqui meu admin.asp
esses codigos assim teria alguma diferença ou seria pra rodar normalmente no servidor??
e que no localhost aqui está rodando mas quando hospedo n está abrindo da esse erro:
HTTP 500 - erro interno do servidor
Internet Explorer
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.