M
Mauricio
Hi!
I´m using a custom handler with an ASP.NET application
using the Front Controller pattern.
But I´m experiementing some problems with the following
line of code:
context.Server.Transfer(url);
context is a HttpContext object and url is a string with
the target url.
When running the application, I obtain the following
error:
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and
where it originated in the code
Exception Details: System.Web.HttpException: Error
executing child request for /logon.aspx
what can be the error????
I´m using a custom handler with an ASP.NET application
using the Front Controller pattern.
But I´m experiementing some problems with the following
line of code:
context.Server.Transfer(url);
context is a HttpContext object and url is a string with
the target url.
When running the application, I obtain the following
error:
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and
where it originated in the code
Exception Details: System.Web.HttpException: Error
executing child request for /logon.aspx
what can be the error????