Wednesday, March 28, 2012

ASP.NET AJAX on non-Windows platform

There is a strong implication that ASP AJAX can be used on a non-Windows platform, such as Linux. I downloaded the .zip file and un-zipped it. The resulting JavaScript is tightly compressed and thus unreadable. Where can I find the API (loosely speaking); or, in other words, how can I use it?

Hi,

the Microsoft AJAX Library, just a zip file with several .js files in it, contain the client sideframework of ASP.NET AJAX. All the .js files also come with their debug counterpart which have .debug.js in their name.

Maybe some interesting article for you is to usePHP together with the Microsoft AJAX Library.

Grz, Kris.


Thank you. The info in that article was the missing link. I've yet to try it, but I'm sure it will work.

Now that I've had time to check it out, that paper is a little too simplistic. I downloaded and ran the PHP samples, and once I figured out how to tell my web host that it was PHP 5, not 4, they ran just fine.

Unfortunately, I don't know how to move beyond the simple "Hello World" page to somthing more useful.Some explanation of what's going on in HelloService.php and PersonService.php would be very helpful. Or how about converting the ToDoList demo to PHP MS AJAX? That would offer some meat to chew on.

Thanks in advance for the help!

No comments:

Post a Comment