postback Freaks-out only on Windows 2003 server...

  • Thread starter Thread starter rooster575
  • Start date Start date
R

rooster575

I just finished developing an ASP.NET app on my [Windows 2000 Server].

Everything was fine so I deployed to the production machine [Windows 2003
Server].

Now any postbacks that occurs in the app causes strange results:
[session vars seem to be ok, but the postback values get lost and sometimes
the datagrid or other control gets hidden]

Again, everything is perfect on the [Windows 2000 server].

Anyone heard of such a thing?
[Thanks in advance.]
 
Just a shot, but have you checked the Event Log on the 2003 Server to see if
IIS or the ASPNet service is being restarted?
 
I found the problem.. Was a subweb I was working on, and although the
enableviewstate was not turned off the the subweb_web.config... it was set
to false on the root web.config.

I didnt realize the inheritance.. .Feel like a dope.


Morgan said:
Just a shot, but have you checked the Event Log on the 2003 Server to see if
IIS or the ASPNet service is being restarted?


rooster575 said:
I just finished developing an ASP.NET app on my [Windows 2000 Server].

Everything was fine so I deployed to the production machine [Windows 2003
Server].

Now any postbacks that occurs in the app causes strange results:
[session vars seem to be ok, but the postback values get lost and sometimes
the datagrid or other control gets hidden]

Again, everything is perfect on the [Windows 2000 server].

Anyone heard of such a thing?
[Thanks in advance.]
 
Back
Top