ajax page works in development (vs2010) but does a full postback on production win2k8R2
Posted
by
merk
on Stack Overflow
See other posts from Stack Overflow
or by merk
Published on 2011-01-09T05:44:21Z
Indexed on
2011/01/09
5:54 UTC
Read the original article
Hit count: 232
asp.net-ajax
|iis-7.5
Hi all,
I have a stupid simple page. I've got a panel and a button. Clicking the button either hides or displays the panel. That much works. I added in a script manager control and update panel - put all the page contents in the updatepanel/contenttemplate
When i run this under vs2010 and click the button, the page does NOT post back - the panel just appears or disappears without the whole page refreshing, which is what i wanted.
I upload this to my IIS7.5 server and the page is posting back/whole page is refreshing when i click the button.
Do i need to configure anything on the server to enable ajax?
thanks
© Stack Overflow or respective owner