| kennethboy 2006-04-18, 12:48 am |
| Greeting,
First of all I am not sure that this is related to CMS product or not.
Please give me some advise
I am apply Server.Transfer("test.aspx") in my coding. However these code
won't work in my production environment. What happen is when the page
transfer to test.aspx, the first postback action fail, only the second one
and the rest of them can do postback event.
The only place that give me this problem is those page under CMS, but this
code is work in my dev and Test environment. The code also work fine in aspx
that not under CMS. The only different in production is there are 2 servers
for balancing while my Test and Dev environment only have one server.
Will Server.Transfer have issue in NLB Balance server?
Please advise if I post this in the wrong forum
|