Friday, January 8, 2010

ASPDNSF WSI Event Callback Not Firing

AspDotNetStorefront Version: 8.0.1.2

Problem:

An event is added in AspDotNetStorefront admin with the full url of the external page to run.  However, the external page does not run on that event.

Solution:

The EventHandler.aspx must have the page setting ValidateRequest="false"

e.g. <%@ Page Language="C#" AutoEventWireup="true"  CodeFile="EventHandler.aspx.cs" Inherits="EventHandler" ValidateRequest="false" %>

No comments:

Post a Comment