Wednesday 20 February 2008

AJAX and Web parts.

If anyone has followed my example of the Web Part that uses AJAX, they would have found some strange issues. When you modify the web.config, you will notice that it's still posting back to the server. The only way to let the changes to the web.config kick in is to restart your server. IISreset doesn't do it. Im still investigating why a reboot is needed. If anyone know why, please let me know.

NEW:
if you restart the http service as well as IIS it will fix the issue. To restart the http server and IIS, here's the steps:
  • net stop http /y
  • net start http /y
  • IISReset /start

let me know if you experience the same issues I did.

Fadi

No comments: