Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created a website in ASP.NET = www.vif-tech.com/BidsOnline

When I am running it on Localhost using Visual Studio 2008, its running perfectly without any postback because I am using Ajax Update Panels (where data is changing constantly). But when I am running from my web server i.e. www.vif-tech.com/BidsOnline, its making postbacks every seconds.

Even I tried changing connection string on my localhost and tried connecting to main database (not on my localhost), it's still making postbacks.

Is there some error in my DB or page ?

share|improve this question
Furthermore the link you provided works just fine on my computer. – Jan Jongboom May 24 '10 at 9:22
Jan! can you check now please ? – Rizwan Aaqil May 24 '10 at 10:00

1 Answer

Most likely you are missing some configuration things in your web.config. Make sure your config file is the same on both your localhost and at your webhost (except for the connection strings).

share|improve this answer
Jan! you can check now. The counters were stopped that's why it was not making postback. Please check now and tell me what's wrong with it – Rizwan Aaqil May 24 '10 at 9:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.