<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Programação em ASP &#187; response.redirect</title>
	<atom:link href="http://quantodaniel.wordpress.com/tag/responseredirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://quantodaniel.wordpress.com</link>
	<description>Estudando como programar!</description>
	<lastBuildDate>Sun, 02 Aug 2009 06:37:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='quantodaniel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bfc920e28461661a78837d8e9ef12218?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Programação em ASP &#187; response.redirect</title>
		<link>http://quantodaniel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://quantodaniel.wordpress.com/osd.xml" title="Programação em ASP" />
		<item>
		<title>Response.Redirect ou Server.Transfer com ASP?</title>
		<link>http://quantodaniel.wordpress.com/2008/08/30/responseredirect-ou-servertransfer-com-asp/</link>
		<comments>http://quantodaniel.wordpress.com/2008/08/30/responseredirect-ou-servertransfer-com-asp/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 06:39:04 +0000</pubDate>
		<dc:creator>quantodaniel</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[response.redirect]]></category>
		<category><![CDATA[server.transfer]]></category>

		<guid isPermaLink="false">http://quantodaniel.wordpress.com/?p=36</guid>
		<description><![CDATA[Grande dúvida! Utilizar Response.Redirect ou Server.Transfer para redirecionar páginas em ASP?
Mostro agora definições simples das duas alternativas.
Response.Redirect:

Redireciona a página para uma nova.
Perde o conteúdo visual já carregado.
Os scripts são executados normalmente até o redirecionamento.
O caminho que aparece no browser é modificado aparecendo a nova url.
Redireciona para qualquer página em qualquer servidor.
Pode passar dados por querystring.

Server.Transfer:

Transfere [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quantodaniel.wordpress.com&blog=2059213&post=36&subd=quantodaniel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Grande dúvida! Utilizar Response.Redirect ou Server.Transfer para redirecionar páginas em ASP?</p>
<p>Mostro agora definições simples das duas alternativas.</p>
<p>Response.Redirect:</p>
<ul>
<li>Redireciona a página para uma nova.</li>
<li>Perde o conteúdo visual já carregado.</li>
<li>Os scripts são executados normalmente até o redirecionamento.</li>
<li>O caminho que aparece no browser é modificado aparecendo a nova url.</li>
<li>Redireciona para qualquer página em qualquer servidor.</li>
<li>Pode passar dados por querystring.</li>
</ul>
<p>Server.Transfer:</p>
<ul>
<li>Transfere para a página solicitada a partir de onde é chamado.</li>
<li>Não perde o conteúdo visual já carregado.</li>
<li>Os scripts são executados normalmente até a transferência.</li>
<li>O caminho que aparece no browser não pe modificado.</li>
<li>Transfere apenas para páginas hospedadas no mesmo servidor.</li>
<li>Não passa dados por querystring.</li>
<li>Não interpreta variáveis da página que chama o &#8220;Server.Transfer&#8221;.</li>
</ul>
<p>Deu pra entender? Simples né.</p>
<p>Então, se for para incluir algum conteúdo, utilizem Server.Transfer, caso queira redirecionar para uma página de &#8220;obrigado&#8221;, por exemplo, utilizem Response.Redirect.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/quantodaniel.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/quantodaniel.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quantodaniel.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quantodaniel.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quantodaniel.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quantodaniel.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quantodaniel.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quantodaniel.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quantodaniel.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quantodaniel.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quantodaniel.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quantodaniel.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quantodaniel.wordpress.com&blog=2059213&post=36&subd=quantodaniel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://quantodaniel.wordpress.com/2008/08/30/responseredirect-ou-servertransfer-com-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e1a13a71cc89521c4b6e83f914cbac1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">quantodaniel</media:title>
		</media:content>
	</item>
	</channel>
</rss>