A
Alessandro C.
Here is the issue I've found:
-
- there is an HTTPModule which subscribes the
Application.PostRequestHandlerExecute
- During the request processing a Response.Redirect("somewhere.aspx", true)
is executed.
The project has been created using VS2005 on .NET 2.0 without SPs.
In the first implementation the code in the PostRequestHandlerExecute
handler is always run.
Then after having installed VS2008, the handler is no more called. After
some investigation I'ev found that VS2008 installed .net 2.0 SP2 and this
seems to be the problem.
I googled the problem but found nothing. So here I am.
Do you have please any suggestion about this problem?
Thank you in advance.
Alessandro
-
- there is an HTTPModule which subscribes the
Application.PostRequestHandlerExecute
- During the request processing a Response.Redirect("somewhere.aspx", true)
is executed.
The project has been created using VS2005 on .NET 2.0 without SPs.
In the first implementation the code in the PostRequestHandlerExecute
handler is always run.
Then after having installed VS2008, the handler is no more called. After
some investigation I'ev found that VS2008 installed .net 2.0 SP2 and this
seems to be the problem.
I googled the problem but found nothing. So here I am.
Do you have please any suggestion about this problem?
Thank you in advance.
Alessandro