M
Magdelin
I am trying to implement the front controller web
presentation design pattern proposed by MS at the
following link:
http://msdn.microsoft.com/practices/type/patterns/enterpris
e/desfrontcontroller/
Alternative source: Downloadable pdf for "Enterprise
Solution Patterns Using Microsoft .NET" at
http://msdn.microsoft.com/practices/type/Patterns/Enterpris
e/default.asp
I have problem calling a web page from a code behind file
using Server.Transfer method. Basically, the called web
page should go through the custom http handler class. I
get an error: "Error Executing Child Request exception".
From the following KB article and the related links it
looks like this problem is by design.
http://support.microsoft.com/default.aspx?scid=kb;en-
us;817036#appliesto
However, I would like to know if anyone had successfully
implemented Front controller design pattern and could help
me find a solution for this problem.
Regards,
Magdelin
presentation design pattern proposed by MS at the
following link:
http://msdn.microsoft.com/practices/type/patterns/enterpris
e/desfrontcontroller/
Alternative source: Downloadable pdf for "Enterprise
Solution Patterns Using Microsoft .NET" at
http://msdn.microsoft.com/practices/type/Patterns/Enterpris
e/default.asp
I have problem calling a web page from a code behind file
using Server.Transfer method. Basically, the called web
page should go through the custom http handler class. I
get an error: "Error Executing Child Request exception".
From the following KB article and the related links it
looks like this problem is by design.
http://support.microsoft.com/default.aspx?scid=kb;en-
us;817036#appliesto
However, I would like to know if anyone had successfully
implemented Front controller design pattern and could help
me find a solution for this problem.
Regards,
Magdelin