<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ASP.NET postbacks and URL rewriting</title>
	<atom:link href="http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:11:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1708</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1708</guid>
		<description>@Hemant: I am not that familiar with URL Rewriting.NET. Have you tried using the IIS URL Rewrite Module instead? URL Rewrite 2.0 has a feature for changing the URL&#039;s in the response HTML. You could use it to change the form.Action element in the response.</description>
		<content:encoded><![CDATA[<p>@Hemant: I am not that familiar with URL Rewriting.NET. Have you tried using the IIS URL Rewrite Module instead? URL Rewrite 2.0 has a feature for changing the URL&#8217;s in the response HTML. You could use it to change the form.Action element in the response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1705</link>
		<dc:creator>Hemant</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1705</guid>
		<description>Hi ruslany, 

I have Using URL Rewriting.Net Dll in my Project.
I have completed all Rewriting but I have One Issue, that is Postback Button click is not happaning in my Project after applying Rewriting rule.

I am Not able to set &quot;form.Action = request.rawURL&quot; because all the Pages is loading Dynamic and on the base of Querystring.
Example : - &quot;MY Current Url: www.mydomain.com/home.aspx?pid=46&quot;

I want to Rewriting as a www.mydomain.com/home.aspx/Calender or www.mydomain.com/home.aspx/Calender.aspx.

please provide me a proper solution for Button Click Event.

waiting for your reply
Regards
Hemant Tawri</description>
		<content:encoded><![CDATA[<p>Hi ruslany, </p>
<p>I have Using URL Rewriting.Net Dll in my Project.<br />
I have completed all Rewriting but I have One Issue, that is Postback Button click is not happaning in my Project after applying Rewriting rule.</p>
<p>I am Not able to set &#8220;form.Action = request.rawURL&#8221; because all the Pages is loading Dynamic and on the base of Querystring.<br />
Example : &#8211; &#8220;MY Current Url: <a href="http://www.mydomain.com/home.aspx?pid=46" rel="nofollow">http://www.mydomain.com/home.aspx?pid=46</a>&#8221;</p>
<p>I want to Rewriting as a <a href="http://www.mydomain.com/home.aspx/Calender" rel="nofollow">http://www.mydomain.com/home.aspx/Calender</a> or <a href="http://www.mydomain.com/home.aspx/Calender.aspx" rel="nofollow">http://www.mydomain.com/home.aspx/Calender.aspx</a>.</p>
<p>please provide me a proper solution for Button Click Event.</p>
<p>waiting for your reply<br />
Regards<br />
Hemant Tawri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1687</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Wed, 17 Feb 2010 04:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1687</guid>
		<description>@Jitendra: please send me the examples of input URL and what it should be rewritten to. You can use the contact form on this blog.</description>
		<content:encoded><![CDATA[<p>@Jitendra: please send me the examples of input URL and what it should be rewritten to. You can use the contact form on this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitendra verma</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1685</link>
		<dc:creator>jitendra verma</dc:creator>
		<pubDate>Tue, 16 Feb 2010 06:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1685</guid>
		<description>i have integrated url rewriting with 1.1 module with iis 7
Its working fine for static pages.
But i have some dynamic pages where page is depend on querystring.

i have to pass dynamic querysting from web.config in rule that i have defind 
how should i achieved this.
any idea ?</description>
		<content:encoded><![CDATA[<p>i have integrated url rewriting with 1.1 module with iis 7<br />
Its working fine for static pages.<br />
But i have some dynamic pages where page is depend on querystring.</p>
<p>i have to pass dynamic querysting from web.config in rule that i have defind<br />
how should i achieved this.<br />
any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1590</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1590</guid>
		<description>Bill, did you install .net 3.5 SP1 after URL rewrite? If yes, then you will need to re-install the URL Rewrite so that it applies the patch for the ASP.NET which fixes the Request.RawUrl behavior.</description>
		<content:encoded><![CDATA[<p>Bill, did you install .net 3.5 SP1 after URL rewrite? If yes, then you will need to re-install the URL Rewrite so that it applies the patch for the ASP.NET which fixes the Request.RawUrl behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hebb</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1589</link>
		<dc:creator>Bill Hebb</dc:creator>
		<pubDate>Wed, 06 Jan 2010 14:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1589</guid>
		<description>We just moved our development boxes from IIS6 to IIS7 and were eager to replace our home grown url rewrite with IIS7 rewrite. .Net 3.5 SP1 is installed. The rewrite is working as expected, no issues, but we are unable to retrieve the original url and update the postback url. Both Request.RawUrl and Request.ServerVariables(&quot;HTTP_X_ORIGINAL_URL&quot;) contain the rewritten URL instead of the orginal URL. What did we miss?

TIA,
Bill</description>
		<content:encoded><![CDATA[<p>We just moved our development boxes from IIS6 to IIS7 and were eager to replace our home grown url rewrite with IIS7 rewrite. .Net 3.5 SP1 is installed. The rewrite is working as expected, no issues, but we are unable to retrieve the original url and update the postback url. Both Request.RawUrl and Request.ServerVariables(&#8220;HTTP_X_ORIGINAL_URL&#8221;) contain the rewritten URL instead of the orginal URL. What did we miss?</p>
<p>TIA,<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahin boydas</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1487</link>
		<dc:creator>Sahin boydas</dc:creator>
		<pubDate>Sun, 22 Nov 2009 23:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1487</guid>
		<description>In our web page we use the following to remove default.aspx.

 
          
          
        

We use as above we get post action=&quot;/default.aspx&quot; and the post back is not working for the home page. 

so we made the following change.

   form1.Action = Request.RawUrl.Replace(&quot;default.aspx&quot;, &quot;&quot;)



so we made the modification,</description>
		<content:encoded><![CDATA[<p>In our web page we use the following to remove default.aspx.</p>
<p>We use as above we get post action=&#8221;/default.aspx&#8221; and the post back is not working for the home page. </p>
<p>so we made the following change.</p>
<p>   form1.Action = Request.RawUrl.Replace(&#8220;default.aspx&#8221;, &#8220;&#8221;)</p>
<p>so we made the modification,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1477</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Tue, 17 Nov 2009 22:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1477</guid>
		<description>Thanks a lot! it was a great help...........</description>
		<content:encoded><![CDATA[<p>Thanks a lot! it was a great help&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1458</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1458</guid>
		<description>Thanks, that fixed my problem..

@Ruslany: FYI, I&#039;m targeting .Net 2.0 and HtmlForm.Action property was present.</description>
		<content:encoded><![CDATA[<p>Thanks, that fixed my problem..</p>
<p>@Ruslany: FYI, I&#8217;m targeting .Net 2.0 and HtmlForm.Action property was present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff K</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-1144</link>
		<dc:creator>Jeff K</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-1144</guid>
		<description>Thanks so much - I had tried for days to get https redirection to work - the documentation is just vague enough to get me close but no results - your example worked the first try!</description>
		<content:encoded><![CDATA[<p>Thanks so much &#8211; I had tried for days to get https redirection to work &#8211; the documentation is just vague enough to get me close but no results &#8211; your example worked the first try!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
