วิธีการกำหนดค่าAJAX
บน production server
1. Install AJAX Extension
บน server
2. ให้ virtual directory กำหนดค่าเป็น IIS
3. ASP.NET version กำหนดเป็น 2.0
4. ใน web.config ให้เพิ่ม assemblies ที่จำเป็น เช่น HttpHandlers
วิธีที่ง่ายที่สุด คือ การสร้าง website
โดยใช้ ASP.NET AJAX-Enabled Web Site template
แต่ถ้าต้องการปรับปรุงเวปไซค์ที่มีอยู่แล้ว ให้ทำการแก้ไขที่ไฟล์ web.config
http://asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx
How Do I: ASP.NET AJAX Enable an Existing Web Service?
How Do I: Add ASP.NET AJAX Features to an Existing Web Application?
Supa Sethasiripong [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.