Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Postback on homepage with Default Alias Path View modes: 
User avatar
Member
Member
rbair - 1/28/2011 5:04:02 PM
   
Postback on homepage with Default Alias Path
We have a default alias path set to /Home and an extension of .aspx. If users go directly to Home.aspx then forms (such as the smart search control) postback properly. But, if the user goes directly to the root the form action on the page is also / and upon postback the page merely refreshes and no serverside events are fired.

Any suggestions on a remedy?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/2/2011 2:44:24 AM
   
RE:Postback on homepage with Default Alias Path
Hi,

I assume that you are using IIS7. If so, could you please add to the web.config file the runAllManagedModulesForAllRequests parameter to the modules section as described in this document? You do not need to setup custom extensions, just that parameter.

Best regards,
Juraj Ondrus

User avatar
Member
Member
rbair - 2/2/2011 7:26:12 PM
   
RE:Postback on homepage with Default Alias Path
That worked perfectly. Thanks Juraj!