A
Adrian
Hi,
I am running an ASP.Net application (v1.1.4322) on an NLB cluster of 2
web servers.
I have an intermittent problem where sometimes button click events do
not get registered upon postback. i.e. User clicks a button -> form
posts back -> nothing happens.
This is what I have found out so far:
1) When this problem happens, there is nothing submitted with the form.
I found this out by instaling a packet sniffer and looking at the HTTP
traffic. This is why .Net doesn't know what to do because it has no
idea which button was clicked.
2) If this happens, then no button clicks will work for the remained of
that user's session. i.e. they have to restart the browser to fix it.
3) This only happens in IE. Not Firefox.
4) I have tried running aspnet_regiis -c on the server, but that had
no effect.
5) This only happens when the servers are accessed via the NLB virtual
IP. If I access the servers directly, it never happens.
Any help would be appreciated.
Thanks,
Adrian
I am running an ASP.Net application (v1.1.4322) on an NLB cluster of 2
web servers.
I have an intermittent problem where sometimes button click events do
not get registered upon postback. i.e. User clicks a button -> form
posts back -> nothing happens.
This is what I have found out so far:
1) When this problem happens, there is nothing submitted with the form.
I found this out by instaling a packet sniffer and looking at the HTTP
traffic. This is why .Net doesn't know what to do because it has no
idea which button was clicked.
2) If this happens, then no button clicks will work for the remained of
that user's session. i.e. they have to restart the browser to fix it.
3) This only happens in IE. Not Firefox.
4) I have tried running aspnet_regiis -c on the server, but that had
no effect.
5) This only happens when the servers are accessed via the NLB virtual
IP. If I access the servers directly, it never happens.
Any help would be appreciated.
Thanks,
Adrian