Issue with .NET update
I are currently facing an issue in my website with the .Net Framework 1.1 Service Pack 1/ Hot Fixes.
The details are as follows.
The website works fine with the basic .Net Framework v1.1 (aspnet_wp.exe version 1.1.4322.573).
When .Net Framework 1.1 Service Pack 1 is applied (aspnet_wp.exe version 1.1.4322.2355), all screens which can be accessed using âServer.Transferâ will not be available in the application.
I have observed the same behavior with some hot fixes for .Net Framework v1.1 which will update the aspnet_wp.exe version to 1.1.4322.1085.
Upon analysis, I have observed that the system will go into an infinite loop when the Server. Transfer is invoked.
For example, when Page A calls Page B using a server transfer, like Server.Transfer(Page B), the system will repeatedly make calls to Page_Load event of Page A and finally goes into an infinite loop. This will result in an error âPage cannot be displayedâ.
Can someone help me with this.
|