We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
A Simpler Ajax Path
|
| Subject: |
|
question about XMLHttpRequest and security setting on win2003 server |
| Date: |
|
2006-07-05 14:02:42 |
| From: |
|
TDang
|
|
|
|
Do you know of any specific security setting on window 2003 server that can prevent AJAX from function properly?
I have a webapp working perfectly on win2000 server using Microsoft.XMLHttp to send a request to server side script from client asp-javascript page and receive response back. However, when I migrate my webapp to window 2003 server, I can create the Microsoft.XMLHttp object using
xmlhttp = new ActiveXObject( "Microsoft.XMLHTTP" );
but the send() always return "Internal Server Error", code = 500.
any suggestion?
|