RSS Links

 

Here are all of the RSS links for sections of this site

VB.NET/ASP.NET
 Java
 Unix/Linux
 Windows
 SQL Server

Home arrow VB.NET/ASP.NET arrow IIS7 and rewriter causes postback to fail
IIS7 and rewriter causes postback to fail PDF Print E-mail
Wednesday, 02 September 2009
When using IIS7 and the new rewriter module postback by default uses the last part of the script_name which will fail with a 404 error

The solution is to change the page_load subroutine and add the line form1.Action = Request.RawUrl where form1 is the name of the main form



Last Updated ( Sunday, 15 November 2009 )
 
< Prev   Next >
 
Designed by Graham Robinson Software